summaryrefslogtreecommitdiffstats
path: root/application/themes/ITheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/ITheme.h')
-rw-r--r--application/themes/ITheme.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/themes/ITheme.h b/application/themes/ITheme.h
index 969969be..9c071e0a 100644
--- a/application/themes/ITheme.h
+++ b/application/themes/ITheme.h
@@ -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);
};