Gnome: Improve appearance of menus and popovers

This commit is contained in:
EliverLara
2020-06-14 14:42:57 -05:00
parent 045dec3cb9
commit 13ca7937e6
5 changed files with 24 additions and 11 deletions

View File

@@ -115,4 +115,4 @@ $scale_bg: if($variant == 'light', transparentize(black,0.86) ,transparentize(wh
$scale_disabled_bg: if($variant == 'light', transparentize(black, 0.94) ,transparentize(white, 0.94));
$suggested_bg_color: linear-gradient(to right, #485563 0%, #29323c 100%);
$destructive_bg_color: linear-gradient(to right, $red, $orange);
$menu_shadow_color: if($variant == 'light', transparentize(rgb(122, 122, 122), 0.6), transparent);
$menu_shadow_color: $borders_color;