#
# This theme uses the thinice engine to produce the neat, lightweight
# glossy metal look. This metal is sort of green, so I call it
# Greenium.
#
# Modified from thinice theme.
# Made by pallav nawani, Sept 27, 2002.
#
# Edit these colors and fonts however you like.

style "default"
{
  fg[NORMAL]       = "#2A3517"
  text[NORMAL]     = "#556B2F"
  bg[NORMAL]       = "#E0EEEE"
  base[NORMAL]     = "#F0FFF0"
  
  base[INSENSITIVE]= "#D3D3DD"
  text[INSENSITIVE]= "#D3D3DD"
  fg[INSENSITIVE]  = "#747474"
  bg[INSENSITIVE]  = "#D3D3DD"
  
  fg[PRELIGHT]     = "#000000"
  text[PRELIGHT]   = "#000000"
  bg[PRELIGHT]     = "#B4CDCD"
  base[PRELIGHT]   = "#FF0000"
  
  
  fg[ACTIVE]       = "#000000"
  text[ACTIVE]     = "#000000"
  bg[ACTIVE]       = "#698B69"
  base[ACTIVE]     = "#F0FFF0"

  fg[SELECTED]     = "#FFFFFF"
  text[SELECTED]   = "#FFFFFF"
  bg[SELECTED]     = "#698B69"
  base[SELECTED]   = "#FFFFFF"
  
  # helvetica 120 is default, so it's not really needed here..
  #font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
  engine "thinice"
  {
    # You want the // on the handleboxes?
    handlebox_marks = TRUE
    # Do you want the // marks on the scrollbar handle?
    scrollbar_marks = TRUE
    # A single / on the scrollbar buttons, perhaps?
    scroll_button_marks = TRUE
    # Do you want the scrollbar handles rectangular or a bit shaped?
    rect_scrollbar = FALSE
  }
}

widget "*" style "default"
