# created by KDE, Sun Dec 7 02:49:54 2014
#
# If you do not want KDE to override your GTK settings, select
# Appearance -> Colors in the System Settings and disable the checkbox
# "Apply colors to non-KDE4 applications"
#
#
style "default"
{
  bg[NORMAL] = { 0.196, 0.196, 0.196 }
  bg[SELECTED] = { 0.341, 0.396, 0.443 }
  bg[INSENSITIVE] = { 0.196, 0.196, 0.196 }
  bg[ACTIVE] = { 0.169, 0.169, 0.169 }
  bg[PRELIGHT] = { 0.196, 0.196, 0.196 }

  base[NORMAL] = { 0.235, 0.235, 0.235 }
  base[SELECTED] = { 0.341, 0.396, 0.443 }
  base[INSENSITIVE] = { 0.196, 0.196, 0.196 }
  base[ACTIVE] = { 0.341, 0.396, 0.443 }
  base[PRELIGHT] = { 0.341, 0.396, 0.443 }

  text[NORMAL] = { 0.706, 0.706, 0.706 }
  text[SELECTED] = { 1.000, 1.000, 1.000 }
  text[INSENSITIVE] = { 0.169, 0.169, 0.169 }
  text[ACTIVE] = { 1.000, 1.000, 1.000 }
  text[PRELIGHT] = { 1.000, 1.000, 1.000 }

  fg[NORMAL] = { 0.706, 0.706, 0.706 }
  fg[SELECTED] = { 1.000, 1.000, 1.000 }
  fg[INSENSITIVE] = { 0.169, 0.169, 0.169 }
  fg[ACTIVE] = { 0.706, 0.706, 0.706 }
  fg[PRELIGHT] = { 0.706, 0.706, 0.706 }
}

class "*" style "default"

style "ToolTip"
{
  bg[NORMAL] = { 0.196, 0.196, 0.196 }
  base[NORMAL] = { 0.235, 0.235, 0.235 }
  text[NORMAL] = { 0.706, 0.706, 0.706 }
  fg[NORMAL] = { 0.706, 0.706, 0.706 }
}

widget "gtk-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip"

style "MenuItem"
{
  bg[PRELIGHT] = { 0.341, 0.396, 0.443 }
}

class "*MenuItem" style "MenuItem"

