Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5411  / 2 Years ago, fri, august 5, 2022, 10:35:11

How to i change background Color of the desktop icon Font?



The Font is white and Font Background is darkgray. I want to set the background Color to transparent.


More From » fonts

 Answers
7

I am assuming the DE is Xfce because Xubuntu is a tag.
One way to do so is to create an empty .gtkrc-2.0 file in your home folder. It will be an ordinary text file but "hidden". In this file, you can paste the following content and modify it to your taste.



(If you already have an existing .gtkrc-2.0 file you can just append the stuff.)



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

fg[NORMAL] = "#83aab7" #was #83aab7
fg[SELECTED] = "GreenYellow" # greenyellow
fg[ACTIVE] = "yellow" # yellow
}

widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"



  • The second line governs transparency of the icon text background.

  • The third line controls the size of the tooltip that appears when one hovers the mouse cursor on an icon on the desktop.

  • The next three lines control the text color for different "states" of the icon. Both hex code and recognized words are acceptable to specify the color.



By the way, I have a plain black desktop and those colors suit me.



Depending on your set-up, you may need to just switch to another theme and back to see the change take effect or you may need to log out and back in again.



(This works for me in Xfce 4.10; it should work with 4.8 (which is what vanilla Xubuntu 12.04 has).)


[#36946] Saturday, August 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
puccop

Total Points: 66
Total Questions: 99
Total Answers: 93

Location: Aruba
Member since Sun, Nov 27, 2022
1 Year ago
puccop questions
Thu, Feb 17, 22, 08:16, 2 Years ago
Fri, Jan 13, 23, 18:55, 1 Year ago
Fri, Jan 21, 22, 07:21, 2 Years ago
Thu, Jul 28, 22, 06:32, 2 Years ago
;