5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
/* Dark theme QSS */
|
|
QWidget { background: #181c20; color: #e0e0e0; }
|
|
QPushButton { background: #2e86de; color: #fff; }
|
|
QTabWidget::pane { background: #23272b; }
|