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-normal.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-normal.xpm')
-rw-r--r-- | art/score-normal.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/art/score-normal.xpm b/art/score-normal.xpm new file mode 100644 index 0000000000..82b618cb8d --- /dev/null +++ b/art/score-normal.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * score_normal_xpm[] = { +"16 16 5 1", +" c None", +". c #000000", +"+ c #17D1EA", +"@ c #FFFFFF", +"# c #EF9815", +" ", +" ", +" ... ", +" .+.+. ", +" .@#@. ", +" .@@@. ", +" ..@.. ", +" ..@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" .@@@@@. ", +" ##@## ", +" ## ## ", +" "}; |