Skip to content

Instantly share code, notes, and snippets.

@NeQuissimus
Created May 5, 2012 18:22
Show Gist options
  • Save NeQuissimus/2604543 to your computer and use it in GitHub Desktop.
Save NeQuissimus/2604543 to your computer and use it in GitHub Desktop.
Transparent icon background
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
font_name="Sans Bold"
base[NORMAL] = "#ffffff"
base[SELECTED] = "#ffffff"
base[ACTIVE] = "#fefefe"
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#73B2D0"
fg[ACTIVE] = "#D17100"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment