From e6a725a855208bccab349c6265c6d99af65ecc42 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 9 Nov 2015 12:45:10 -0500 Subject: A couple changes to Lumina: 1) Add 3 different "view modes" for applications in the start menu: Alphabetical (no categories), Partial Categories (same as before - still on list though), or Categories (need to click the category to go into it and see the applications).2) Fix the theming of partially checked checkboxes and groupboxes. 3) Force the desktop icons to have black text in the theme (no matter which color scheme is in use). 4) Adjust the outlining effects of the desktop icons to use a radial gradient now, so you get a smoother effect which does not steal eye focus as much on contrasting backgrounds. --- libLumina/themes/None.qss.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libLumina/themes/None.qss.template') diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template index e8dc4573..a0fd490b 100644 --- a/libLumina/themes/None.qss.template +++ b/libLumina/themes/None.qss.template @@ -29,7 +29,7 @@ LDPlugin#applauncher QToolButton{ background: transparent; border: none; border-radius: 5px; - color: %%TEXTCOLOR%%; + color: black; } LDPlugin#applauncher QToolButton:hover{ background: %%PRIMARYDISABLECOLOR%%; -- cgit