summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-10-26 23:44:20 +0100
committerPetr Mrázek <peterix@gmail.com>2014-10-26 23:44:20 +0100
commit8f7aec032b11a2e2b3034c9d9719a74726dad130 (patch)
tree607355469c2305aca17e40af49d85f0365c30f4f /main.cpp
parent92560bf0cd8bab77405081f30711a32282e29ba2 (diff)
downloadMultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar
MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar.gz
MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar.lz
MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar.xz
MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.zip
Add dark, light, blue and colored theme from pe.
Replaces the old dark and light themes
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 988649e5..87a33f91 100644
--- a/main.cpp
+++ b/main.cpp
@@ -37,6 +37,8 @@ int main(int argc, char *argv[])
#endif
Q_INIT_RESOURCE(pe_dark);
Q_INIT_RESOURCE(pe_light);
+ Q_INIT_RESOURCE(pe_blue);
+ Q_INIT_RESOURCE(pe_colored);
switch (app.status())
{