summaryrefslogtreecommitdiffstats
path: root/application/themes/CustomTheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/CustomTheme.h')
-rw-r--r--application/themes/CustomTheme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/themes/CustomTheme.h b/application/themes/CustomTheme.h
index e5d3625c..9023b13e 100644
--- a/application/themes/CustomTheme.h
+++ b/application/themes/CustomTheme.h
@@ -10,7 +10,9 @@ public:
QString id() override;
QString name() override;
+ bool hasStyleSheet() override;
QString appStyleSheet() override;
+ bool hasColorScheme() override;
QPalette colorScheme() override;
double fadeAmount() override;
QColor fadeColor() override;