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.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'application/themes/SystemTheme.cpp') diff --git a/application/themes/SystemTheme.cpp b/application/themes/SystemTheme.cpp index 6d8a0ee8..f7a68061 100644 --- a/application/themes/SystemTheme.cpp +++ b/application/themes/SystemTheme.cpp @@ -47,3 +47,13 @@ QString SystemTheme::appStyleSheet() { return QString(); } + +double SystemTheme::fadeAmount() + { + return 0.5; + } + +QColor SystemTheme::fadeColor() + { + return QColor(128,128,128); + } -- cgit v1.2.3