Clean push: Removed heavy files & added only latest snapshot
This commit is contained in:
4
qt_app_pyside1/resources/themes/dark.qss
Normal file
4
qt_app_pyside1/resources/themes/dark.qss
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Dark theme QSS */
|
||||
QWidget { background: #181c20; color: #e0e0e0; }
|
||||
QPushButton { background: #2e86de; color: #fff; }
|
||||
QTabWidget::pane { background: #23272b; }
|
||||
4
qt_app_pyside1/resources/themes/light.qss
Normal file
4
qt_app_pyside1/resources/themes/light.qss
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Light theme QSS */
|
||||
QWidget { background: #f5f6fa; color: #222; }
|
||||
QPushButton { background: #2e86de; color: #fff; }
|
||||
QTabWidget::pane { background: #fff; }
|
||||
Reference in New Issue
Block a user