# created by KDE Plasma, sáb mar 30 22:52:43 2019
#
# If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox
# "Apply colors to non-Qt applications"
#
#
style "default"
{
  bg[NORMAL] = { 0.961, 0.965, 0.969 }
  bg[SELECTED] = { 0.322, 0.580, 0.886 }
  bg[INSENSITIVE] = { 0.961, 0.965, 0.969 }
  bg[ACTIVE] = { 0.780, 0.804, 0.827 }
  bg[PRELIGHT] = { 0.961, 0.965, 0.969 }

  base[NORMAL] = { 1.000, 1.000, 1.000 }
  base[SELECTED] = { 0.322, 0.580, 0.886 }
  base[INSENSITIVE] = { 0.961, 0.965, 0.969 }
  base[ACTIVE] = { 0.322, 0.580, 0.886 }
  base[PRELIGHT] = { 0.322, 0.580, 0.886 }

  text[NORMAL] = { 0.361, 0.380, 0.424 }
  text[SELECTED] = { 0.937, 0.941, 0.945 }
  text[INSENSITIVE] = { 0.780, 0.804, 0.827 }
  text[ACTIVE] = { 0.937, 0.941, 0.945 }
  text[PRELIGHT] = { 0.937, 0.941, 0.945 }

  fg[NORMAL] = { 0.361, 0.380, 0.424 }
  fg[SELECTED] = { 0.937, 0.941, 0.945 }
  fg[INSENSITIVE] = { 0.780, 0.804, 0.827 }
  fg[ACTIVE] = { 0.361, 0.380, 0.424 }
  fg[PRELIGHT] = { 0.361, 0.380, 0.424 }
}

class "*" style "default"

style "ToolTip"
{
  bg[NORMAL] = { 0.361, 0.380, 0.424 }
  base[NORMAL] = { 0.361, 0.380, 0.424 }
  text[NORMAL] = { 0.906, 0.910, 0.922 }
  fg[NORMAL] = { 0.906, 0.910, 0.922 }
}

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

style "MenuItem"
{
  bg[PRELIGHT] = { 0.322, 0.580, 0.886 }
  fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
}

class "*MenuItem" style "MenuItem"

