module_path "./themes/engines"

style "default"
{
  font = "-cronyx-helvetica-medium-r-normal-*-14-*-*-*-p-*-koi8-r"
  bg[NORMAL]      = { 0.90, 0.90, 0.90 }
  fg[NORMAL]      = { 0.50, 0.50, 0.50 }
  bg[PRELIGHT]    = { 1.00, 1.00, 1.00 }
  fg[PRELIGHT]    = { 0.50, 0.50, 0.50 }
  bg[ACTIVE]      = { 1.00, 1.00, 1.00 }
  fg[ACTIVE]      = { 0.50, 0.50, 0.50 }
  bg[SELECTED]    = { 0.21, 0.40, 0.55 }
  fg[SELECTED]    = { 1.00, 1.00, 1.00 }
  bg[INSENSITIVE] = { 0.90, 0.90, 0.90 }
  fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
  base[NORMAL]    = { 1.00, 1.00, 1.00 }
  base[SELECTED]  = { 1.00, 1.00, 1.00 }
  text[NORMAL]    = { 0.00, 0.00, 0.00 }
  text[ACTIVE]    = { 0.00, 0.00, 0.00 }
  text[SELECTED]  = { 0.90, 0.90, 0.90 }
  engine "flat" 
  {
  }
}

# common default
class "GtkWidget" style "default"
