# created by KDE, vie mar 14 16:19:02 2003
#
# If you do not want KDE to override your GTK settings, select
# Look and Feel/Styles in the control center and disable the checkbox 
# "Apply fonts and colors to non-KDE apps"
#

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"

