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/SystemTheme.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application/themes/SystemTheme.h') diff --git a/application/themes/SystemTheme.h b/application/themes/SystemTheme.h index 75a8738c..e4a84bca 100644 --- a/application/themes/SystemTheme.h +++ b/application/themes/SystemTheme.h @@ -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; }; - -- cgit v1.2.3