diff options
Diffstat (limited to 'data/pixmaps/feta/6/flags-d3.xpm')
-rw-r--r-- | data/pixmaps/feta/6/flags-d3.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/pixmaps/feta/6/flags-d3.xpm b/data/pixmaps/feta/6/flags-d3.xpm new file mode 100644 index 0000000..7b4e1da --- /dev/null +++ b/data/pixmaps/feta/6/flags-d3.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"8 19 8 1", +" c #040404", +". c #2d2d2d", +"X c Gray33", +"o c #727272", +"O c Gray56", +"+ c Gray68", +"@ c #d2d2d2", +"# c None", +/* pixels */ +"########", +"#####@@#", +"#####@X#", +"######.@", +"######X+", +"######Oo", +"#@####OX", +"#O####Oo", +"#+####.@", +"#O@##XX#", +"#O@#o.##", +"#O@o O##", +"#o O###", +"#O o####", +"#o @####", +"#oX#####", +"#O+#####", +"#O@#####", +"#@######" +}; |