diff options
Diffstat (limited to 'attic/muse2-oom/muse2/xpm/darkreddot.xpm')
-rw-r--r-- | attic/muse2-oom/muse2/xpm/darkreddot.xpm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/xpm/darkreddot.xpm b/attic/muse2-oom/muse2/xpm/darkreddot.xpm new file mode 100644 index 00000000..a81b9f37 --- /dev/null +++ b/attic/muse2-oom/muse2/xpm/darkreddot.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char *darkreddot_xpm[]={ +"12 12 2 1", +". c None", +"# c #a70000", +"...#####....", +"..#######...", +".#########..", +"###########.", +"###########.", +"###########.", +"###########.", +"###########.", +".#########..", +"..#######...", +"...#####....", +"............"}; |