Gtk2 themed

This commit is contained in:
EliverLara
2018-08-14 16:10:02 -05:00
parent 1031390c1c
commit 1c058283ff
135 changed files with 294 additions and 282 deletions

View File

@@ -37,7 +37,7 @@ $headerbar_color: $bg_color;
$headerbar_fg_color: $text_color;
$menu_color: if($variant == 'light', $base_color, mix($bg_color, $base_color, 20%));
$popover_bg_color: $base_color;
$popover_hover_color: darken($bg_color, 2%);
$popover_hover_color: lighten($bg_color, 5%);
$scrollbar_bg_color: mix($base_color, $bg_color, 50%);
$scrollbar_slider_color: mix($fg_color, $bg_color, 60%);

View File

@@ -1091,7 +1091,7 @@ popover.background radiobutton,
modelbutton.flat:hover, popover.background checkbutton:hover,
popover.background radiobutton:hover,
.menuitem.button.flat:hover {
background-color: #12151f; }
background-color: #202435; }
modelbutton.flat check:last-child, popover.background checkbutton check:last-child, popover.background radiobutton check:last-child,
modelbutton.flat radio:last-child,
popover.background checkbutton radio:last-child,

View File

@@ -1091,7 +1091,7 @@ popover.background radiobutton,
modelbutton.flat:hover, popover.background checkbutton:hover,
popover.background radiobutton:hover,
.menuitem.button.flat:hover {
background-color: #12151f; }
background-color: #202435; }
modelbutton.flat check:last-child, popover.background checkbutton check:last-child, popover.background radiobutton check:last-child,
modelbutton.flat radio:last-child,
popover.background checkbutton radio:last-child,