From 0247592ea09d5c6b1ddf8259adeaf37e14508769 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 10 Nov 2014 10:44:00 -0500 Subject: Add a new Lumina Theme: None This disables all the special Qt theming (except for the custom font/font size), and will use the default theme for Qt. --- libLumina/libLumina.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libLumina/libLumina.pro') diff --git a/libLumina/libLumina.pro b/libLumina/libLumina.pro index cb89e7ca..6f7e3ede 100644 --- a/libLumina/libLumina.pro +++ b/libLumina/libLumina.pro @@ -52,7 +52,8 @@ colors.path=$$PREFIX/share/Lumina-DE/colors/ colors.files=colors/SampleColors.qss.colors themes.path=$$PREFIX/share/Lumina-DE/themes/ -themes.files=themes/Lumina-default.qss.template +themes.files=themes/Lumina-default.qss.template \ + themes/None.qss.template INSTALLS += target include colors themes -- cgit