diff options
Diffstat (limited to 'data/pixmaps/feta/6/noteheads-1triangle.xpm')
-rw-r--r-- | data/pixmaps/feta/6/noteheads-1triangle.xpm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/pixmaps/feta/6/noteheads-1triangle.xpm b/data/pixmaps/feta/6/noteheads-1triangle.xpm new file mode 100644 index 0000000..db7ad45 --- /dev/null +++ b/data/pixmaps/feta/6/noteheads-1triangle.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"7 7 6 1", +" c #434343", +". c #6d6d6d", +"X c #939393", +"o c Gray73", +"O c Gray86", +"+ c None", +/* pixels */ +"+++++++", +"+++OO++", +"+++..++", +"++o o+", +"++.OO.+", +"+X +O X", +"+oXXXXo" +}; |