# Name: CleanIce-Gorilla
# Author: John McKnight <j@dopestar.org>
# Description: A gtk2 theme based on Jimmac's Gorilla theme except this uses
# the CleanIce engine instead of Industrial.

style "default" {

  fg[ACTIVE]		= "#000000"
  fg[NORMAL]		= "#000000"
  fg[INSENSITIVE]	= "#999989"
  fg[PRELIGHT]		= "#ffffff"
  fg[SELECTED]		= "#ffffff"

  bg[ACTIVE]		= "#bebfae"
  bg[NORMAL]		= "#dedfce"
  bg[INSENSITIVE]	= "#eeeee0"
  bg[PRELIGHT]		= "#9f9f93"
  bg[SELECTED]		= "#9f9f93"

  base[ACTIVE]		= "#9f9f9f"
  base[NORMAL]		= "#ffffff"
  base[INSENSITIVE]	= "#ddddcf"
  base[PRELIGHT]	= "#f0f0f0"
  base[SELECTED]	= "#9f9f93"

  text[ACTIVE]		= "#000000"
  text[INSENSITIVE]	= "#747474"
  text[SELECTED]	= "#ffffff"

  engine "cleanice" {}
}

widget_class "*" style "default"
