From 2e0a45cc2f7b3b3b84d72905bb4217bc1cffbf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 1 Nov 2016 08:50:23 +0100 Subject: NOISSUE add bright theme to complement the dark theme Same style, different colors. --- application/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 4a7d644d..38729de4 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -107,6 +107,8 @@ SET(MULTIMC_SOURCES InstanceWindow.cpp # GUI - themes + themes/BrightTheme.cpp + themes/BrightTheme.h themes/DarkTheme.cpp themes/DarkTheme.h themes/ITheme.h -- cgit v1.2.3