Icon labels styles on the Xfce desktop.

The icon labels, with my Xfce default theme, were plain white, no transparency, not so nice.
This can be changed in the ~/.gtkrc-2.0 file. Here is mine:

style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 30
    font_name="Sans Bold"

    base[NORMAL] = "#aaccee"
    base[SELECTED] = "#aaccee"
    base[ACTIVE] = "#aaccee"

    fg[NORMAL] = "#ffffff"
    fg[SELECTED] = "#98fc66"
    fg[ACTIVE] = "#d40000"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"

You can control the transparency with XfdesktopIconView::label-alpha = x (x = 0 will set a fully transparent label) and play with the font style and color.

labels_xfce.pnglabels_xfce_highlight.pnglabels_xfce_selected.png

References

UF post
Xfce blog article

About these ads
Tags: , ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 91 other followers

%d bloggers like this: