# Basic Theme v0.1
# This is the whole basic theme, just this one gtkrc file.
# 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 T. Liebeck, based on lots of different gtkrc files but
# primarily the one for the metal theme.
# email: tliebeck@interkinetic.com

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

  fg[NORMAL]      = { 0, 0, 0 }
  text[NORMAL]    = { 0, 0, 0 }
  bg[NORMAL]      = { 0.21, 0.39, 0.54 }
  base[NORMAL]    = { 0.95, 0.95, 0.95 }

  fg[INSENSITIVE]      = { 0.99, 0.99, 0.97 }
  bg[INSENSITIVE]      = { 0.46, 0.53, 0.59 }
  base[INSENSITIVE]    = { 0, 0, 0 }

  fg[PRELIGHT]    = { 0.46, 0.92, 0.77 }
  text[PRELIGHT]  = { 0, 0, 0 }
  bg[PRELIGHT]    = { 0.21, 0.39, 0.54 }
  base[PRELIGHT]  = { 0, 0, 0 }

  fg[ACTIVE]      = { 0.46, 0.92, 0.77 }
  text[ACTIVE]    = { 0, 0, 0 }
  bg[ACTIVE]      = { 0.46, 0.53, 0.59 }
  base[ACTIVE]    = { 0.46, 0.53, 0.59 }

  fg[SELECTED]    = { 0.46, 0.92, 0.77 }
  text[SELECTED]    = { 1.07, 1.98, 1.72 }
  bg[SELECTED]    = { 0.40, 0.60, 0.80 }
  base[SELECTED]    = { 0.95, 0.95, 0.95 }
}

#style "default"
#{
#  engine "default"
#  {
#    thickness = 1
#  }  
#}

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