# ThinDarkness by David Harris(dbarclay10@yahoo.ca)
# based on Darkness by MSG <yinyang@eburg.com>
# Feb 28, 2000
#

style "nothing" 
{
        bg[NORMAL] = { 0.45, 0.45, 0.45 }
}

style "default"
{
  font = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-*-*"
  fg[NORMAL]      = { 0.65, 0.68, 0.75 }
  fg[PRELIGHT]    = { 0.80, 0.84, 0.89 }
  fg[ACTIVE]      = { 0.65, 0.68, 0.75 }
  fg[SELECTED]    = { 0.80, 0.84, 0.89 }
  fg[INSENSITIVE] = { 0.40, 0.44, 0.48 }
  bg[NORMAL]      = { 0.25, 0.25, 0.25 }  
  bg[PRELIGHT]    = { 0.38, 0.38, 0.38 }  
  bg[ACTIVE]      = { 0.18, 0.18, 0.18 }  
  bg[SELECTED]    = { 0.20, 0.30, 0.40 }  
  bg[INSENSITIVE] = { 0.15, 0.18, 0.20 }  
  base[NORMAL]      = { 0.35, 0.37, 0.40 }
  base[PRELIGHT]    = { 0.05, 0.08, 0.12 }
  base[ACTIVE]      = { 0.20, 0.30, 0.40 }
  base[SELECTED]    = { 0.20, 0.30, 0.40 }
  base[INSENSITIVE] = { 0.05, 0.08, 0.12 }
  
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 = FALSE
    # Do you want the scrollbar handles rectangular or a bit shaped?
    rect_scrollbar = TRUE
  }

}

style "entries" = "default"
{
  bg[SELECTED] = { 0.26, 0.30, 0.40 }
  base[NORMAL] = { 0.15, 0.15, 0.20 }
}

style "bar" = "default"
{
  bg[PRELIGHT] = { 0.1, 0.28, 0.41 }
  bg[SELECTED] = { 0.28, 0.28, 0.28 }
  fg[PRELIGHT] = { 0.9, 0.9, 0.9 }
  bg[ACTIVE] =   { 0, 0, 0 }
}

style "scroll" = "default"
{
  bg[NORMAL]   = { 0.34, 0.34, 0.34 }
  bg[PRELIGHT] = { 0.40, 0.40, 0.40 }
}

style "button" = "default"
{
  bg[NORMAL]   = { 0.34, 0.34, 0.34 }
  bg[PRELIGHT] = { 0.40, 0.40, 0.40 }
  bg[ACTIVE]   = { 0.18, 0.18, 0.18 }
  fg[PRELIGHT] = { 0.9, 0.9, 0.9 }   
}

style "menu" = "default"
{
  bg[NORMAL]   = { 0.27, 0.27, 0.27 }
  bg[ACTIVE]   = { 0.15, 0.15, 0.15 }
  bg[PRELIGHT] = { 0.23, 0.27, 0.37 }
  fg[PRELIGHT] = { 0.87, 0.87, 0.87 }
}

style "toggle_button" = "default"
{
  bg[ACTIVE]   = { 0.22, 0.22, 0.22 }
  bg[PRELIGHT] = { 0.30, 0.30, 0.30 }
}

style "tip" = "default"
{
  fg[NORMAL]	= { 0.80, 0.84, 0.89 }
  bg[NORMAL]	= { 0.26, 0.30, 0.40 }
}


widget_class "*" style "default"
widget_class "*Bar*" style "bar"
widget_class "*Scroll*" style "scroll"
widget_class "*Menu*" style "menu"
widget_class "*Entry*" style "entries"
widget_class "*Loose*" style "nothing"
widget_class "*Button" style "button"
widget_class "*GtkCheckButton*" style "toggle_button"
widget_class "*GtkRadioButton*" style "toggle_button"
widget "gtk-tooltips" style "tip"

