# This is the Amerika theme, it's heavily based on the Basic theme from
# ximian gnome 1.4 
# Author: Henrik Brix Andersen <btech1@users.sourceforge.net>

style "default"
{
  fg[NORMAL]      = { 0.00, 0.00, 0.20 }
  text[NORMAL]      = { 0.00, 0.00, 0.20 }
  bg[NORMAL]      = { 0.74, 0.74, 0.67 }
  base[NORMAL]    = { 0.86, 0.86, 0.82 }

  fg[INSENSITIVE]      = { 0.60, 0.60, 0.62 }
  bg[INSENSITIVE]      = { 0.74, 0.74, 0.67 }
  base[INSENSITIVE]      = { 0.85, 0.85, 0.87 }

  fg[PRELIGHT]    = { 0.20, 0.40, 0.60 }
  text[PRELIGHT]    = { 0.20, 0.40, 0.60 }
  bg[PRELIGHT]    = { 0.62, 0.69, 0.74 }
  base[PRELIGHT]    = { 0.60, 0.80, 1.00 }

  fg[ACTIVE]      = { 0.20, 0.40, 0.60 }
  text[ACTIVE]      = { 0.20, 0.40, 0.60 }
  bg[ACTIVE]      = { 0.74, 0.74, 0.67 }
  base[ACTIVE]      = { 0.85, 0.85, 0.87 }

  fg[SELECTED]    = { 0.00, 0.00, 0.30 }
  text[SELECTED]    = { 0.00, 0.00, 0.00 }
  bg[SELECTED]    = { 0.62, 0.69, 0.74 }
  base[SELECTED]    = { 0.62, 0.69, 0.74 }
}

style "metal"
{
  engine "metal"
  {
    thickness = 1
  }  
}

class "GtkWidget" style "default"
class "GtkRange" style "metal"
class "GtkRadioButton" style "metal"
class "GtkCheckButton" style "metal"
class "GtkOptionMenu" style "metal"
class "GtkArrow" style "metal"

