Provisional sidebar theming

needs-attention is not handled yet, here.
This commit is contained in:
Matthias Clasen 2014-10-01 00:45:23 -04:00
parent cdd2651db0
commit 619aeb643f
3 changed files with 23 additions and 0 deletions

View File

@ -2825,3 +2825,12 @@ GtkVolumeButton.button { padding: 8px; }
&:backdrop { color: if($variant=='light', $backdrop_base_color,
$backdrop_fg_color); }
}
/* GtkSidebar */
.sidebar {
background-color: shade($bg_color, 0.99)
}
.sidebar-item {
padding: 10px;
}

View File

@ -4161,6 +4161,13 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
GtkCalendar.header .menuitem.titlebutton.button:backdrop:selected, .list-row:backdrop:selected {
color: #c9cbc9; }
/* GtkSidebar */
.sidebar {
background-color: shade(#393f3f, 0.99); }
.sidebar-item {
padding: 10px; }
/* GTK NAMED COLORS */
@define-color theme_fg_color #eeeeec;
@define-color theme_bg_color #393f3f;

View File

@ -4323,6 +4323,13 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
GtkCalendar.header .menuitem.titlebutton.button:backdrop:selected, .list-row:backdrop:selected {
color: #fcfcfc; }
/* GtkSidebar */
.sidebar {
background-color: shade(#ededed, 0.99); }
.sidebar-item {
padding: 10px; }
/* GTK NAMED COLORS */
@define-color theme_fg_color #2e3436;
@define-color theme_bg_color #ededed;