diff --git a/gtk-4.0/gtk-dark.css b/gtk-4.0/gtk-dark.css index de74512..1268fc0 100755 --- a/gtk-4.0/gtk-dark.css +++ b/gtk-4.0/gtk-dark.css @@ -2171,7 +2171,7 @@ GraniteWidgetsWelcome { * Header bars * ***************/ .titlebar:not(headerbar), .titlebar, headerbar { - padding: 0 13px; + padding: 0 6px; min-height: 34px; background: #2b313c; color: #d8dee9; @@ -4665,7 +4665,7 @@ windowcontrols button.close, windowcontrols button.maximize, windowcontrols butt text-shadow: none; box-shadow: none; border: 1px solid #232831; - background-color: #2e3440; } + background-color: #343b48; } windowcontrols button.close:hover, windowcontrols button.close:active { color: #bf616a; } windowcontrols button.maximize:hover, windowcontrols button.maximize:active { diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css index 54ea605..80308c6 100755 --- a/gtk-4.0/gtk.css +++ b/gtk-4.0/gtk.css @@ -2171,7 +2171,7 @@ GraniteWidgetsWelcome { * Header bars * ***************/ .titlebar:not(headerbar), .titlebar, headerbar { - padding: 0 13px; + padding: 0 6px; min-height: 34px; background: #2b313c; color: #d8dee9; @@ -4665,7 +4665,7 @@ windowcontrols button.close, windowcontrols button.maximize, windowcontrols butt text-shadow: none; box-shadow: none; border: 1px solid #232831; - background-color: #2e3440; } + background-color: #343b48; } windowcontrols button.close:hover, windowcontrols button.close:active { color: #bf616a; } windowcontrols button.maximize:hover, windowcontrols button.maximize:active { diff --git a/gtk-4.0/widgets/_header-bars.scss b/gtk-4.0/widgets/_header-bars.scss index 59cd255..6af69be 100644 --- a/gtk-4.0/widgets/_header-bars.scss +++ b/gtk-4.0/widgets/_header-bars.scss @@ -3,7 +3,7 @@ ***************/ %titlebar, headerbar { - padding: 0 13px; + padding: 0 6px; min-height: 34px; background: $headerbar_color; color: $headerbar_fg_color;