Wednesday, July 26, 2017
Change the color font of Xfce desktop
Change the color font of Xfce desktop
Open home as root and ctrl-h to see hidden files.
Open .gtkrc.2.0 and add this:
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
#Text colors you can delete if you want to use gtk theme colors
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#ffffff"
fg[ACTIVE] = "#0000ff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
-------------
(via)
I have changed the original lines that made selected font green so that it will stay white.
Delete these lines to get back to the default theme-based colors.