diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-06 04:29:12 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-06 04:29:12 +0100 |
commit | bc753859b5ab5d1402940024c0478548165b57f8 (patch) | |
tree | 4d067325767b6100f1483115e5547a80ef14a4da /application/themes/BrightTheme.h | |
parent | 13b575f7a90ef97f3b30f2a2f74bd19d58d375e7 (diff) | |
download | MultiMC-bc753859b5ab5d1402940024c0478548165b57f8.tar MultiMC-bc753859b5ab5d1402940024c0478548165b57f8.tar.gz MultiMC-bc753859b5ab5d1402940024c0478548165b57f8.tar.lz MultiMC-bc753859b5ab5d1402940024c0478548165b57f8.tar.xz MultiMC-bc753859b5ab5d1402940024c0478548165b57f8.zip |
GH-378 add basic custom theme support
Files you can customize are created in themes/custom/
Diffstat (limited to 'application/themes/BrightTheme.h')
-rw-r--r-- | application/themes/BrightTheme.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |