From bc753859b5ab5d1402940024c0478548165b57f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 6 Nov 2016 04:29:12 +0100 Subject: GH-378 add basic custom theme support Files you can customize are created in themes/custom/ --- application/themes/BrightTheme.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/themes/BrightTheme.h') diff --git a/application/themes/BrightTheme.h b/application/themes/BrightTheme.h index 85b7041b..814aa6de 100644 --- a/application/themes/BrightTheme.h +++ b/application/themes/BrightTheme.h @@ -11,5 +11,7 @@ public: QString name() override; QString appStyleSheet() override; QPalette colorScheme() override; + double fadeAmount() override; + QColor fadeColor() override; }; -- cgit v1.2.3