6 lines
150 B
Python
6 lines
150 B
Python
THEME_NIGHT = """
|
|
QWidget { background: #0B0E11; color: #E6EAF0; }
|
|
#TopBar, #BottomBar { background: #0F1318; }
|
|
#Divider { background: #1B2330; }
|
|
"""
|