vinceliuice / WhiteSur-gtk-theme

MacOS like theme for all gtk based desktops
MIT License
6k stars 616 forks source link

Nautilus: Selected items text in Light version is illegible #1090

Open antoniocorbi opened 4 months ago

antoniocorbi commented 4 months ago

Using nautilus 46.2.

When using nautilus with WhiteSur-Light and I select several files/folders the text that appears in the bottom of the window is illegible, it seems the foreground (text color) and background colors are white.

This does not happen with the Dark version.

vinceliuice commented 4 months ago

Could you show me a screenshot ?

antoniocorbi commented 4 months ago

Could you show me a screenshot ?

Sure! sshot-20240719-131432 sshot-20240719-131456

vinceliuice commented 4 months ago

You can use -l option to override the style

antoniocorbi commented 4 months ago

You can use -l option to override the style

Sorry, don't know how to do that. Could you explain it to me? With other 'light' themes I don't have to do anything to read that text.

vinceliuice commented 4 months ago

I mean run: ./install.sh -l -c Light

antoniocorbi commented 4 months ago

Ah, I see. I download the tar files from gnome-look and simply expand them into ~/.local/share/themes

vinceliuice commented 4 months ago

The nautilus app buildin a custom style scheme css file, which has a higher priority than the user directory theme, but ~/.config/gtk-4.0/gtk.css has the highest priority

antoniocorbi commented 4 months ago

ok, but I don't have a "~/.config/gtk-4.0/gtk.css" file. Other light themes (i.e Orchis variants) work ok for me.

vinceliuice commented 4 months ago

Don't worry, just run: ./install.sh -l -c Light it'll make one