diff options
Diffstat (limited to '.icons/xbm8x8/shroom.xbm')
-rw-r--r-- | .icons/xbm8x8/shroom.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.icons/xbm8x8/shroom.xbm b/.icons/xbm8x8/shroom.xbm new file mode 100644 index 0000000..62df79f --- /dev/null +++ b/.icons/xbm8x8/shroom.xbm @@ -0,0 +1,4 @@ +#define shroom_width 8 +#define shroom_height 8 +static unsigned char shroom_bits[] = { + 0x3C, 0x42, 0x81, 0x81, 0xFF, 0x3C, 0x3C, 0x3C }; |