mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Gnome: Improve appearance of menus and popovers
This commit is contained in:
@@ -113,4 +113,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, #654ea3 0%, #eaafc8 100%);
|
||||
$destructive_bg_color: linear-gradient(to right, #FF416C, #FF4B2B);
|
||||
$menu_shadow_color: if($variant == 'light', transparentize(rgb(122, 122, 122), 0.6), transparent);
|
||||
$menu_shadow_color: $borders_color;
|
||||
|
||||
Reference in New Issue
Block a user