diff options
author | Miguel de Icaza <miguel@gnu.org> | 2000-04-08 05:58:59 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-08 05:58:59 +0800 |
commit | e41189606efa17a209865d71f5730dde5ffb3c89 (patch) | |
tree | 5befcf391ea395be670642d8c27f6e9eb049957f /mail/pixmaps/envelope-closed.xpm | |
parent | 59a741e630a11508a7bc3036e3ba2e806b96089c (diff) | |
download | gsoc2013-evolution-e41189606efa17a209865d71f5730dde5ffb3c89.tar gsoc2013-evolution-e41189606efa17a209865d71f5730dde5ffb3c89.tar.gz gsoc2013-evolution-e41189606efa17a209865d71f5730dde5ffb3c89.tar.bz2 gsoc2013-evolution-e41189606efa17a209865d71f5730dde5ffb3c89.tar.lz gsoc2013-evolution-e41189606efa17a209865d71f5730dde5ffb3c89.tar.xz gsoc2013-evolution-e41189606efa17a209865d71f5730dde5ffb3c89.tar.zst gsoc2013-evolution-e41189606efa17a209865d71f5730dde5ffb3c89.zip |
Add more beautiful art from Miggue, the Diego Rivera of the next
2000-04-07 Miguel de Icaza <miguel@gnu.org>
* message-list.c (states_pixmaps): Add more beautiful art from
Miggue, the Diego Rivera of the next millenium.
(message_list_init_header): Use the beautiful art.
* pixmaps: Miguel rediscovers the "transparent" concept.
svn path=/trunk/; revision=2335
Diffstat (limited to 'mail/pixmaps/envelope-closed.xpm')
-rw-r--r-- | mail/pixmaps/envelope-closed.xpm | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/mail/pixmaps/envelope-closed.xpm b/mail/pixmaps/envelope-closed.xpm index be3b6e1a34..060b659c78 100644 --- a/mail/pixmaps/envelope-closed.xpm +++ b/mail/pixmaps/envelope-closed.xpm @@ -2,9 +2,9 @@ static char * envelope_closed_xpm[] = { "16 16 46 1", " c None", -". c #FFFFFF", -"+ c #000000", -"@ c #837D71", +". c #000000", +"+ c #837D71", +"@ c #FFFFFF", "# c #4E4B42", "$ c #767165", "% c #FFFEFE", @@ -48,18 +48,18 @@ static char * envelope_closed_xpm[] = { "f c #CAC1AD", "g c #4E4B43", " ", -" ...............", -" ...............", -" ...............", -" ...............", -" ..+++++++++++..", -" .+@.........#+.", -" .+.$%&.&*&=-;+.", -" .+.&>%&,&')'!+.", -" .+.&&~{&])&^!+.", -" .+.&/().)_=:<+.", -" .+.[}&&)]]|1<+.", -" .+.2&^3456789+.", -" .+0abbbcddefg+.", -" ..+++++++++++..", -" ..............."}; +" ", +" ", +" ", +" ", +" ........... ", +" .+@@@@@@@@@#. ", +" .@$%&@&*&=-;. ", +" .@&>%&,&')'!. ", +" .@&&~{&])&^!. ", +" .@&/()@)_=:<. ", +" .@[}&&)]]|1<. ", +" .@2&^3456789. ", +" .0abbbcddefg. ", +" ........... ", +" "}; |