From 575d5d6d6df203d8cf74023af31276520b0c5abe Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 21 May 2015 09:19:03 -0400 Subject: Update the included themes to ensure that the new Boot Splash is themed properly --- libLumina/themes/Lumina-default.qss.template | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libLumina/themes/Lumina-default.qss.template') diff --git a/libLumina/themes/Lumina-default.qss.template b/libLumina/themes/Lumina-default.qss.template index a3324513..84924b2d 100644 --- a/libLumina/themes/Lumina-default.qss.template +++ b/libLumina/themes/Lumina-default.qss.template @@ -10,6 +10,10 @@ QWidget#LuminaPanelColor{ background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%PRIMARYCOLOR%%, stop: 1 %%PRIMARYDISABLECOLOR%%); border-radius: 5px; } +QWidget#LuminaBootSplash{ + background: %%BASECOLOR%%; + border-radius: 5px; +} /* Set the default canvas appearance for Lumina desktop plugins*/ LDPlugin#audioplayer{ -- cgit