diff --git a/gtk-3.0/scss/_global.scss b/gtk-3.0/scss/_global.scss index 3dfab07..faad1ad 100755 --- a/gtk-3.0/scss/_global.scss +++ b/gtk-3.0/scss/_global.scss @@ -47,8 +47,8 @@ $titlebar_fg_color: $dark_fg_color; $menu_bg_color: $dark_bg_color; $menu_fg_color: $dark_fg_color; -$menubar_bg_color: $bg_color; -$menubar_fg_color: $fg_color; +$menubar_bg_color: $dark_bg_color; +$menubar_fg_color: $dark_fg_color; $panel_bg_color: $dark_bg_color; $panel_fg_color: $dark_fg_color;