# 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

  # Normal
  #
  # All these items have the same value,
  # <owen> hadess: No. There are no variables in gtkrc currently.
  # 
  bg[SELECTED] = "#685977"
  base[SELECTED] = "#685977"
  base[INSENSITIVE] = "#685977"
  base[ACTIVE] = "#685977"
  # 
  fg[SELECTED] = "#ffffff"
  text[SELECTED] = "#ffffff"
  text[INSENSITIVE] = "#ffffff"
  text[ACTIVE] = "#ffffff"

  # Blackcurrant
  # bg[SELECTED] = "#0f142c"
  # fg[SELECTED] = "#ffffff"

  # Citrus
  # fg[SELECTED] = "#000000"
  # bg[SELECTED] = "#f7c700"

  # Crowberry
  # fg[SELECTED] = "#ffffff"
  # bg[SELECTED] = "#34426d"

  # Eggplant
  # fg[SELECTED] = "#ffffff"
  # bg[SELECTED] = "#62526f"

  # Jade
  # fg[SELECTED] = "#ffffff"
  # bg[SELECTED] = "#345d56"

  # Lime
  # fg[SELECTED] = "#000000"
  # bg[SELECTED] = "#bedc00"

  # PopCorn
  # fg[SELECTED] = "#000000"
  # bg[SELECTED] = "#d6c787"

  # Pumpkin
  # fg[SELECTED] = "#ffffff"
  # bg[SELECTED] = "#c8702f"

  bg[ACTIVE] = "#909090"
  fg[ACTIVE] = "#000000"

  bg[NORMAL] = "#a3a2a0"
  bg[PRELIGHT] = "#b3b2b0"
  fg[PRELIGHT] = "#FFFFFF"
  bg[INSENSITIVE] = "#a3a2a0"

  fg[NORMAL] = { 0.00, 0.00, 0.00 }

  base[NORMAL]          = "#dddddd"     # 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"

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

widget_class "*Bar*" style "bar"

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

widget_class "*Ruler*" style "ruler"
