diff options
Diffstat (limited to 'libLumina/themes/None.qss.template')
-rw-r--r-- | libLumina/themes/None.qss.template | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template index 2f3503ce..57dd84e4 100644 --- a/libLumina/themes/None.qss.template +++ b/libLumina/themes/None.qss.template @@ -29,16 +29,21 @@ LDPlugin#notepad{ border-radius: 5px; } +LDPlugin#systemmonitor{ + background: %%BASECOLOR%%; + border-radius: 5px; +} + LDPlugin#applauncher QToolButton{ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.7 transparent, - stop: 1.0 %%ACCENTDISABLECOLOR%%); + stop: 1.0 %%PRIMARYDISABLECOLOR%%); border-radius: 5px; - color: %%TEXTDISABLECOLOR%%; + color: %%TEXTCOLOR%%; } LDPlugin#applauncher QToolButton:hover{ - background: %%ACCENTDISABLECOLOR%%; + background: %%PRIMARYDISABLECOLOR%%; border-radius: 5px; color: %%TEXTHIGHLIGHTCOLOR%%; } @@ -51,13 +56,13 @@ LDPlugin#desktopview QListWidget::item{ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.7 transparent, - stop: 1.0 %%ACCENTDISABLECOLOR%%); + stop: 1.0 %%PRIMARYDISABLECOLOR%%); border-radius: 5px; - color: %%TEXTDISABLECOLOR%%; + color: %%TEXTCOLOR%%; } LDPlugin#desktopview QListWidget::item:hover{ - background: %%ACCENTDISABLECOLOR%%; + background: %%PRIMARYDISABLECOLOR%%; border-radius: 5px; color: %%TEXTHIGHLIGHTCOLOR%%; } |