diff options
author | wi <wi@obsd57.home.lan> | 2015-05-08 19:17:08 +0200 |
---|---|---|
committer | wi <wi@obsd57.home.lan> | 2015-05-08 19:17:08 +0200 |
commit | c6375e55ec2e1382f5f13f3c164bc31f4808a310 (patch) | |
tree | ca34e36b79c3328178db84ceee5231fdb35d9213 /libLumina/themes | |
parent | correct the menu colors of the desktop's icons (diff) | |
download | lumina-c6375e55ec2e1382f5f13f3c164bc31f4808a310.tar.gz lumina-c6375e55ec2e1382f5f13f3c164bc31f4808a310.tar.bz2 lumina-c6375e55ec2e1382f5f13f3c164bc31f4808a310.zip |
Adapt the theme for the other plugins
Diffstat (limited to 'libLumina/themes')
-rw-r--r-- | libLumina/themes/Lumina-default.qss.template | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/libLumina/themes/Lumina-default.qss.template b/libLumina/themes/Lumina-default.qss.template index 6779eb76..06cbafb6 100644 --- a/libLumina/themes/Lumina-default.qss.template +++ b/libLumina/themes/Lumina-default.qss.template @@ -18,6 +18,18 @@ QWidget#LuminaPanelColor{ /*border: 1px solid transparent;*/ } +LDPlugin#audioplayer { + background: %%BASECOLOR%%; +} + +LDPlugin#calendar { + background: %%BASECOLOR%%; +} + +LDPlugin#notepad { + background: %%BASECOLOR%%; +} + LDPlugin#applauncher QWidget{ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, @@ -561,4 +573,4 @@ QCalendarWidget QWidget#qt_calendar_calendarview{ border: none; } -
\ No newline at end of file + |