horst3180 / vertex-theme

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

Problem with icons text in Thunar with Vertex Dark #260

Open zevilz opened 7 years ago

zevilz commented 7 years ago

http://joxi.net/p276NJNSo6DlEm Problem appears after clicks on icons only in thunar and only with Vertex-Dark. Debian 9, GTK 3.22.2, XFCE 4.12.3, Thunar 1.6.11

zevilz commented 6 years ago

Issue fixed after delete below code from gtkrc (Vertex-Dark/gtk-2.0/gtkrc)

style "text" {

  base[NORMAL] = "#ff0000"

  engine "murrine" {
    text_shade = 0.7
    textstyle = 2
  }
}