diff options
Diffstat (limited to 'data/pixmaps/feta/8/noteheads-2triangle.xpm')
-rw-r--r-- | data/pixmaps/feta/8/noteheads-2triangle.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/pixmaps/feta/8/noteheads-2triangle.xpm b/data/pixmaps/feta/8/noteheads-2triangle.xpm new file mode 100644 index 0000000..083eeb8 --- /dev/null +++ b/data/pixmaps/feta/8/noteheads-2triangle.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"9 9 8 1", +" c #010101", +". c #393939", +"X c #585858", +"o c #797979", +"O c Gray54", +"+ c #b1b1b1", +"@ c Gray83", +"# c None", +/* pixels */ +"#########", +"####@@###", +"####oo###", +"###@ @##", +"###X X##", +"##@ @#", +"##. .#", +"#+ +", +"#+oOOOOo+" +}; |