diff options
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", +" ", +" .+ ", +" @@@ .++ ", +" @#@#@ .++ ", +" @$%$@ .++ ", +" @$$$@ . + ", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; |