diff options
Diffstat (limited to 'data/pixmaps/feta/8/noteheads-0triangle.xpm')
-rw-r--r-- | data/pixmaps/feta/8/noteheads-0triangle.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/pixmaps/feta/8/noteheads-0triangle.xpm b/data/pixmaps/feta/8/noteheads-0triangle.xpm new file mode 100644 index 0000000..a73af66 --- /dev/null +++ b/data/pixmaps/feta/8/noteheads-0triangle.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"11 9 8 1", +" c Gray0", +". c #2c2c2c", +"X c #535353", +"o c Gray43", +"O c Gray55", +"+ c Gray71", +"@ c Gray81", +"# c None", +/* pixels */ +"###########", +"#####++####", +"#####..####", +"####XXXX###", +"###@.@#.@##", +"###XO##OX##", +"##O.####.O#", +"## XOOOOX #", +"#@oooooooo@" +}; |