GTK3 theme: Increase dark theme's shadow color opacity
This commit is contained in:
@@ -44,7 +44,7 @@ $sidebar_bg_color: mix($bg_color, $base_color, 50%);
|
||||
$base_hover_color: transparentize($fg_color, 0.95);
|
||||
|
||||
$tooltip_borders_color: $osd_outer_borders_color;
|
||||
$shadow_color: transparentize(black, 0.9);
|
||||
$shadow_color: transparentize(black, if($variant == 'light', 0.9, 0.7));
|
||||
|
||||
$drop_target_color: #0a814b;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user