diff options
Diffstat (limited to 'data/pixmaps/feta/4/dots-repeatcolon.xpm')
-rw-r--r-- | data/pixmaps/feta/4/dots-repeatcolon.xpm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/pixmaps/feta/4/dots-repeatcolon.xpm b/data/pixmaps/feta/4/dots-repeatcolon.xpm new file mode 100644 index 0000000..9f6d897 --- /dev/null +++ b/data/pixmaps/feta/4/dots-repeatcolon.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"3 7 4 1", +" c #565656", +". c Gray49", +"X c #aaaaaa", +"o c None", +/* pixels */ +"ooo", +"oXX", +"o. ", +"ooo", +"ooo", +"o. ", +"oXX" +}; |