#
# This theme uses the thinice engine to produce a Sober, light Mood.
# I call it Slateworks.
#
# Modified from thinice theme.
# Made by pallav nawani, Sept 28, 2002.
#
# Edit these colors and fonts however you like.

style "default"
{
  fg[NORMAL]       = "#00002A"
  text[NORMAL]     = "#556B2F"
  bg[NORMAL]       = "#F7F7F7"
  base[NORMAL]     = "#FFFFFF"
  
  base[INSENSITIVE]= "#D3D3DD"
  text[INSENSITIVE]= "#D3D3DD"
  fg[INSENSITIVE]  = "#747474"
  bg[INSENSITIVE]  = "#D3D3DD"
  
  fg[PRELIGHT]     = "#0B1A20"
  text[PRELIGHT]   = "#000000"
  bg[PRELIGHT]     = "#D9D9D9"
  base[PRELIGHT]   = "#FF0000"
  
  
  fg[ACTIVE]       = "#344146"
  text[ACTIVE]     = "#000000"
  bg[ACTIVE]       = "#68838B"
  base[ACTIVE]     = "#FFFFFF"

  fg[SELECTED]     = "#FFFFFF"
  text[SELECTED]   = "#000000"
  bg[SELECTED]     = "#778899"
  base[SELECTED]   = "#FFFFFF"
  
  # Set font.
  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"
