matthewmx86 / Redmond97

A WIn9x inspired GTK2/GTK3 theme deveoloped for XFCE4
GNU General Public License v3.0
106 stars 7 forks source link

GtkTextViews are sometimes grey instead of white (including fix) #11

Open Gymnasiast opened 3 months ago

Gymnasiast commented 3 months ago

Very visible in Xed:

afbeelding

This is, however, easy to fix, by adding the following to e.g. gtk-view.css:

textview text,
grid viewport box box textview {
  background-color: @base_color; }

Which will fix it:

afbeelding