diff options
Diffstat (limited to 'desktop-themes/YaruOk/gtk-3.0')
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/_headerbar_buttons.scss | 16 | ||||
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/gtk.css | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/desktop-themes/YaruOk/gtk-3.0/_headerbar_buttons.scss b/desktop-themes/YaruOk/gtk-3.0/_headerbar_buttons.scss index e32a39c0..ef41b773 100644 --- a/desktop-themes/YaruOk/gtk-3.0/_headerbar_buttons.scss +++ b/desktop-themes/YaruOk/gtk-3.0/_headerbar_buttons.scss @@ -1,12 +1,12 @@ -$headerbar_button_gradient_a: gtkshade(desaturate($core_color_a, 20%), 1.15); -$headerbar_button_gradient_b: gtkshade(desaturate($core_color_a, 20%), 1.1); -$headerbar_button_gradient_c: gtkshade(desaturate($core_color_a, 20%), 1.08); -$headerbar_button_gradient_d: gtkshade(desaturate($core_color_a, 20%), 1.02); +$headerbar_button_gradient_a: gtkshade(desaturate($core_color_a, 15%), 1.15); +$headerbar_button_gradient_b: gtkshade(desaturate($core_color_a, 15%), 1.1); +$headerbar_button_gradient_c: gtkshade(desaturate($core_color_a, 15%), 1.08); +$headerbar_button_gradient_d: gtkshade(desaturate($core_color_a, 15%), 1.02); -$headerbar_button_hover_gradient_a: gtkshade(desaturate($core_color_a, 40%), 1.25); -$headerbar_button_hover_gradient_b: gtkshade(desaturate($core_color_a, 40%), 1.2); -$headerbar_button_hover_gradient_c: gtkshade(desaturate($core_color_a, 40%), 1.19); -$headerbar_button_hover_gradient_d: gtkshade(desaturate($core_color_a, 40%), 1.12); +$headerbar_button_hover_gradient_a: gtkshade(desaturate($core_color_a, 30%), 1.25); +$headerbar_button_hover_gradient_b: gtkshade(desaturate($core_color_a, 30%), 1.2); +$headerbar_button_hover_gradient_c: gtkshade(desaturate($core_color_a, 30%), 1.19); +$headerbar_button_hover_gradient_d: gtkshade(desaturate($core_color_a, 30%), 1.12); $headerbar_button_backdrop_gradient_a: gtkshade(desaturate($core_color_a, 100%), 1.25); $headerbar_button_backdrop_gradient_b: gtkshade(desaturate($core_color_a, 100%), 1.2); diff --git a/desktop-themes/YaruOk/gtk-3.0/gtk.css b/desktop-themes/YaruOk/gtk-3.0/gtk.css index 9cfb175f..b04caadd 100644 --- a/desktop-themes/YaruOk/gtk-3.0/gtk.css +++ b/desktop-themes/YaruOk/gtk-3.0/gtk.css @@ -2630,9 +2630,9 @@ headerbar switch slider:disabled, headerbar scale slider:disabled, .titlebar swi .selection-mode headerbar .selection-menu:backdrop .arrow, .selection-mode headerbar .selection-menu .arrow, headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow, .selection-mode .titlebar .selection-menu:backdrop .arrow, .selection-mode .titlebar .selection-menu .arrow, .titlebar.selection-mode .selection-menu:backdrop .arrow, .titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); color: rgba(255, 255, 255, 0.5); -gtk-icon-shadow: none; } -headerbar button { background-image: linear-gradient(to bottom, #d7e2f0, #cad8ea 50%, #c4d4e7 50%, #b5c7df); border-color: #58708d; } +headerbar button { background-image: linear-gradient(to bottom, #d6e2f2, #c8d8ec 50%, #c2d4ea 50%, #b2c7e2); border-color: #58708d; } -headerbar button:hover { background-image: linear-gradient(to bottom, #f6f7f9, #e9edf2 50%, #e7ebf0 50%, #d6dde5); border-color: #58708d; } +headerbar button:hover { background-image: linear-gradient(to bottom, #f5f7fa, #e7edf4 50%, #e5ebf2 50%, #d3dce9); border-color: #58708d; } headerbar button:backdrop { background-image: linear-gradient(to bottom, #f8f8f8, #eeeeee 50%, #eaeaea 50%, #dedede); } |