diff options
Diffstat (limited to 'data/pixmaps/feta/4/scripts-coda.xpm')
-rw-r--r-- | data/pixmaps/feta/4/scripts-coda.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/pixmaps/feta/4/scripts-coda.xpm b/data/pixmaps/feta/4/scripts-coda.xpm new file mode 100644 index 0000000..dd62c53 --- /dev/null +++ b/data/pixmaps/feta/4/scripts-coda.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"10 12 8 1", +" c Gray6", +". c #2f2f2f", +"X c #505050", +"o c #656565", +"O c #909090", +"+ c #aaaaaa", +"@ c Gray81", +"# c None", +/* pixels */ +"##########", +"#####@####", +"####O.@###", +"###Ooo.###", +"### ++.O##", +"##+ OO X#@", +"#@o oX .O@", +"##@ ++.X##", +"### ++.O##", +"###Ooo.###", +"####O.@###", +"#####@####" +}; |