# Edit these colors and fonts however you like.
style "default"
{
  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#393935"
  fg[SELECTED]     = "#FFFFFF"
  fg[INSENSITIVE]  = "#565453"
  bg[NORMAL]       = "#648f82" # vert clair
  bg[ACTIVE]       = "#66ad95" # vert +clair
  bg[PRELIGHT]     = "#f7ca91" # orange clair
  bg[SELECTED]     = "#e77354" # orange museau
  bg[INSENSITIVE]  = "#648f82" # vert clair
  base[NORMAL]     = "#ffe0db" # rose chair
  base[ACTIVE]     = "#ffe0db" # rose chair
  base[PRELIGHT]   = "#FF0000" # vert +clair
  base[INSENSITIVE]= "#66ad95"# vert +clair
  text[INSENSITIVE]= "#66ad95"# vert +clair
  # 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"
