diff options
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 7 | ||||
-rw-r--r-- | art/Makefile.am | 1 | ||||
-rw-r--r-- | art/mail-need-reply.xpm | 71 |
3 files changed, 79 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index c291218cfa..3292315f2a 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,10 @@ +2001-12-09 Jon Trowbridge <trow@ximian.com> + + * mail-need-reply.xpm: Added a really, really ugly and + awful icon to symbolize "message needs a reply". + + * Makefile.am (EXTRA_DIST): Added mail-need-reply.xpm. + 2001-11-06 Ettore Perazzoli <ettore@ximian.com> * evolution.png: New, updated icon from Tuomas. diff --git a/art/Makefile.am b/art/Makefile.am index 407c30db60..334318a4af 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -202,6 +202,7 @@ EXTRA_DIST = \ check-filled.xpm \ empty.xpm \ jump.xpm \ + mail-need-reply.xpm \ mail-new.xpm \ mail-read.xpm \ mail-replied.xpm \ diff --git a/art/mail-need-reply.xpm b/art/mail-need-reply.xpm new file mode 100644 index 0000000000..df66036173 --- /dev/null +++ b/art/mail-need-reply.xpm @@ -0,0 +1,71 @@ +/* XPM */ +static char * mail_need_reply_xpm[] = { +"16 16 52 1", +" c None", +". c #010101", +"+ c #D9D6D0", +"@ c #C3C0B9", +"# c #DDBFB9", +"$ c #E5908C", +"% c #F49F9C", +"& c #F8C1C1", +"* c #FAFAFA", +"= c #B6B4AE", +"- c #737373", +"; c #C2BFB8", +"> c #D6817C", +", c #FF0505", +"' c #FF5858", +") c #D2CFC9", +"! c #707070", +"~ c #FFFFFF", +"{ c #5D5B57", +"] c #FFABAB", +"^ c #FF7474", +"/ c #868580", +"( c #E5E2DB", +"_ c #FBFBF8", +": c #A04B49", +"< c #FF2121", +"[ c #ED0F0E", +"} c #F8F7F2", +"| c #DDDAD4", +"1 c #FCA9A7", +"2 c #FBDFDD", +"3 c #F7F5F1", +"4 c #FCA8A6", +"5 c #FE2020", +"6 c #FC716F", +"7 c #F0EEE8", +"8 c #DDD9D2", +"9 c #FBFAF7", +"0 c #A5514E", +"a c #E3E0D9", +"b c #7D7A77", +"c c #F8F6F2", +"d c #FADDDA", +"e c #B1413F", +"f c #E2DFD8", +"g c #090808", +"h c #D7D4CE", +"i c #D8D5CF", +"j c #D6D3CD", +"k c #DAD7D1", +"l c #E0DCD5", +"m c #222221", +" ..... ", +" .+++++. ", +" .++++++@. ", +" .+#$$$%&*=. ", +" .-;>,,,,,')!. ", +" .~{],,]^,,/(. ", +" .~_:,,'<,[}|. ", +" .~_1,,,,,23|. ", +" .~_4,,25,678. ", +" .~90,,_6,,a8. ", +" .~b1,,cd,,ef. ", +" .ghiiij++klm. ", +" ........... ", +" ", +" ", +" "}; |