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
27 lines
483 B
C
27 lines
483 B
C
/* XPM */
|
|
static char * score_higher_xpm[] = {
|
|
"16 16 7 1",
|
|
" c None",
|
|
". c #BCBCBC",
|
|
"+ c #00FF00",
|
|
"@ c #000000",
|
|
"# c #17D1EA",
|
|
"$ c #FFFFFF",
|
|
"% c #EF9815",
|
|
" ",
|
|
" .++ ",
|
|
" @@@ .++++",
|
|
" @#@#@ .++++",
|
|
" @$%$@ .++++",
|
|
" @$$$@ . ++",
|
|
" @@$@@ . ",
|
|
" @@$$$@@ . ",
|
|
" @@$$$$$@@@@ ",
|
|
" @@$$$$$@@ . ",
|
|
" @@$$$$$@ . ",
|
|
" @@$$$$$@ . ",
|
|
" @$$$$$@ . ",
|
|
" %%$%% . ",
|
|
" %% %% . ",
|
|
" "};
|