# Edit these colors and fonts however you like, after cp'ing the file to
# another theme directory.
# CleanIce GTK+ Theme 2001,2002 Rodney Dawes <dobey@free.fr>
# Based on ThinIce GTK+ Engine by Tomas Ogren
# and Clean GTK+ Engine by dengen40@yahoo.com
# Nifty wintery-cool ice-like colors for your viewing pleasure.

style "default"
{
  GtkRange::slider_width = 12
  GtkRange::stepper_size = 12
  GtkScrollbar::min_slider_length = 17
  GtkCheckButton::indicator_size = 10

  bg[SELECTED] = "#336699"
  base[SELECTED] = "#336699"
  base[INSENSITIVE] = "#336699"
  base[ACTIVE] = "#336699"
  
  fg[SELECTED] = "#efefef"
  text[INSENSITIVE] = "#efefef"
  text[ACTIVE] = "#efefef"
    
  bg[ACTIVE] = "#efefef"
  fg[ACTIVE] = "#336699"

  bg[NORMAL] = "#efefef"
  bg[PRELIGHT] = "#eeeeee"
  fg[PRELIGHT] = "#336699"
  bg[INSENSITIVE] = "#dddddd"

  fg[NORMAL] = "#000000"

  base[SELECTED] = "#336699"
  text[SELECTED] = "#efefef"
  
  engine "cleanice"
  {
  }
}

widget_class "*" style "default"

style "entries" = "default"
{
	bg[SELECTED] = "#efefef"
	fg[SELECTED] = "#336699"
	fg[NORMAL]   = "#000000"
}

widget_class "*Entry*" style "entries"
widget_class "*List*"  style "entries"
widget_class "*Tree*"  style "entries"

style "progress" = "default"

{
	bg[SELECTED] = "#336699"
	fg[SELECTED] = "#efefef"
}

widget_class "*Progress*" style "progress"

style "notebook" = "default"
{
	bg[ACTIVE] = "#cccccc"
	bg[NORMAL] = "#efefef"
}
widget_class "*Notebook*" style "notebook"

style "scale" = "default"
{
	bg[ACTIVE] = "#efefef"
	bg[PRELIGHT] = "#70a1cc"
}
widget_class "*Scale*" style "scale"

style "scrollbar" = "default"
{
	GtkScrollbar::has_forward_stepper = 1
	GtkScrollbar::has_backward_stepper = 1
	GtkScrollbar::has_secondary_backward_stepper = 1
	bg[PRELIGHT] = "#70a1cc"
	bg[ACTIVE] = "#cccccc"
}
widget_class "*Scrollbar*" style "scrollbar"
widget_class "*Scale*" style "scrollbar"

style "menu" = "default"
{
	bg[PRELIGHT] = "#336699"
	fg[PRELIGHT] = "#efefef"
	bg[SELECTED] = "#336699"
	fg[SELECTED] = "#efefef"
}

widget_class "*Menu*" style "menu"

style "ruler" = "default"
{
  font = "Helvetica 8"
}

widget_class "*Ruler*" style "ruler"
