diff options
Diffstat (limited to 'data/pixmaps/feta/8/noteheads-2diamond.xpm')
-rw-r--r-- | data/pixmaps/feta/8/noteheads-2diamond.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/pixmaps/feta/8/noteheads-2diamond.xpm b/data/pixmaps/feta/8/noteheads-2diamond.xpm new file mode 100644 index 0000000..d9690d0 --- /dev/null +++ b/data/pixmaps/feta/8/noteheads-2diamond.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"12 11 6 1", +" c Gray1", +". c Gray24", +"X c Gray28", +"o c Gray53", +"O c #bbbbbb", +"+ c None", +/* pixels */ +"++++++++++++", +"+++++Oo+++++", +"+++++ . O", +"++++o o", +"++++X X+", +"+++O X++", +"+++X O++", +"++X X+++", +"+o o+++", +"+O . ++++", +"++++++oO++++" +}; |