aboutsummaryrefslogtreecommitdiff
path: root/libLumina
diff options
context:
space:
mode:
authorwi <wi@obsd57.home.lan>2015-05-08 19:17:08 +0200
committerwi <wi@obsd57.home.lan>2015-05-08 19:17:08 +0200
commitc6375e55ec2e1382f5f13f3c164bc31f4808a310 (patch)
treeca34e36b79c3328178db84ceee5231fdb35d9213 /libLumina
parentcorrect the menu colors of the desktop's icons (diff)
downloadlumina-c6375e55ec2e1382f5f13f3c164bc31f4808a310.tar.gz
lumina-c6375e55ec2e1382f5f13f3c164bc31f4808a310.tar.bz2
lumina-c6375e55ec2e1382f5f13f3c164bc31f4808a310.zip
Adapt the theme for the other plugins
Diffstat (limited to 'libLumina')
-rw-r--r--libLumina/themes/Lumina-default.qss.template14
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
+
bgstack15