diff options
Diffstat (limited to 'data/pixmaps/feta/10/noteheads-1.xpm')
-rw-r--r-- | data/pixmaps/feta/10/noteheads-1.xpm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/pixmaps/feta/10/noteheads-1.xpm b/data/pixmaps/feta/10/noteheads-1.xpm new file mode 100644 index 0000000..08e9a2e --- /dev/null +++ b/data/pixmaps/feta/10/noteheads-1.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"15 13 8 1", +" c Gray1", +". c #343434", +"X c Gray29", +"o c #777777", +"O c #898989", +"+ c #b7b7b7", +"@ c #c3c3c3", +"# c None", +/* pixels */ +"###############", +"########+OOo+##", +"#####+. X#", +"####X X@##.+", +"###X +####oo", +"##+ X######.o", +"## +######X +", +"#+ X######+ #", +"#O.######X +#", +"#oo####+ X##", +"#+.##@X X###", +"##. .+####", +"###+oOO@#######" +}; |