summaryrefslogtreecommitdiff
path: root/lib/xpm/food.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xpm/food.xpm')
-rw-r--r--lib/xpm/food.xpm27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/xpm/food.xpm b/lib/xpm/food.xpm
new file mode 100644
index 0000000..34558d3
--- /dev/null
+++ b/lib/xpm/food.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char *food_xpm[] = {
+/* width height num_colors chars_per_pixel */
+" 16 16 4 1",
+/* colors */
+". c #f83000",
+"# c #c8ccc8",
+"a c #989898",
+"b c #f8fcf8",
+/* pixels */
+"bbbbbbbbbbbbbbbb",
+"bbbbbbbbbbbbbbbb",
+"bbbbbbbbbbbbbbbb",
+"bbb#bbbbbb#b#abb",
+"bbbbbbbbbbbbbabb",
+"bbbbbbbbbbbbbabb",
+"bbbbbbbb.bbbbabb",
+"bbbbbbbb.bbbbabb",
+"bbbbbb.....bbabb",
+"bbbbbbbb.bbbbabb",
+"bbbbbbbb.bbbbabb",
+"bbbbbbbbbbbbbabb",
+"bbbbbbbbbbbbbabb",
+"bbbaaaaaaaaaaabb",
+"bbbbbbbbbbbbbbbb",
+"bbbbbbbbbbbbbbbb"
+};