aboutsummaryrefslogtreecommitdiff
path: root/libLumina
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-09-11 14:45:21 -0400
committerKen Moore <moorekou@gmail.com>2015-09-11 14:45:21 -0400
commit556c6d7d55c656a9f935fba4657d3aa1aa1e9869 (patch)
treeec3eb0ab9a9b13021fa268833b8aa1833c9ebef4 /libLumina
parentEnsure that the window activation request is sent out when the file manager g... (diff)
downloadlumina-556c6d7d55c656a9f935fba4657d3aa1aa1e9869.tar.gz
lumina-556c6d7d55c656a9f935fba4657d3aa1aa1e9869.tar.bz2
lumina-556c6d7d55c656a9f935fba4657d3aa1aa1e9869.zip
Adjust the theming of the calendar widgets so that the day/week are a bit more distinct from the main days area
Diffstat (limited to 'libLumina')
-rw-r--r--libLumina/themes/Lumina-default.qss.template4
-rw-r--r--libLumina/themes/None.qss.template4
2 files changed, 4 insertions, 4 deletions
diff --git a/libLumina/themes/Lumina-default.qss.template b/libLumina/themes/Lumina-default.qss.template
index 7f0f185e..adfaf444 100644
--- a/libLumina/themes/Lumina-default.qss.template
+++ b/libLumina/themes/Lumina-default.qss.template
@@ -574,7 +574,7 @@ QAbstractSpinBox::up-arrow{
}
QCalendarWidget QWidget{
background-color: %%BASECOLOR%%;
- alternate-background-color: %%PRIMARYDISABLECOLOR%%;
+ alternate-background-color: %%HIGHLIGHTDISABLECOLOR%%;
color: %%TEXTCOLOR%%;
}
QCalendarWidget QAbstractButton{
@@ -589,7 +589,7 @@ QCalendarWidget QAbstractItemView{
selection-color: %%TEXTHIGHLIGHTCOLOR%%;
}
QCalendarWidget QWidget#qt_calendar_calendarview{
- background-color: %%BASECOLOR%%;
+ background-color: %%ALTBASECOLOR%%;
border: none;
}
diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template
index a2c2e016..c78527ef 100644
--- a/libLumina/themes/None.qss.template
+++ b/libLumina/themes/None.qss.template
@@ -101,7 +101,7 @@ LTBWidget:hover, LTBWidget#WindowVisible:hover, LTBWidget#WindowInvisible:hover,
}
QCalendarWidget QWidget{
background-color: %%BASECOLOR%%;
- alternate-background-color: %%PRIMARYDISABLECOLOR%%;
+ alternate-background-color: %%HIGHLIGHTDISABLECOLOR%%;
color: %%TEXTCOLOR%%;
}
QCalendarWidget QAbstractButton{
@@ -116,6 +116,6 @@ QCalendarWidget QAbstractItemView{
selection-color: %%TEXTHIGHLIGHTCOLOR%%;
}
QCalendarWidget QWidget#qt_calendar_calendarview{
- background-color: %%BASECOLOR%%;
+ background-color: %%ALTBASECOLOR%%;
border: none;
} \ No newline at end of file
bgstack15