diff options
Diffstat (limited to 'application/themes/SystemTheme.cpp')
-rw-r--r-- | application/themes/SystemTheme.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
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); + } |