mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
GH-378 add basic custom theme support
Files you can customize are created in themes/custom/
This commit is contained in:
@ -13,8 +13,9 @@ public:
|
||||
QString qtTheme() override;
|
||||
QString appStyleSheet() override;
|
||||
QPalette colorScheme() override;
|
||||
double fadeAmount() override;
|
||||
QColor fadeColor() override;
|
||||
private:
|
||||
QPalette systemPalette;
|
||||
QString systemTheme;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user