mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Gtk2 themed
This commit is contained in:
@@ -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%);
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user