# 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" {
  GtkCheckButton::indicator-size = 10
  GtkPaned::handle-size = 9

  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"

style "cleanice-scales-defaults" {
  GtkRange::slider-width = 20
  GtkScale::slider-length = 10
} widget_class "*Scale*" style "cleanice-scales-defaults"

style "cleanice-sbar-defaults" {
  GtkRange::slider-width = 13
  GtkRange::stepper-size = 13
  GtkScrollbar::min-slider-length = 18
  GtkScrollbar::has_forward_stepper = 1
  GtkScrollbar::has_backward_stepper = 1
  GtkScrollbar::has_secondary_backward_stepper = 1
} widget_class "*Scrollbar*" style "cleanice-sbar-defaults"
