GH-378 add basic custom theme support
Files you can customize are created in themes/custom/
This commit is contained in:
@ -11,4 +11,8 @@ public:
|
||||
virtual QString appStyleSheet() = 0;
|
||||
virtual QString qtTheme() = 0;
|
||||
virtual QPalette colorScheme() = 0;
|
||||
virtual QColor fadeColor() = 0;
|
||||
virtual double fadeAmount() = 0;
|
||||
|
||||
static QPalette fadeInactive(QPalette in, qreal bias, QColor color);
|
||||
};
|
||||
|
Reference in New Issue
Block a user