6 lines
148 B
Python
6 lines
148 B
Python
THEME_DAY = """
|
|
QWidget { background: #F4F6F8; color: #111827; }
|
|
#TopBar, #BottomBar { background: #FFFFFF; }
|
|
#Divider { background: #E5E7EB; }
|
|
"""
|