update design dev_screen

This commit is contained in:
Your Name 2026-01-09 04:51:32 +03:00
parent 7a70203b3d
commit b15631339a
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
THEME_DAY = """
QWidget { background: #F4F6F8; color: #111827; }
#TopBar, #BottomBar { background: #FFFFFF; }
#TopBar QLabel { background: transparent; }
#Divider { background: #E5E7EB; }
#MenuButton, #SettingsButton {

View File

@ -1,6 +1,7 @@
THEME_NIGHT = """
QWidget { background: #0B0E11; color: #E6EAF0; }
#TopBar, #BottomBar { background: #0F1318; }
#TopBar QLabel { background: transparent; }
#Divider { background: #1B2330; }
#MenuButton, #SettingsButton {