style "default" { 
    fg[ACTIVE]        = "#000000"
    fg[INSENSITIVE]   = "#8c8f8c"
    fg[NORMAL]        = "#000000"
    fg[PRELIGHT]      = "#ffffff"
    fg[SELECTED]      = "#ffffff"

    bg[ACTIVE]        = "#d4d8d4"
    bg[INSENSITIVE]   = "#cccfcc"
    bg[NORMAL]        = "#dcdfdc"
    bg[PRELIGHT]      =  "#67a980"
    bg[SELECTED]      =  "#579970"

    base[ACTIVE]      ="#67a980"
    base[INSENSITIVE] = "#cccfcc"
    base[NORMAL]      = "#fcfffc"
    base[PRELIGHT]    = "#ecefec"
    base[SELECTED]    = "#579970"

    text[ACTIVE]      = "#ffffff"
    text[INSENSITIVE] = "#000000"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ffffff"  
 
   engine "cleanice"   {}

} widget_class "*" style "default"
