Hello,
For some bizarre reason both KDE 2 and 2.1 happily overwright .gtkrc with the
following :
# created by KDE, Fri Nov 24 21:05:05 2000
#
# If you do not want KDE to override your GTK settings, select
# Themes/Styles in the control center and disable the checkbox
# "Apply fonts and colors to non-KDE apps"
#
# If you had a ~/.gtkrc before starting KDE, its content is
# preserved in ~/.gtkrc-save
#
style "default"
{
bg[NORMAL] = { 0.863, 0.863, 0.863 }
bg[SELECTED] = { 0.329, 0.439, 0.596 }
bg[INSENSITIVE] = { 0.863, 0.863, 0.863 }
bg[ACTIVE] = { 0.718, 0.718, 0.718 }
bg[PRELIGHT] = { 0.863, 0.863, 0.863 }
base[NORMAL] = { 1.000, 1.000, 1.000 }
base[SELECTED] = { 0.329, 0.439, 0.596 }
base[INSENSITIVE] = { 0.863, 0.863, 0.863 }
base[ACTIVE] = { 1.000, 1.000, 1.000 }
base[PRELIGHT] = { 1.000, 1.000, 1.000 }
text[NORMAL] = { 0.000, 0.000, 0.000 }
text[SELECTED] = { 1.000, 1.000, 1.000 }
text[INSENSITIVE] = { 0.718, 0.718, 0.718 }
text[ACTIVE] = { 0.000, 0.000, 0.000 }
text[PRELIGHT] = { 0.000, 0.000, 0.000 }
fg[NORMAL] = { 0.000, 0.000, 0.000 }
fg[SELECTED] = { 1.000, 1.000, 1.000 }
fg[INSENSITIVE] = { 0.718, 0.718, 0.718 }
fg[ACTIVE] = { 0.000, 0.000, 0.000 }
fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}
class "*" style "default"
# created by KDE, - hmmm, that's a giveaway !
I have a nicely, hand crafted .gtkrc. I do NOT want it overwritten just
because KDE wants to amend it. Amend it, don't overwrite it !!!
Owen