diff options
Diffstat (limited to 'data/pixmaps/feta/6/dots-dot.xpm')
-rw-r--r-- | data/pixmaps/feta/6/dots-dot.xpm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/pixmaps/feta/6/dots-dot.xpm b/data/pixmaps/feta/6/dots-dot.xpm new file mode 100644 index 0000000..b78d7fd --- /dev/null +++ b/data/pixmaps/feta/6/dots-dot.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"4 4 7 1", +" c Gray0", +". c Gray35", +"X c #717171", +"o c #898989", +"O c #a9a9a9", +"+ c #d3d3d3", +"@ c None", +/* pixels */ +"@@@@", +"@@O@", +"@o X", +"@+.O" +}; |