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

6 lines
148 B
Python

THEME_DAY = """
QWidget { background: #F4F6F8; color: #111827; }
#TopBar, #BottomBar { background: #FFFFFF; }
#Divider { background: #E5E7EB; }
"""