From 483d3272ba84a7c5318a7969e6ecf9fde7ebb69f Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 20 Aug 2024 10:05:59 +0800 Subject: [PATCH] :lipstick: Update code highlight theme --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 3a066af..dadae78 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -77,7 +77,7 @@ export default defineNuxtConfig({ baseURL: "/api/content", }, highlight: { - theme: "github-dark", + theme: { default: "github-light", dark: "github-dark" }, langs: ["json", "yaml", "toml", "java", "javascript", "astro", "css", "scss", "dart", "go", "typescript", "c", "csharp", "cpp", "bat", "bash", "sh", "dockerfile", "erlang", "fsharp", "markdown", "log", "lua", "objc", "swift", "regex", "ruby", "rust", "postcss", "blade", "asciidoc", "cmake", "cobol", "pascal", @@ -114,7 +114,7 @@ export default defineNuxtConfig({ ], gtag: { - id: 'G-ZFJ7RX0JXF' + id: "G-ZFJ7RX0JXF", }, vite: {