feat: add darkblue theme, refactor dark theme

This commit is contained in:
pa
2025-08-03 21:59:40 +09:00
committed by Natsumi
parent 4e64177722
commit 2fea5f25b9
14 changed files with 890 additions and 502 deletions

View File

@@ -23,6 +23,7 @@ module.exports = (env, argv) => {
dependOn: 'vendor'
},
'theme.dark': `${themeBasePath}theme.dark.scss`,
'theme.darkblue': `${themeBasePath}theme.darkblue.scss`,
'theme.darkvanillaold': `${themeBasePath}theme.darkvanillaold.scss`,
'theme.darkvanilla': `${themeBasePath}theme.darkvanilla.scss`,
'theme.pink': `${themeBasePath}theme.pink.scss`,