diff options
Diffstat (limited to 'data/pixmaps/feta/10/noteheads-0diamond.xpm')
-rw-r--r-- | data/pixmaps/feta/10/noteheads-0diamond.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/pixmaps/feta/10/noteheads-0diamond.xpm b/data/pixmaps/feta/10/noteheads-0diamond.xpm new file mode 100644 index 0000000..66aadda --- /dev/null +++ b/data/pixmaps/feta/10/noteheads-0diamond.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"21 12 8 1", +" c Gray2", +". c #3c3c3c", +"X c #444444", +"o c Gray47", +"O c #868686", +"+ c #bcbcbc", +"@ c #c1c1c1", +"# c None", +/* pixels */ +"#####################", +"#########+OO+########", +"########o o#######", +"######+. .+#####", +"###+o o##OX o+##", +"#@ o####X @", +"#O o####O O", +"#@ X####o @", +"###+o XO##o o+##", +"######+. .@#####", +"########o o#######", +"#########+OO+########" +}; |