diff options
Diffstat (limited to 'fluid/flBox.xpm')
| -rw-r--r-- | fluid/flBox.xpm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/fluid/flBox.xpm b/fluid/flBox.xpm new file mode 100644 index 000000000..08ae8eb2b --- /dev/null +++ b/fluid/flBox.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static const char *flBox_xpm[] = { +/* width height ncolors chars_per_pixel */ +"16 16 6 1", +/* colors */ +"a c #606060", +"b c #2020ff", +"c c none", +"d c #c0c0c0", +"e c #909090",
+"f c #000000",
+/* pixels */ +"cccccccccccccccc", +"cccccccccccccccc", +"dddddddddddddddc", +"dddddddddddddddc", +"deeeeeeeeeeeeedc",
+"deeeeeeeeeeeeedc",
+"deeeeeeeeeeeeedc",
+"deeeeeeeeeeeeedc",
+"deeeeeeeeeeeeedc",
+"deeeeeeeeeeeeedc",
+"deeeeeeeeeeeeedc",
+"deeeeeeeeeeeeedc",
+"dddddddddddddddc",
+"dddddddddddddddc",
+"cccccccccccccccc", +"cccccccccccccccc" +}; |
