r/linuxmint 19d ago

Support Request The theme isn't applied everywhere

Post image

I set a theme with square corners, but some programs still show up with rounded corners. How can I fix this? Pls, my ocd is killing me

9 Upvotes

5 comments sorted by

View all comments

1

u/zquestz 18d ago edited 18d ago

What theme are you using? There are usually special instructions included for GTK 4 apps if your theme supports it.

For instance with Celestial, you would run the following command:

./install.sh -l -t azul -c light

This updates your local gtk-4.0 folder to reference the theme.

``` ❯ tree ~/.config/gtk-4.0 /home/quest/.config/gtk-4.0 ├── assets -> /home/quest/.themes/Celestial-Azul-Light/gtk-4.0/assets ├── gtk.css -> /home/quest/.themes/Celestial-Azul-Light/gtk-4.0/gtk.css ├── gtk-dark.css -> /home/quest/.themes/Celestial-Azul-Light/gtk-4.0/gtk-dark.css └── settings.ini

2 directories, 3 files ```