slightly modernized & updated default dark theme (#1315)

* first update of dark theme

- more amoled style look

* updated colors again and added borders to side panels

* misc change

* added hover & refactored css overrides

* made json easier on eyes too, oops forgot

* revert dark theme, added amoled
This commit is contained in:
abbey
2025-08-11 04:01:51 +02:00
committed by GitHub
parent bc39768ff6
commit 5049e0ac04
5 changed files with 192 additions and 1 deletions

View File

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