[SOLVED]Home and Filesystem letter colouring

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mintman112

[SOLVED]Home and Filesystem letter colouring

Post by mintman112 »

On the desktop you have your home folder and filesystem and the lettering underneath them is black is there anyway to change the colour of this lettering? my desktop wallpaper is black to and i cant see the lettering i would really like to change it to white.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
caribriz

Re: Home and Filesystem letter colouring

Post by caribriz »

Open your home folder.
Click View > Show hidden files .... scroll down and open the file ".gtkrc-2.0"
It should be empty except for the line

Code: Select all

include ".gtkrc-xfce"
leave that line there, and add the following text:

Code: Select all

style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0

fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#ffffff"
fg[ACTIVE] = "#ffffff"
}

widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Save the file, and logout/login to show the change.

caribriz
mintman112

Re: [SOLVED]Home and Filesystem letter colouring

Post by mintman112 »

Many Thanks caribriz im very happy now my desktop is just how i want it.
Locked

Return to “Xfce”