Implement dark theme colors

This commit is contained in:
Riyyi
2025-04-03 00:00:03 +02:00
parent 6d89d2bd70
commit fb261625ff
7 changed files with 31 additions and 10 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ export default defineNuxtConfig({
build: {
markdown: {
highlight: {
theme: "github-light",
theme: {
default: 'github-light',
dark: 'github-dark',
},
langs: [
// https://github.com/shikijs/shiki/blob/main/packages/langs/package.json
"c", "cpp", "css", "html", "js", "json", "lua", "md", "mdc", "php", "shell", "ts", "vue", "yaml"