# erstellt von KDE, Wed Jun 27 17:19:44 2007
#
# Wenn Sie nicht mchten, dass KDE Ihre GTK-Einstellungen berschreibt,
# whlen Sie bitte Erscheinungsbild & Design -> Farben im Kontrollzentrum und deaktivieren Sie das
# "Ankreuzfeld "Farben auf Nicht-KDE-Programme anwenden".
#
#
style "default"
{
  bg[NORMAL] = { 0.851, 0.851, 0.851 }
  bg[SELECTED] = { 0.659, 0.659, 0.659 }
  bg[INSENSITIVE] = { 0.851, 0.851, 0.851 }
  bg[ACTIVE] = { 0.706, 0.706, 0.706 }
  bg[PRELIGHT] = { 0.851, 0.851, 0.851 }

  base[NORMAL] = { 1.000, 1.000, 1.000 }
  base[SELECTED] = { 0.659, 0.659, 0.659 }
  base[INSENSITIVE] = { 0.851, 0.851, 0.851 }
  base[ACTIVE] = { 0.659, 0.659, 0.659 }
  base[PRELIGHT] = { 0.659, 0.659, 0.659 }

  text[NORMAL] = { 0.000, 0.000, 0.000 }
  text[SELECTED] = { 0.000, 0.000, 0.000 }
  text[INSENSITIVE] = { 0.706, 0.706, 0.706 }
  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] = { 0.000, 0.000, 0.000 }
  fg[INSENSITIVE] = { 0.706, 0.706, 0.706 }
  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-tooltips" style "ToolTip"

style "MenuItem"
{
  bg[PRELIGHT] = { 0.659, 0.659, 0.659 }
  fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}

class "*MenuItem" style "MenuItem"

