|
i've check it. and it is similar.
# created by KDE, Mon May 23 15:24:16 2005 # # If you do not want KDE to override your GTK settings, select # Appearance & Themes -> Colors in the Control Center and disable the checkbox # "Apply colors to non-KDE applications" # # style "default" { bg[NORMAL] = { 0.616, 0.725, 0.784 } bg[SELECTED] = { 0.333, 0.502, 0.592 } bg[INSENSITIVE] = { 0.616, 0.725, 0.784 } bg[ACTIVE] = { 0.510, 0.600, 0.651 } bg[PRELIGHT] = { 0.616, 0.725, 0.784 }
base[NORMAL] = { 0.765, 0.765, 0.765 } base[SELECTED] = { 0.333, 0.502, 0.592 } base[INSENSITIVE] = { 0.616, 0.725, 0.784 } base[ACTIVE] = { 0.333, 0.502, 0.592 } base[PRELIGHT] = { 0.333, 0.502, 0.592 }
text[NORMAL] = { 0.000, 0.000, 0.000 } text[SELECTED] = { 1.000, 1.000, 1.000 } text[INSENSITIVE] = { 0.510, 0.600, 0.651 } text[ACTIVE] = { 1.000, 1.000, 1.000 } text[PRELIGHT] = { 1.000, 1.000, 1.000 }
fg[NORMAL] = { 0.000, 0.000, 0.000 } fg[SELECTED] = { 1.000, 1.000, 1.000 } fg[INSENSITIVE] = { 0.510, 0.600, 0.651 } fg[ACTIVE] = { 0.000, 0.000, 0.000 } fg[PRELIGHT] = { 0.000, 0.000, 0.000 } }
class "*" style "default"
gtk-alternative-button-order = 1
style "ToolTip" { bg[NORMAL] = { 1.000, 1.000, 0.863 } base[NORMAL] = { 1.000, 1.000, 0.863 } text[NORMAL] = { 0.000, 0.000, 0.000 } fg[NORMAL] = { 0.000, 0.000, 0.000 } }
widget "gtk-tooltips" style "ToolTip"
style "MenuItem" { bg[PRELIGHT] = { 0.333, 0.502, 0.592 } }
class "*MenuItem" style "MenuItem"
anything wrong?
|