GH-378 add basic custom theme support
Files you can customize are created in themes/custom/
This commit is contained in:
@ -11,5 +11,7 @@ public:
|
||||
QString name() override;
|
||||
QString appStyleSheet() override;
|
||||
QPalette colorScheme() override;
|
||||
double fadeAmount() override;
|
||||
QColor fadeColor() override;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user