GTK3 theme: Increase dark theme's shadow color opacity

This commit is contained in:
Daniel Ruiz de Alegría
2020-02-06 14:12:01 +01:00
parent 54465ca581
commit d8d88016ac
4 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -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;