vertex-theme icon indicating copy to clipboard operation
vertex-theme copied to clipboard

Problem with icons text in Thunar with Vertex Dark

Open zevilz opened this issue 7 years ago • 1 comments

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 avatar Jul 07 '17 13:07 zevilz

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
  }
}

zevilz avatar Oct 28 '17 06:10 zevilz