car_ui/themes/night.py
2026-01-08 01:37:17 +03:00

6 lines
150 B
Python

THEME_NIGHT = """
QWidget { background: #0B0E11; color: #E6EAF0; }
#TopBar, #BottomBar { background: #0F1318; }
#Divider { background: #1B2330; }
"""