Added more dark theme

This commit is contained in:
Toby Chui
2024-11-09 16:12:41 +08:00
parent 634e9c9855
commit 4cf5d29692
4 changed files with 390 additions and 12 deletions

View File

@@ -33,12 +33,12 @@ body.darkTheme{
--theme_bg: #000000;
--theme_bg_primary: #141414;
--theme_bg_secondary:#230046;
--theme_highlight: #320064;
--theme_highlight: #743788;
--theme_bg_active: #020101;
--theme_bg_inverted: #f8f8f9;
--theme_advance: #000000;
--item_color: #cacaca;
--text_color: #eef1f3;
--text_color: #dee1e4;
--text_color_secondary: #b5c0c7;
--input_color: black;
--divider_color: #282828;