diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-19 07:38:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-19 07:38:09 +0800 |
commit | db2e7437df13c4a60ec475d67f5e6d5aaacd3929 (patch) | |
tree | b29e888d063cd0885b0aab78a87797b612d8390e /art/score-low.xpm | |
parent | 633260a8fcd44ad6771ed77b7300a36da7d38c19 (diff) | |
download | gsoc2013-evolution-db2e7437df13c4a60ec475d67f5e6d5aaacd3929.tar.gz gsoc2013-evolution-db2e7437df13c4a60ec475d67f5e6d5aaacd3929.tar.zst gsoc2013-evolution-db2e7437df13c4a60ec475d67f5e6d5aaacd3929.zip |
retarded looking icons for use with displaying scores in the message-list
2000-09-18 Jeffrey Stedfast <fejj@helixcode.com>
* art/score-*.xpm: retarded looking icons for use with displaying
scores in the message-list view. These need a makeover BADLY ;-)
svn path=/trunk/; revision=5494
Diffstat (limited to 'art/score-low.xpm')
-rw-r--r-- | art/score-low.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/art/score-low.xpm b/art/score-low.xpm new file mode 100644 index 0000000000..e071741adc --- /dev/null +++ b/art/score-low.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * score_low_xpm[] = { +"16 16 7 1", +" c None", +". c #BCBCBC", +"+ c #FF0000", +"@ c #000000", +"# c #17D1EA", +"$ c #FFFFFF", +"% c #EF9815", +" ", +" .+ ", +" @@@ .++ ", +" @#@#@ .++ ", +" @$%$@ .++ ", +" @$$$@ . + ", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; |