style "default"
{
bg_pixmap[NORMAL]      = "brushed_metal.xpm"
bg_pixmap[INSENSITIVE] = "brushed_metal.xpm"
bg_pixmap[ACTIVE]      = "brushed_metal_dark.xpm"
bg_pixmap[PRELIGHT]    = "brushed_metal_light.xpm"

bg[NORMAL]       = "#A0A3B4"
bg[PRELIGHT]     = "#B0B3C4"
bg[SELECTED]     = "#9093A4"
bg[ACTIVE]       = "#9093A4"
bg[INSENSITIVE]  = "#9093A4"

fg[NORMAL]       = { 0.0, 0.0, 0.0 }
fg[PRELIGHT]     = { 0.0, 0.0, 0.0 }
fg[SELECTED]     = { 0.0, 0.0, 0.0 }
fg[ACTIVE]       = { 0.0, 0.0, 0.0 }
fg[PRELIGHT]     = { 0.0, 0.0, 0.0 }

text[NORMAL]      = "#000000"
text[PRELIGHT]    = "#222222"
text[SELECTED]    = "#FFFFFF"
text[ACTIVE]      = "#222222"
text[INSENSITIVE] = "#ABB3C5"

base[NORMAL]      = "#EAEAFA"
base[PRELIGHT]    = "#9498A9"
base[SELECTED]    = "#9498A9"
base[ACTIVE]      = "#a0a4B5"
base[INSENSITIVE] = "#9498A9"

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

  # Mark type 1 is used on scrollbar handles, handleboxes etc
  mark_type1 = SLASH
  # Mark type 2 is used on scrollbar buttons
  mark_type2 = ARROW

  # Do you want the scrollbar handles rectangular or a bit shaped?
  rect_scrollbar = TRUE
}

}
class "GtkWidget" style "default"

style "progressbar"
{
bg[SELECTED]     = "#707384"
}
class "GtkProgressBar" style "progressbar"
