vinceliuice / Orchis-theme

Orchis is a [Material Design](https://material.io) theme for GNOME/GTK based desktop environments.
GNU General Public License v3.0
2.9k stars 213 forks source link

custom colored buttons not working #305

Open youpie opened 1 year ago

youpie commented 1 year ago

When using Rnote on the top of the screen there are buttons which select what color you want to draw with, these buttons take the color of the color that the button selects. However when using Orchis this does not work. image Color selector when using Orchis image Color selector when using default gnome theme

vinceliuice commented 1 year ago

Links gtk4 theme file to $HOME/.config/gtk-4.0/gtk.css will cause this, if you want use Orchis theme for libadwaita apps but keep app's default stylesheet, you can run ./install.sh -l -r remove links for libadwaita then add this: export GTK_THEME=Orchis-Light into $HOME/.xprofile then restart your system

youpie commented 1 year ago

thank you, but when i do that the orchis libadwaita theme doesnt work anymore at all

Drsheppard01 commented 1 year ago

I could be wrong, but maybe this happens when you install a theme under root. The thing is, the fix for libadwaita is a link which leads to $HOME/.config/gtk-4.0/gtk.css when installing the theme from root the $HOME directory is /root. @vinceliuice i think the link styled /home/$USER/.config should fix this

astro-ray commented 1 year ago

@Drsheppard01 I tried that but it didn't work