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

style "default"
{
  bg[SELECTED] = "#336699"
  fg[SELECTED] = "#eeeeee"
  bg[ACTIVE] = "#cccccc"
  fg[ACTIVE] = "#336699"

  bg[NORMAL] = { 0.80, 0.80, 0.80 }
  bg[PRELIGHT] = "#eeeeee"
  fg[PRELIGHT] = "#336699"
  bg[INSENSITIVE] = { 0.80, 0.80, 0.80 }

  fg[NORMAL] = { 0.00, 0.00, 0.00 }
  
  font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
  engine "cleanice"
  {
    # You want the // on the handleboxes?
    handlebox_marks = FALSE
    # Do you want the // marks on the scrollbar handle?
    scrollbar_marks = FALSE
    # Do you want the scrollbar handles rectangular or a bit shaped?
    rect_scrollbar = TRUE
  }
}

widget_class "*" style "default"

style "entries" = "default"
{
	bg[SELECTED] = "#336699"
	fg[SELECTED] = "#eeeeee"
    fg[NORMAL]   = { 0.00, 0.00, 0.00 }
}

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

style "bar" = "default"

{
		bg[SELECTED] = "#336699"
}

widget_class "*Bar*" style "bar"

style "menu" = "default"
{

    bg[PRELIGHT] = "#eeeeee"
    fg[PRELIGHT] = "#336699"
    bg[SELECTED] = "#eeeeee"
    fg[SELECTED] = "#336699"
}

widget_class "*Menu*" style "menu"

style "ruler" = "default"
{
  font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
}

widget_class "*Ruler*" style "ruler"
