diff options
Diffstat (limited to 'data/pixmaps/toolbar/quantize.xpm')
-rw-r--r-- | data/pixmaps/toolbar/quantize.xpm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/quantize.xpm b/data/pixmaps/toolbar/quantize.xpm new file mode 100644 index 0000000..088f9d3 --- /dev/null +++ b/data/pixmaps/toolbar/quantize.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"22 19 6 1", +" c None", +"X c black", +"x c #242724", +"O c #4D4E4D", +"o c #6B6D6B", +". c #848484", +/* pixels */ +" ", +" ", +" ", +" .XXXX. ", +" xXo oXO ", +" xX Xx ", +" oX. .X. ", +" XX XX ", +" XX XX ", +" XX XX ", +" XX oXO XX ", +" .X. .XO XX ", +" xX .XoX ", +" OXo ooXO ", +" .XXXX..XO ", +" .Xo ", +" ", +" ", +" " +}; |