# Edit these colors and fonts however you like, after cp'ing the file to
# another theme directory.
# CleanIce-Dark by Bastien Nocera <hadess@hadess.net>
# 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"
{
  GtkRange::slider_width = 12
  GtkRange::stepper_size = 12
  GtkScrollbar::min_slider_length = 14
  GtkCheckButton::indicator_size = 10

  bg[SELECTED] = "#8a8683"
  base[SELECTED] = "#8a8683"
  base[INSENSITIVE] = "#8a8683"
  base[ACTIVE] = "#8a8683"

  fg[SELECTED] = "#fefded"
  text[SELECTED] = "#fefded"
  text[INSENSITIVE] = "#fefded"
  text[ACTIVE] = "#fefded"

  bg[ACTIVE] = "#bec2c2"
  fg[ACTIVE] = "#020204"

  bg[NORMAL] = "#d6d6cc"
  bg[PRELIGHT] = "#cbc5be"
  fg[PRELIGHT] = "#020204"
  bg[INSENSITIVE] = "#cbc5be"

  fg[NORMAL] = "#020204"

  base[NORMAL]          = "#fefded"     # list item background

  font = "Helvetica 10"
  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] = "#8a8683"
	fg[SELECTED] = "#fefded"
        fg[NORMAL]   = "#020204"
}

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

# This is the top bar showing the current mailbox in evolution
style "bar" = "default"
{
	bg[SELECTED] = "#8a8683"
        fg[SELECTED] = "#fefded"
}

widget_class "*Bar*" style "bar"

style "menu" = "default"
{
    bg[PRELIGHT] = "#bdbcbb"
}

widget_class "*Menu*" style "menu"

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

widget_class "*Ruler*" style "ruler"
