summaryrefslogtreecommitdiffstats
path: root/application/themes/DarkTheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/DarkTheme.h')
-rw-r--r--application/themes/DarkTheme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/themes/DarkTheme.h b/application/themes/DarkTheme.h
index a8c17de7..142f7860 100644
--- a/application/themes/DarkTheme.h
+++ b/application/themes/DarkTheme.h
@@ -11,4 +11,6 @@ public:
QString name() override;
QString appStyleSheet() override;
QPalette colorScheme() override;
+ double fadeAmount() override;
+ QColor fadeColor() override;
};