#
# Eelo v1.0
# This theme creates, a bright, sunny atmosphere on your Linux Box..
# This is my first theme ever, nevertheless turned out quite well,
# I think.
#
# It uses components of the standard and metal theme engines.
# If you want to make more or fewer widgets look like the metal theme
# go down to the bottom of this file and add/remove the class statements.
# Written by Pallav Nawani, based on Basic by T. Liebeck.
# 

style "default"
{
  font = "-b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"

  fg[NORMAL]      = { 0.17, 0.09, 0.00 }
  text[NORMAL]    = { 0.17, 0.09, 0.00 }
  bg[NORMAL]      = { 1.00, 1.00, 0.94 }
  base[NORMAL]    = { 1.00, 1.00, 1.00 }

  fg[INSENSITIVE]      = { 0.60, 0.60, 0.62 }
  bg[INSENSITIVE]      = { 0.93, 0.91, 0.67 }
  base[INSENSITIVE]    = { 0.93, 0.91, 0.67 }

  fg[PRELIGHT]    = { 0.27, 0.17, 0.00 }
  text[PRELIGHT]  = { 0.27, 0.17, 0.00 }
  bg[PRELIGHT]    = { 0.93, 0.90, 0.80 }
  base[PRELIGHT]  = { 0.93, 0.90, 0.80 }

  fg[ACTIVE]      = { 0.27, 0.17, 0.00 }
  text[ACTIVE]    = { 0.27, 0.17, 0.70 }
  bg[ACTIVE]      = { 0.93, 0.91, 0.67 }
  base[ACTIVE]    = { 1.00, 1.00, 1.00 }

  fg[SELECTED]    = { 1.00, 1.00, 0.00 }
  text[SELECTED]  = { 1.00, 1.00, 0.00 }
  bg[SELECTED]    = { 0.41, 0.56, 0.53 }
  base[SELECTED]  = { 1.00, 0.98, 0.80 }
}

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"

