diff options
Diffstat (limited to 'data/pixmaps/toolbar/staccatissimo.xpm')
-rw-r--r-- | data/pixmaps/toolbar/staccatissimo.xpm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/staccatissimo.xpm b/data/pixmaps/toolbar/staccatissimo.xpm new file mode 100644 index 0000000..2bd7272 --- /dev/null +++ b/data/pixmaps/toolbar/staccatissimo.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"4 7 5 1", +" c Gray4", +". c #7b7b7b", +"X c Gray54", +"o c #a4a4a4", +"O c None", +/* pixels */ +"OOOO", +"OO.O", +"OX X", +"Oo o", +"OO O", +"OO O", +"OOXO" +}; |