diff options
Diffstat (limited to 'data/pixmaps/feta/6/noteheads-2diamond.xpm')
-rw-r--r-- | data/pixmaps/feta/6/noteheads-2diamond.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/pixmaps/feta/6/noteheads-2diamond.xpm b/data/pixmaps/feta/6/noteheads-2diamond.xpm new file mode 100644 index 0000000..2421e19 --- /dev/null +++ b/data/pixmaps/feta/6/noteheads-2diamond.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"9 8 8 1", +" c #020202", +". c #313131", +"X c #5d5d5d", +"o c Gray", +"O c #888888", +"+ c #a7a7a7", +"@ c #c5c5c5", +"# c None", +/* pixels */ +"#########", +"####+OOO@", +"###@ o", +"###X .#", +"###. .##", +"##. X##", +"#o @##", +"#+oOO+###" +}; |