diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-22 17:15:30 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-22 17:15:30 +0800 |
commit | a52b65816a29007a2e8796db634c18b4821f5a66 (patch) | |
tree | f5d7b1f5217f6e366ecd7dfdb79b044fdf8905a7 /art/reply.xpm | |
parent | e549f119aa9afbfca2647e23c6ac4f8e799157e0 (diff) | |
download | gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.tar.gz gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.tar.zst gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.zip |
renaming icons to make Miguel's speedups possible
svn path=/trunk/; revision=8884
Diffstat (limited to 'art/reply.xpm')
-rw-r--r-- | art/reply.xpm | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/art/reply.xpm b/art/reply.xpm new file mode 100644 index 0000000000..059d3ebc12 --- /dev/null +++ b/art/reply.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * 16_reply_xpm[] = { +"16 16 27 1", +" c None", +". c #010101", +"+ c #2F2F2F", +"@ c #A7A4A0", +"# c #FCFCFC", +"$ c #64625F", +"% c #FFFFFF", +"& c #5D5B57", +"* c #868580", +"= c #E5E2DB", +"- c #FBFBF8", +"; c #716E6B", +"> c #000000", +", c #FBFAF7", +"' c #A5A29D", +") c #990000", +"! c #EFEFEF", +"~ c #CCCCCC", +"{ c #797873", +"] c #7D7A77", +"^ c #F7F5F1", +"/ c #090808", +"( c #D7D4CE", +"_ c #D8D5CF", +": c #7F0000", +"< c #181818", +"[ c #090909", +" ", +" ", +" ", +" .+......... ", +" .@#########$. ", +" .%&%%%%%%%*=. ", +" .%-;%>>>>>>>>> ", +" .%--;>%%%%%%%> ", +" .%-,'>%))))!~> ", +" .%,{->%)))!!~> ", +" .%]-^>%))))!~> ", +" ./(__>%)!)):~> ", +" ....>%!!!::~> ", +" >%~~~~~~< ", +" >>[>>>>>> ", +" "}; |