forked from AuroraMiddleware/gtk
HC: switch border color
- lighten inverted HC borders while darkening the regular/light variant Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3460
This commit is contained in:
parent
0d99ef7cee
commit
3a5eee7dbe
@ -22,3 +22,5 @@ $focus_border_color: if($variant == 'light', transparentize($selected_bg_color,
|
||||
$alt_focus_border_color: if($variant == 'light', white, transparentize(white,0.4));
|
||||
|
||||
$dim_label_opacity: 0.9;
|
||||
|
||||
$switch_borders_color: if($variant == 'light',darken($switch_bg_color,15%),lighten($switch_bg_color,15%));
|
||||
|
Loading…
Reference in New Issue
Block a user