#
# This theme uses the thinice engine to produce a light, spiffy
# atmosphere.
# I call it Kesari, since the color of the buttons resembles the
# color of the flower kesar.
#
# Modified from thinice theme.
# Made by pallav nawani, Sept 28, 2002.
#
# Edit these colors and fonts however you like.

style "default"
{
  fg[NORMAL]       = "#0C0803"
  text[NORMAL]     = "#556B2F"
  bg[NORMAL]       = "#F7F7F7"
  base[NORMAL]     = "#FFFFFF"
  
  base[INSENSITIVE]= "#D3D3DD"
  text[INSENSITIVE]= "#D3D3DD"
  fg[INSENSITIVE]  = "#747474"
  bg[INSENSITIVE]  = "#D3D3DD"
  
  fg[PRELIGHT]     = "#202020"
  text[PRELIGHT]   = "#000000"
  bg[PRELIGHT]     = "#FFA54F"
  base[PRELIGHT]   = "#FF0000"
  
  
  fg[ACTIVE]       = "#202020"
  text[ACTIVE]     = "#000000"
  bg[ACTIVE]       = "#CD853F"
  base[ACTIVE]     = "#FFFFFF"

  fg[SELECTED]     = "#0C0803"
  text[SELECTED]   = "#000000"
  bg[SELECTED]     = "#F4A460"
  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"
