diff options
author | wi <william.os4y@gmail.com> | 2015-05-05 23:59:16 +0200 |
---|---|---|
committer | wi <william.os4y@gmail.com> | 2015-05-05 23:59:16 +0200 |
commit | abf66acfa1bad360b94baba50662b0632ea9eaa6 (patch) | |
tree | 713d4454ce9ad00c78e045f668c5726fa4a81914 /libLumina | |
parent | New icon layout for the icons on the desktop (diff) | |
download | lumina-abf66acfa1bad360b94baba50662b0632ea9eaa6.tar.gz lumina-abf66acfa1bad360b94baba50662b0632ea9eaa6.tar.bz2 lumina-abf66acfa1bad360b94baba50662b0632ea9eaa6.zip |
correct the menu colors of the desktop's icons
Diffstat (limited to 'libLumina')
-rw-r--r-- | libLumina/themes/Lumina-default.qss.template | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libLumina/themes/Lumina-default.qss.template b/libLumina/themes/Lumina-default.qss.template index af19324f..6779eb76 100644 --- a/libLumina/themes/Lumina-default.qss.template +++ b/libLumina/themes/Lumina-default.qss.template @@ -31,12 +31,15 @@ LDPlugin#applauncher QWidget:hover{ border-radius: 5px; color: %%ALTBASECOLOR%%; } +LDPlugin#applauncher QMenu{ +background: %%BASECOLOR%%; +color: %%TEXTCOLOR%%; +} LDPlugin#desktopview QWidget{ background: transparent; border: 1px solid transparent; } - LDPlugin#desktopview QListWidget::item{ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, @@ -45,6 +48,10 @@ LDPlugin#desktopview QListWidget::item{ border-radius: 5px; color: %%ALTBASECOLOR%%; } +LDPlugin#desktopview QMenu{ +background: %%BASECOLOR%%; +color: %%TEXTCOLOR%%; +} LDPlugin#desktopview QListWidget::item:hover{ background: %%ACCENTDISABLECOLOR%%; |