GH-378 add basic custom theme support

Files you can customize are created in themes/custom/
This commit is contained in:
Petr Mrázek
2016-11-06 04:29:12 +01:00
parent 13b575f7a9
commit bc753859b5
15 changed files with 335 additions and 40 deletions

View File

@@ -111,8 +111,11 @@ SET(MULTIMC_SOURCES
themes/FusionTheme.h
themes/BrightTheme.cpp
themes/BrightTheme.h
themes/CustomTheme.cpp
themes/CustomTheme.h
themes/DarkTheme.cpp
themes/DarkTheme.h
themes/ITheme.cpp
themes/ITheme.h
themes/SystemTheme.cpp
themes/SystemTheme.h