diff options
author | Ken Moore <ken@pcbsd.org> | 2015-05-21 09:19:03 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-05-21 09:19:03 -0400 |
commit | 575d5d6d6df203d8cf74023af31276520b0c5abe (patch) | |
tree | b6780d815c22dc864a7476a59eea65aa58f4564b /libLumina | |
parent | Add a new boot splash screen to be used during the Lumina initialization phas... (diff) | |
download | lumina-575d5d6d6df203d8cf74023af31276520b0c5abe.tar.gz lumina-575d5d6d6df203d8cf74023af31276520b0c5abe.tar.bz2 lumina-575d5d6d6df203d8cf74023af31276520b0c5abe.zip |
Update the included themes to ensure that the new Boot Splash is themed properly
Diffstat (limited to 'libLumina')
-rw-r--r-- | libLumina/themes/Lumina-default.qss.template | 4 | ||||
-rw-r--r-- | libLumina/themes/None.qss.template | 4 |
2 files changed, 8 insertions, 0 deletions
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{ diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template index 294aafb9..2f3503ce 100644 --- a/libLumina/themes/None.qss.template +++ b/libLumina/themes/None.qss.template @@ -8,6 +8,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{ |