diff options
Diffstat (limited to 'data/pixmaps/feta/4/noteheads-0triangle.xpm')
-rw-r--r-- | data/pixmaps/feta/4/noteheads-0triangle.xpm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/pixmaps/feta/4/noteheads-0triangle.xpm b/data/pixmaps/feta/4/noteheads-0triangle.xpm new file mode 100644 index 0000000..e40a3c1 --- /dev/null +++ b/data/pixmaps/feta/4/noteheads-0triangle.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"6 6 6 1", +" c #5b5b5b", +". c #727272", +"X c Gray53", +"o c Gray67", +"O c #d5d5d5", +"+ c None", +/* pixels */ +"++++++", +"+++o++", +"++O O+", +"++XO.+", +"+o.+.o", +"+o.oXo" +}; |