diff options
Diffstat (limited to 'data/pixmaps/feta/8/noteheads-1triangle.xpm')
-rw-r--r-- | data/pixmaps/feta/8/noteheads-1triangle.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/pixmaps/feta/8/noteheads-1triangle.xpm b/data/pixmaps/feta/8/noteheads-1triangle.xpm new file mode 100644 index 0000000..48852af --- /dev/null +++ b/data/pixmaps/feta/8/noteheads-1triangle.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"9 9 7 1", +" c Gray0", +". c #2a2a2a", +"X c #464646", +"o c #727272", +"O c #b1b1b1", +"+ c #cdcdcd", +"@ c None", +/* pixels */ +"@@@@@@@@@", +"@@@@++@@@", +"@@@@oo@@@", +"@@@+..+@@", +"@@@XOOX@@", +"@@+.@@.+@", +"@@.O@@O.@", +"@O oooo O", +"@Ooooooo+" +}; |