# created by KDE, Thu Sep 2 11:28:40 2004
#
# 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.902, 0.902, 0.902 }
  bg[SELECTED] = { 0.298, 0.349, 0.651 }
  bg[INSENSITIVE] = { 0.902, 0.902, 0.902 }
  bg[ACTIVE] = { 0.749, 0.749, 0.749 }
  bg[PRELIGHT] = { 0.902, 0.902, 0.902 }

  base[NORMAL] = { 1.000, 1.000, 1.000 }
  base[SELECTED] = { 0.298, 0.349, 0.651 }
  base[INSENSITIVE] = { 0.902, 0.902, 0.902 }
  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.749, 0.749, 0.749 }
  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.749, 0.749, 0.749 }
  fg[ACTIVE] = { 0.000, 0.000, 0.000 }
  fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}

class "*" style "default"

