Problem changing menu font for eclipse 2.1 linux-gtk [message #25649] |
Thu, 01 May 2003 11:01  |
Eclipse User |
|
|
|
Originally posted by: mxrenkin.gamma.co.at
I am using eclipse IDE 2.1, linux-gtk on SuSE Linux 8.2, KDE 3.1.1 and
want to change the font used in menus and some other places (not the
ones changeable in the preferences).
In docs I read that I have to do that in a ~/.gtkrc or ~/.gtkrc-2.0 file
in the way
style "eclipse" {
font_name = "Sans 9"
bg[NORMAL] = "#d6d3ce"
bg[ACTIVE] = "#c7c2bc"
bg[INSENSITIVE] = "#828282"
bg[PRELIGHT] = "#3a6ea5"
fg[NORMAL] = "#000000"
fg[ACTIVE] = "#000000"
fg[INSENSITIVE] = "#d4d0c8"
fg[PRELIGHT] = "#ffffff"
}
#class "GtkWidget" style "eclipse" or:
widget "*" style "eclipse"
# or: gtk-font-name = "Sans 9"
I also tried to do the following in ~/.Xdefaults:
Eclipse*fontList:-sgi-screen-medium-r-normal-*-8-*-*-*-m-*-i so8859-1
but nothing happens.
What is wrong or how could I find out what is wrong?
Thanks for any hint
Max
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02954 seconds