gnome: change panel background to base01 (#360)

This was the color used for GNOME 45, and is consistent with other Stylix targets.
This commit is contained in:
Daniel Thwaites 2024-05-12 12:58:29 +01:00 committed by GitHub
parent f83376bfdc
commit 98039f3331
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ $osd_bg_color: #{{base01-hex}};
$system_base_color: #{{base00-hex}};
$system_fg_color: #{{base05-hex}};
$panel_bg_color: #{{base00-hex}};
$panel_bg_color: #{{base01-hex}};
$panel_fg_color: #{{base05-hex}};
$card_bg_color: #{{base01-hex}};