diff options
Diffstat (limited to 'data/pixmaps/feta/12/dots-repeatcolon.xpm')
-rw-r--r-- | data/pixmaps/feta/12/dots-repeatcolon.xpm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/data/pixmaps/feta/12/dots-repeatcolon.xpm b/data/pixmaps/feta/12/dots-repeatcolon.xpm new file mode 100644 index 0000000..2c9742f --- /dev/null +++ b/data/pixmaps/feta/12/dots-repeatcolon.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"7 18 7 1", +" c Gray1", +". c #3a3a3a", +"X c #494949", +"o c #898989", +"O c #b7b7b7", +"+ c Gray80", +"@ c None", +/* pixels */ +"@@@@@@@", +"@@OooO@", +"@O o", +"@o o", +"@o o", +"@@X .+", +"@@@OO@@", +"@@@@@@@", +"@@@@@@@", +"@@@@@@@", +"@@@@@@@", +"@@@@@@@", +"@@@OO@@", +"@@X .+", +"@o o", +"@o o", +"@O o", +"@@OooO@" +}; |