feat: woke-theme #19

Merged
twig merged 5 commits from woke-theme into main 2025-07-07 14:55:29 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 5c852a2df7 - Show all commits

View file

@ -31,7 +31,7 @@ export default defineNuxtConfig({
buildTimeString: new Date().toISOString(),
gitHash: process.env.GIT_SHORT_REV || "N/A",
defaultThemes: [
"light", "ash", "dark", "woke"
"light", "ash", "dark", "rainbow-capitalism"
]
}
},

View file

@ -2,5 +2,5 @@
"displayName": "Woke",
"previewGradient": "45deg, #ed2224, #ed2224, #f35b22, #f99621, #f5c11e, #f1eb1b 27%, #f1eb1b, #f1eb1b 33%, #63c720, #0c9b49, #21878d, #3954a5, #61379b, #93288e, #93288e",
"complementaryColor": "white",
"themeUrl": "woke.css"
"themeUrl": "rainbow-capitalism.css"
}