From c6375e55ec2e1382f5f13f3c164bc31f4808a310 Mon Sep 17 00:00:00 2001 From: wi Date: Fri, 8 May 2015 19:17:08 +0200 Subject: Adapt the theme for the other plugins --- libLumina/themes/Lumina-default.qss.template | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'libLumina/themes') 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 + -- cgit