horst3180 / vertex-icons

A Gnome icon theme to match the Vertex Gtk theme
GNU General Public License v3.0
180 stars 20 forks source link

Xfce Desktop Icon Text Shadow Offset #12

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi, an old problem but easy to fix replace the line

textstyle = 5

by

textstyle = 0

in gtk-2.0/gtkrc code

style "xfdesktop-icon-view" {
  XfdesktopIconView::label-alpha = 0
  XfdesktopIconView::selected-label-alpha = 100
  XfdesktopIconVIew::ellipsize-icon-labels = 1

  base[NORMAL] = @selected_bg_color
  base[SELECTED] = @selected_bg_color
  base[ACTIVE] = @selected_bg_color

  fg[NORMAL] = @selected_fg_color
  fg[SELECTED] = @selected_fg_color
  fg[ACTIVE] = @selected_fg_color

  engine "murrine" {
    textstyle = 0
    text_shade = 0.05
  }
}