diff options
Diffstat (limited to 'data/pixmaps/toolbar/staccato.xpm')
-rw-r--r-- | data/pixmaps/toolbar/staccato.xpm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/staccato.xpm b/data/pixmaps/toolbar/staccato.xpm new file mode 100644 index 0000000..03b9db6 --- /dev/null +++ b/data/pixmaps/toolbar/staccato.xpm @@ -0,0 +1,14 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"4 4 4 1", +" c Gray0", +". c #8b8b8b", +"X c #cacaca", +"o c None", +/* pixels */ +"oooo", +"oo.X", +"o. .", +"oo.X" +}; |