Re: gtk themes



On Sat, 20 Jan 2001, David Eduardo Gomez Noguera wrote:

 Hi, 
> Hello. 
> Its my first time i write here. I just happen to have some questions.
> 
> There are a few themes with dark backgrounds. They se up fonts to be
> white, but gtk tool tips fonts keep black, and so do other window fonts,
> like the background and fonts of the mail client im using now, or like
> gnome icu.

 I also suffer from this very much since I prefer dark gtk themes.

 As for tooltips, add the following to your ~/.gtkrc
------------------
style "gtk-tooltips-style" {
#put any style definitions for tooltips, e.g.
  text[NORMAL] = "#ffffc0"  
  fg[NORMAL] = "#ffffc0"
}
widget "gtk-tooltips" style "gtk-tooltips-style"

-----------------
 it it should be OK. But don't forget to ask theme author to do the
same.

 As for email client and ICU and other apps - report your problems to authors
or prepare to hack the code yourself. I have the same strategy :(

 Best regards,
  -Vlad





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