
style "multi-postit" {
   bg_pixmap[NORMAL] = "btn_post_it_multiple.png"
}

style "single-postit" {
   bg_pixmap[NORMAL] = "btn_post_it_single.png"
}

style "postit-label" {
   fg[NORMAL] = "#000"
}

widget "*today-events-area-postit-multi" style "multi-postit"
widget "*today-events-area-postit-single" style "single-postit"

widget "*today-events-area-postit-*.*" style "postit-label"


style "today-background" {
   bg_pixmap[NORMAL] = "today-background.png"
}

widget "today-application-window" style "today-background"
