mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Provisional sidebar theming
needs-attention is not handled yet, here.
This commit is contained in:
parent
cdd2651db0
commit
619aeb643f
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user