diff options
Diffstat (limited to 'data/pixmaps/misc/mono.xpm')
-rw-r--r-- | data/pixmaps/misc/mono.xpm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/pixmaps/misc/mono.xpm b/data/pixmaps/misc/mono.xpm new file mode 100644 index 0000000..bf95410 --- /dev/null +++ b/data/pixmaps/misc/mono.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char *mono[] = { +/* columns rows colors chars-per-pixel */ +"31 21 2 1", +" c black", +". c none", +/* pixels */ +"...............................", +"...............................", +"...............................", +"...............................", +"...............................", +"...............................", +"............. .............", +"............ ............", +"........... ... ...........", +"........... ..... ...........", +"........... ..... ...........", +"........... ..... ...........", +"........... ... ...........", +"............ ............", +"............. .............", +"...............................", +"...............................", +"...............................", +"...............................", +"...............................", +"..............................." +}; |