I now have AbiWord working, upgraded gcc and it still works, and now I can 
compile KDE 2 programs as well. But my gtk (which I also upgraded) looks 
funny. It has the same cylindrical rounded look KDE 2 has, but it is gray 
instead of pumpkin colored. Here's my .gtkrc . What should I change?

phma
---
style "default"

{
font = "-*-book antiqua-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"
 fg[NORMAL] = { .00, 0.00, 0.00 }
 fg[PRELIGHT] = { 0.00, 0.00, 0.00 }
 fg[ACTIVE] = { .00, .00, .00 }
 fg[SELECTED] = { 0.00, 0.00, 0.00 }
 fg[INSENSITIVE] = { 0.00, 0.00, 0.00 }
 bg[NORMAL] = { .93, 0.85, 0.68 }
 bg[PRELIGHT] = { 0.8, 0.52, 0.25 }
 bg[ACTIVE] = { 0.8, 0.52, 0.25 }
 bg[SELECTED] = { 0.80, 0.52, 0.25 }
 bg[INSENSITIVE] = { 0.63, 0.63, 0.63 }
 base[NORMAL] = { .63, 0.63, 0.63 }
 base[PRELIGHT] = { 0.0, 0.0, 0.0 }
 base[ACTIVE] = { 0.0, 0.0, 0.0 }
 base[SELECTED] = { 0.0, 0.0, 0.0 }
 base[INSENSITIVE] = { 0.0, 0.0, 0.0 }
}

class "GtkWidget" style "default"

Reply via email to