Re: How to change this color.....



Andy Smith wrote:

> On Sun, 10 Sep 2000, Yura wrote:
>
> > >    style "gnome-desktop-icon" {
> > >      fg[NORMAL] = { 0.85, 0.85, 0.85 }
> > >      bg[NORMAL] = { 0.0, 0.0, 0.0 }
> > >    }
> > >
> > >    widget_class "*DesktopIcon*" style "gnome-desktop-icon"
>
> [...]
>
> > I was just wandering if you know how to change the font too?
> > Let's say Helvetica not bold, italic.
>
> In the style section, just add a line:
>
>   font = "-the-font-you-want"
>
> Andy

 Hi Andy.
Probably I've done it wrong but it didn't work.
Look at this please:

style "gnome-desktop-icon" {
     fg[NORMAL] = { 0.85, 0.85, 0.85 }
     bg[NORMAL] = { 0.0, 0.0, 0.0 }
     font = "-monotype-arial-medium-r-normal-*-*-720-*-*-p-*-koi8-ru"
   }

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

The font difinition I took from Gnome Font selector.
All I need is helevetica 14 medium oblique.

 Thanks!






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