aboutsummaryrefslogtreecommitdiff
path: root/libLumina/themes/None.qss.template
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-02-03 11:28:13 -0500
committerKen Moore <ken@pcbsd.org>2015-02-03 11:28:13 -0500
commit8d4b5d0c790244457fbe2722db141c543978f4f4 (patch)
tree05db711524294019df037a055876a8dca50bfe74 /libLumina/themes/None.qss.template
parentAdd a bit of a margin above the save button in lumina-config (diff)
downloadlumina-8d4b5d0c790244457fbe2722db141c543978f4f4.tar.gz
lumina-8d4b5d0c790244457fbe2722db141c543978f4f4.tar.bz2
lumina-8d4b5d0c790244457fbe2722db141c543978f4f4.zip
Update the theme files that are included with Lumina (much nicer now).
Diffstat (limited to 'libLumina/themes/None.qss.template')
-rw-r--r--libLumina/themes/None.qss.template11
1 files changed, 6 insertions, 5 deletions
diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template
index 1a8c902d..1633f2a3 100644
--- a/libLumina/themes/None.qss.template
+++ b/libLumina/themes/None.qss.template
@@ -5,9 +5,9 @@ QWidget{
}
/* Set the panel appearance for this theme (unless manually customized) */
QWidget#LuminaPanelColor{
- background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%ACCENTCOLOR%%, stop: 1 %%PRIMARYDISABLECOLOR%%);
+ background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%PRIMARYCOLOR%%, stop: 1 %%PRIMARYDISABLECOLOR%%);
border-radius: 3px;
- border: 1px solid %%ACCENTCOLOR%%;
+ border: 1px solid transparent;
}
/* Set the default canvas appearance for Lumina desktop plugins*/
LDPlugin#LuminaDesktopPlugin{
@@ -16,12 +16,13 @@ LDPlugin#LuminaDesktopPlugin{
border: none;
}
/*For special desktop plugins that should never have a transparent background*/
-LDPlugin#LuminaDesktopPlugin QFrame{
- background: %%ACCENTCOLOR%%;
+LDPlugin#LuminaDesktopPluginVisible{
+ background: %%BASECOLOR%%;
border: 1px solid transparent;
border-radius: 5px;
}
- /* CALENDER WIDGET */
+
+/* CALENDER WIDGET */
/* (This is a special hack since there is no official support for stylesheets for this widget) */
QCalendarWidget QWidget#qt_calendar_navigationbar{
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 %%PRIMARYDISABLECOLOR%%, stop: 1 %%PRIMARYCOLOR%%);
bgstack15