diff options
author | Mate <[email protected]> | 2021-06-10 14:14:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | 436c90558bb4ceca44a32421f9bee584755fb45c (patch) | |
tree | eb46370bf593602a7d48ae7655c31873251c9a10 /desktop-themes/YaruGreen | |
parent | 04408a6c3e8494317b7ee6ab144d109e4072d149 (diff) | |
download | mate-themes-436c90558bb4ceca44a32421f9bee584755fb45c.tar.bz2 mate-themes-436c90558bb4ceca44a32421f9bee584755fb45c.tar.xz |
Fix YaruGreen GTK3
Diffstat (limited to 'desktop-themes/YaruGreen')
-rw-r--r-- | desktop-themes/YaruGreen/gtk-3.0/_common.scss | 2 | ||||
-rw-r--r-- | desktop-themes/YaruGreen/gtk-3.0/_headerbar.scss | 3 | ||||
-rw-r--r-- | desktop-themes/YaruGreen/gtk-3.0/gtk.css | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/_common.scss b/desktop-themes/YaruGreen/gtk-3.0/_common.scss index 7f47630f..d3715eb6 100644 --- a/desktop-themes/YaruGreen/gtk-3.0/_common.scss +++ b/desktop-themes/YaruGreen/gtk-3.0/_common.scss @@ -1129,7 +1129,7 @@ modelbutton.flat, $menubar_menuitem_hover_gradient_c 50%, $menubar_menuitem_hover_gradient_d ); background-color: $selected_bg_color; - color: white; } + color: $selected_fg_color; } &:selected { @extend %selected_items; } diff --git a/desktop-themes/YaruGreen/gtk-3.0/_headerbar.scss b/desktop-themes/YaruGreen/gtk-3.0/_headerbar.scss index f453eb7f..09599aec 100644 --- a/desktop-themes/YaruGreen/gtk-3.0/_headerbar.scss +++ b/desktop-themes/YaruGreen/gtk-3.0/_headerbar.scss @@ -13,8 +13,7 @@ headerbar, .title, label.title { - color: $selected_fg_color; - text-shadow: 0 1px #455d7c,0 -1px #455d7c, -1px 0px #455d7c, 1px 0px #455d7c; + color: darken($borders_color, 25%); text-shadow:none; &:backdrop { color: darken($borders_color, 15%); text-shadow:none; } } diff --git a/desktop-themes/YaruGreen/gtk-3.0/gtk.css b/desktop-themes/YaruGreen/gtk-3.0/gtk.css index ef72d630..14a310b5 100644 --- a/desktop-themes/YaruGreen/gtk-3.0/gtk.css +++ b/desktop-themes/YaruGreen/gtk-3.0/gtk.css @@ -431,7 +431,7 @@ modelbutton.flat, .menuitem.button.flat, modelbutton.flat:backdrop, modelbutton. /* menu buttons */ modelbutton.flat, .menuitem.button.flat { min-height: 26px; padding-left: 5px; padding-right: 5px; border-radius: 4px; outline-offset: -2px; } -modelbutton.flat:hover, .menuitem.button.flat:hover { box-shadow: inset 0px 1px #838b70, inset 0px -1px #838b70; border-style: solid; background-image: linear-gradient(to bottom, #dbe0d1, #d1d6c5 50%, #cdd3c0 50%, #c3c9b4); background-color: #c7cdb9; color: white; } +modelbutton.flat:hover, .menuitem.button.flat:hover { box-shadow: inset 0px 1px #838b70, inset 0px -1px #838b70; border-style: solid; background-image: linear-gradient(to bottom, #dbe0d1, #d1d6c5 50%, #cdd3c0 50%, #c3c9b4); background-color: #c7cdb9; color: #42453E; } modelbutton.flat arrow { background: none; } @@ -2559,7 +2559,7 @@ headerbar, .titlebar { background-image: linear-gradient(to bottom, #d6dbcb, #cb headerbar:backdrop, .titlebar:backdrop { background-image: linear-gradient(to bottom, #ebeae9, #e2e0df 50%, #dddbda 50%, #d4d2d0); } -headerbar .title, headerbar label.title, .titlebar .title, .titlebar label.title { color: #42453E; text-shadow: 0 1px #455d7c,0 -1px #455d7c, -1px 0px #455d7c, 1px 0px #455d7c; } +headerbar .title, headerbar label.title, .titlebar .title, .titlebar label.title { color: #625e5b; text-shadow: none; } headerbar .title:backdrop, headerbar label.title:backdrop, .titlebar .title:backdrop, .titlebar label.title:backdrop { color: #7c7874; text-shadow: none; } |