summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMate <[email protected]>2021-08-01 10:25:50 +0200
committerraveit65 <[email protected]>2021-08-02 23:56:01 +0200
commit56ae72523883856cc81485df636b480fa09b011d (patch)
tree76b79905a0bc39c191fbce06ee1db9c4791010d4
parent58267b14a95fad8079c4f3510b13d8041d10be04 (diff)
downloadmate-themes-56ae72523883856cc81485df636b480fa09b011d.tar.bz2
mate-themes-56ae72523883856cc81485df636b480fa09b011d.tar.xz
make headerbar_buttons identical for yaru ok and green
-rw-r--r--desktop-themes/YaruGreen/gtk-3.0/_headerbar_buttons.scss22
-rw-r--r--desktop-themes/YaruGreen/gtk-3.0/gtk.css6
-rw-r--r--desktop-themes/YaruOk/gtk-3.0/_headerbar_buttons.scss16
-rw-r--r--desktop-themes/YaruOk/gtk-3.0/gtk.css4
4 files changed, 24 insertions, 24 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/_headerbar_buttons.scss b/desktop-themes/YaruGreen/gtk-3.0/_headerbar_buttons.scss
index a613bbb0..ef41b773 100644
--- a/desktop-themes/YaruGreen/gtk-3.0/_headerbar_buttons.scss
+++ b/desktop-themes/YaruGreen/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);
@@ -22,17 +22,17 @@ $headerbar_button_backdrop_hover_gradient_d: gtkshade(desaturate($core_color_a,
headerbar {
button {
background-image: linear-gradient(to bottom, $headerbar_button_gradient_a, $headerbar_button_gradient_b 50%, $headerbar_button_gradient_c 50%, $headerbar_button_gradient_d);
- border-color: gtkshade(#707662, 0.6);
+ border-color: gtkshade(#a7bdd8, 0.6);
&:hover {
background-image: linear-gradient(to bottom, $headerbar_button_hover_gradient_a, $headerbar_button_hover_gradient_b 50%, $headerbar_button_hover_gradient_c 50%, $headerbar_button_hover_gradient_d);
- border-color: gtkshade(#707662, 0.6);
+ border-color: gtkshade(#a7bdd8, 0.6);
}
&:backdrop {
background-image: linear-gradient(to bottom, $headerbar_button_backdrop_gradient_a, $headerbar_button_backdrop_gradient_b 50%, $headerbar_button_backdrop_gradient_c 50%, $headerbar_button_backdrop_gradient_d);
}
&:backdrop:hover {
background-image: linear-gradient(to bottom, $headerbar_button_backdrop_hover_gradient_a, $headerbar_button_backdrop_hover_gradient_b 50%, $headerbar_button_backdrop_hover_gradient_c 50%, $headerbar_button_backdrop_hover_gradient_d);
- border-color: gtkshade(desaturate(#707662, 100%), 0.7);
+ border-color: gtkshade(desaturate(#a7bdd8, 100%), 0.7);
}
}
}
diff --git a/desktop-themes/YaruGreen/gtk-3.0/gtk.css b/desktop-themes/YaruGreen/gtk-3.0/gtk.css
index 1f971960..79439dab 100644
--- a/desktop-themes/YaruGreen/gtk-3.0/gtk.css
+++ b/desktop-themes/YaruGreen/gtk-3.0/gtk.css
@@ -2630,13 +2630,13 @@ 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(66, 69, 62, 0.5); -gtk-icon-shadow: none; }
-headerbar button { background-image: linear-gradient(to bottom, #efefef, #e4e4e4 50%, #e0e0e0 50%, #d4d4d4); border-color: #42443d; }
+headerbar button { background-image: linear-gradient(to bottom, #efefee, #e5e5e4 50%, #e1e1df 50%, #d4d5d3); border-color: #58708d; }
-headerbar button:hover { background-image: linear-gradient(to bottom, white, #f9f9f9 50%, #f7f7f7 50%, #e8e8e8); border-color: #42443d; }
+headerbar button:hover { background-image: linear-gradient(to bottom, white, #f9f9f9 50%, #f7f7f7 50%, #e8e8e8); border-color: #58708d; }
headerbar button:backdrop { background-image: linear-gradient(to bottom, white, #f9f9f9 50%, whitesmoke 50%, #e8e8e8); }
-headerbar button:backdrop:hover { background-image: linear-gradient(to bottom, white, white 50%, white 50%, #f3f3f3); border-color: #4c4c4c; }
+headerbar button:backdrop:hover { background-image: linear-gradient(to bottom, white, white 50%, white 50%, #f3f3f3); border-color: #868686; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
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); }