To change
font color of destop icons in Mint 13
xfce.......
Locate file .gtkrc-2.0 which is a hidden file
To find this file go to HOME then USER NAME
Then select SHOW HIDDEN FILES from the VIEW TAB
Open file .gtkrc-2.0 and you should see the following or similar.
I have changed the NORMAL/SELECTED/ACTIVE code
to FFFFFF which is white
font color..........Dont forget to
save changes and then reboot for changes to take effect.
............................................................
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
fg[NORMAL] = "#FFFFFF"
fg[SELECTED] = "#FFFFFF"
fg[ACTIVE] = "#FFFFFF"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
.............................................................
Codes for differnt
font colors can be found here........
http://www.computerhope.com/htmcolor.htmhttp://www.ironspider.ca/format_text/fontcolor.htm