Gnome: Improve appearance of menus and popovers

This commit is contained in:
EliverLara
2020-06-14 14:42:57 -05:00
parent 9e3bfeeeee
commit 884a85eab8
5 changed files with 22 additions and 9 deletions

View File

@@ -112,4 +112,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, #5797f7 0%, #00dcf4 100%);
$destructive_bg_color: linear-gradient(to right, #ee0979, #ff6a00);
$menu_shadow_color: if($variant == 'light', transparentize(rgb(122, 122, 122), 0.6), transparent);
$menu_shadow_color: if($variant == 'light', transparentize(rgb(122, 122, 122), 0.6), $borders_color);