diff options
Diffstat (limited to 'data/pixmaps/feta/12/noteheads-0triangle.xpm')
-rw-r--r-- | data/pixmaps/feta/12/noteheads-0triangle.xpm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/pixmaps/feta/12/noteheads-0triangle.xpm b/data/pixmaps/feta/12/noteheads-0triangle.xpm new file mode 100644 index 0000000..9dd6ac8 --- /dev/null +++ b/data/pixmaps/feta/12/noteheads-0triangle.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"16 13 8 1", +" c Gray1", +". c #272727", +"X c #565656", +"o c #767676", +"O c Gray55", +"+ c #a2a2a2", +"@ c #cdcdcd", +"# c None", +/* pixels */ +"################", +"########O#######", +"#######+ +######", +"######@ @#####", +"######X + X#####", +"#####+ o#o +####", +"#####..###..####", +"####O +###+ O###", +"###@ .#####. @##", +"###X @#####@ X##", +"##@ o#######o @#", +"## #", +"#@oooooooooooOo@" +}; |