update design dev_screen
This commit is contained in:
parent
7a70203b3d
commit
b15631339a
@ -1,6 +1,7 @@
|
||||
THEME_DAY = """
|
||||
QWidget { background: #F4F6F8; color: #111827; }
|
||||
#TopBar, #BottomBar { background: #FFFFFF; }
|
||||
#TopBar QLabel { background: transparent; }
|
||||
#Divider { background: #E5E7EB; }
|
||||
|
||||
#MenuButton, #SettingsButton {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
THEME_NIGHT = """
|
||||
QWidget { background: #0B0E11; color: #E6EAF0; }
|
||||
#TopBar, #BottomBar { background: #0F1318; }
|
||||
#TopBar QLabel { background: transparent; }
|
||||
#Divider { background: #1B2330; }
|
||||
|
||||
#MenuButton, #SettingsButton {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user