horst3180 / vertex-theme

Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon
GNU General Public License v3.0
768 stars 77 forks source link

Unreadable texts (Libreoffice, Nautilus) #232

Open bunnymnemonic opened 7 years ago

bunnymnemonic commented 7 years ago

Hi, I found two cases when the labels are not readable (normal Vertex theme on Ubuntu Unity 16.04):

Thanks for the excellent theme! I think this is one of the best ones for Ubuntu.

bunnymnemonic commented 7 years ago

A small workaround until we get a fix (makes it a bit more readable): Put the following text in "~/.config/gtk-3.0/gtk.css":

NautilusCanvasViewContainer.view EelEditableLabel.entry {
background-color:rgba(184,227,242,0.6);
color:#777777;
}

NautilusCanvasViewContainer.view EelEditableLabel.entry:selected {
color:#000000;
}

However, I could not figure out how to change the background of the selected text.

(EDIT on 22/11/2016: this one looks better than 8 days ago.)