Closed Muqtxdir closed 4 years ago
Thanks! I've already found this out a few days ago but wasn't able to test it. When I have the time I'll update the themes.
Updated repo with this! Themes are updated, as well as the theme-script.sh. Thanks again for this!
Noice!
Hi, The gnome-shell theme is still using the standard Yaru's purple color for switches (toggles) even though the .svg(s) are differently colored for various Yaru-colors themes.
Changing the url of background-image: url("resource:///org/gnome/shell/theme/toggle-on.svg"); to background-image: url("toggle-on.svg"); Simply Changing the url of background-image under .toggle-switch:checked in gnome-shell.css kinda works for me. (I think maybe it has something to do with _colors.scss in src files
/shell/gnome-shell-sass
)Maybe this helps for issues in #30, #25
Screenshot after url-change
Thanks! Hope someone finds this useful