[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Helix Icons



* Joel Dinel <kint@videotron.ca>
>
> How can you go about changing the color of the text for the icons in Helix
> gnome ? Right now, it's black text on a gray background. I'd like white
> text with no background (shaped text). I know where to set the shaped text
> (in the gnome file manager). but I can't seem to change the color to
> something else than black. It's a problem, because my background is black
> as well and I can't see the icons :)

There's actually no configuration option for this; you will have to add
this manually to your .gtkrc:


        style "gnome-desktop-icon" {
                fg[NORMAL] = { 1.0, 1.0, 1.0 }
                bg[NORMAL] = { 0.0, 0.0, 0.0 }
        }

        widget_class "*DesktopIcon*" style "gnome-desktop-icon"


This sets the foreground color to white and background to black (if you
use `Shaped text' the second line won't make any difference).

Just remember that if you change GTK+--themes, your .gtkrc file might be
over-written.

-- 
Kjetil



Reply to: