aboutsummaryrefslogtreecommitdiff
path: root/libLumina/themes/None.qss.template
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-07-09 10:09:34 -0400
committerKen Moore <moorekou@gmail.com>2015-07-09 10:09:34 -0400
commit693e21b5ca7f609a7339fafab0d404efca0ecfee (patch)
treeaaa2e75395f88aad4b646f7b862fdae190df89a3 /libLumina/themes/None.qss.template
parentRemove the context menu on the toolbar in lumina-config (diff)
downloadlumina-693e21b5ca7f609a7339fafab0d404efca0ecfee.tar.gz
lumina-693e21b5ca7f609a7339fafab0d404efca0ecfee.tar.bz2
lumina-693e21b5ca7f609a7339fafab0d404efca0ecfee.zip
Update the lumina themes and the PC-BSD color scheme a bit, and a couple more minor adjustments to case sensitivity in the luminaDesktop.conf parsing.
Diffstat (limited to 'libLumina/themes/None.qss.template')
-rw-r--r--libLumina/themes/None.qss.template14
1 files changed, 10 insertions, 4 deletions
diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template
index 430bd44b..4b1d302d 100644
--- a/libLumina/themes/None.qss.template
+++ b/libLumina/themes/None.qss.template
@@ -68,6 +68,7 @@ UserItemWidget:hover{
background: %%HIGHLIGHTCOLOR%%;
color: %%TEXTHIGHLIGHTCOLOR%%;
}
+
/*Special taskmanager window buttons: based on window state*/
LTBWidget{
border: 1px solid transparent;
@@ -75,17 +76,22 @@ LTBWidget{
}
LTBWidget::menu-indicator{ image: none; } /*disable the menu arrow*/
LTBWidget#WindowVisible{
- background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%SECONDARYDISABLECOLOR%%, stop: 1 transparent);
+ background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.3 %%SECONDARYCOLOR%%, stop: 1 transparent);
}
LTBWidget#WindowInvisible{
/* Primary color is used for the panel appearance, so use that to make it disappear*/
- background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%PRIMARYCOLOR%%, stop: 1 transparent);
+ background: transparent;
}
LTBWidget#WindowActive{
- background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%ACCENTCOLOR%%, stop: 1 transparent);
+ background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.3 %%HIGHLIGHTDISABLECOLOR%%, stop: 1 transparent);
}
LTBWidget#WindowAttention{
- background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%HIGHLIGHTDISABLECOLOR%%, stop: 1 transparent);
+ background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.3 %%HIGHLIGHTCOLOR%%, stop: 1 transparent);
+}
+LTBWidget:hover, LTBWidget#WindowVisible:hover, LTBWidget#WindowInvisible:hover, LTBWidget#WindowActive:hover, LTBWidget#WindowAttention:hover{
+ background: %%HIGHLIGHTCOLOR%%;
+ color: %%TEXTHIGHLIGHTCOLOR%%;
+ border: 1px solid %%ACCENTCOLOR%%;
}
/* CALENDER WIDGET */
bgstack15