diff options
Diffstat (limited to 'data/pixmaps/feta/10/dots-dot.xpm')
-rw-r--r-- | data/pixmaps/feta/10/dots-dot.xpm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/pixmaps/feta/10/dots-dot.xpm b/data/pixmaps/feta/10/dots-dot.xpm new file mode 100644 index 0000000..3ff822b --- /dev/null +++ b/data/pixmaps/feta/10/dots-dot.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"6 6 6 1", +" c #020202", +". c #797979", +"X c #818181", +"o c Gray68", +"O c Gray85", +"+ c None", +/* pixels */ +"++++++", +"++o.o+", +"+o O", +"+. X", +"+o O", +"++o.o+" +}; |