Skip to content

Commit 6069d31

Browse files
committed
gnome-shell: Adjust _system_bg_color slightly
1 parent f1aba34 commit 6069d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/gnome-shell/40/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $_bubble_fg_color: $osd_fg_color;
3939
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
4040
$_shell_fg_color: white;
4141
$_panel_fg_color: if($variant=='lighter', $fg_color, $_shell_fg_color);
42-
$_system_bg_color: opacify(desaturate(darken($dark_sidebar_bg, 10%), 6%), 1);
42+
$_system_bg_color: if($variant=='lighter', opacify(desaturate(darken($dark_sidebar_bg, 8%), 3%), 1), opacify(desaturate(darken($dark_sidebar_bg, 9%), 5%), 1));
4343

4444
$_popup_shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.19);
4545
$_popup_menu_shadow: if($variant!='dark', 0 1px 3px 2.1px rgba(0, 0, 0, 0.06), $_popup_shadow);

0 commit comments

Comments
 (0)