# created by KDE, Sun Jun 8 20:53:30 2008
#
# 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.992, 0.992, 0.992 }
  bg[SELECTED] = { 0.043, 0.600, 0.800 }
  bg[INSENSITIVE] = { 0.992, 0.992, 0.992 }
  bg[ACTIVE] = { 0.824, 0.824, 0.824 }
  bg[PRELIGHT] = { 0.992, 0.992, 0.992 }

  base[NORMAL] = { 0.988, 0.988, 0.988 }
  base[SELECTED] = { 0.043, 0.600, 0.800 }
  base[INSENSITIVE] = { 0.992, 0.992, 0.992 }
  base[ACTIVE] = { 0.043, 0.600, 0.800 }
  base[PRELIGHT] = { 0.043, 0.600, 0.800 }

  text[NORMAL] = { 0.000, 0.000, 0.000 }
  text[SELECTED] = { 1.000, 1.000, 1.000 }
  text[INSENSITIVE] = { 0.824, 0.824, 0.824 }
  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.824, 0.824, 0.824 }
  fg[ACTIVE] = { 0.000, 0.000, 0.000 }
  fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}

class "*" style "default"

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-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip"

style "MenuItem"
{
  bg[PRELIGHT] = { 0.043, 0.600, 0.800 }
  fg[PRELIGHT] = { 1.000, 1.000, 1.000 }
}

class "*MenuItem" style "MenuItem"

