Adwaita: Theme calendar day names differently

Just to show how its done. This will need some tweaks.
This commit is contained in:
Matthias Clasen 2015-08-26 22:59:55 -04:00
parent 692f60ebb0
commit 407d3fae81
2 changed files with 9 additions and 3 deletions

View File

@ -2747,8 +2747,11 @@ GtkCalendar {
}
}
&:inconsistent, &:inconsistent:backdrop,
&.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
&:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
&.highlight, &.highlight:backdrop {
color: $fg_color;
background: $borders_color;
}
&:backdrop {

View File

@ -3685,8 +3685,11 @@ GtkCalendar {
GtkCalendar.button:insensitive, .header-bar GtkCalendar.button.titlebutton:insensitive,
.titlebar GtkCalendar.button.titlebutton:insensitive {
color: rgba(147, 150, 149, 0.45); }
GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop {
GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight, GtkCalendar.highlight:backdrop {
color: #eeeeec;
background: #1c1f1f; }
GtkCalendar:backdrop {
color: #d4d4d4;
border-color: #1e2222; }