aboutsummaryrefslogtreecommitdiff
path: root/libLumina/themes
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-11-23 13:44:11 -0500
committerKen Moore <moorekou@gmail.com>2015-11-23 13:44:11 -0500
commitf4bbfcec5fbf62436226f146ab3d490aac4c2e96 (patch)
treea55c3db5c1aaf05d593fb3e0c64ea57edce85d77 /libLumina/themes
parentA few fixes for the desktop: (diff)
downloadlumina-f4bbfcec5fbf62436226f146ab3d490aac4c2e96.tar.gz
lumina-f4bbfcec5fbf62436226f146ab3d490aac4c2e96.tar.bz2
lumina-f4bbfcec5fbf62436226f146ab3d490aac4c2e96.zip
Change the desktop icon text color to white by default: This just looks a lot better with this type of outlining, and is not too uncommon since Windows 10 also has white text by default for desktop icons.
Diffstat (limited to 'libLumina/themes')
-rw-r--r--libLumina/themes/None.qss.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template
index a0fd490b..7d923b1e 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: black;
+ color: white;
}
LDPlugin#applauncher QToolButton:hover{
background: %%PRIMARYDISABLECOLOR%%;
bgstack15