summaryrefslogtreecommitdiff
path: root/xpm/robot.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'xpm/robot.xpm')
-rw-r--r--xpm/robot.xpm55
1 files changed, 28 insertions, 27 deletions
diff --git a/xpm/robot.xpm b/xpm/robot.xpm
index fea60e2..0ad9e51 100644
--- a/xpm/robot.xpm
+++ b/xpm/robot.xpm
@@ -1,28 +1,29 @@
/* XPM */
-static char *robot_xpm[] = {
-/* width height num_colors chars_per_pixel */
-" 16 16 5 1",
-/* colors */
-". c #bfbfbf",
-"# c #000000",
-"a c #808080",
-"b c #c0c0c0",
-"c c #ffffff",
-/* pixels */
-"................",
-"................",
-"................",
-"..####...####...",
-".#bccb#.#bccb#..",
-"#bccccb#bccccb#.",
-"#cccccc#cccccc#a",
-"#cc##cc#cc##cc#a",
-"#cc##cc#cc##cc#a",
-"#bccccb#bccccb#a",
-".#bccb#a#bccb#aa",
-"..####aa.####aa.",
-"...aaaa...aaaa..",
-"................",
-"................",
-"................"
-};
+static char * robot_xpm[] = {
+"16 16 10 1",
+" c None",
+". c #FFFFFF",
+"+ c #404040",
+"@ c #C0C0C0",
+"# c #000000",
+"$ c #606060",
+"% c #202020",
+"& c #A0A0A0",
+"* c #FF2020",
+"= c #808080",
+"..++++++++++++..",
+"..+@@@@@@@@@@+..",
+".#+@@@@@@@@@@+#.",
+"#$+@@@@@@@@@@+$#",
+"##+@@@@@@@@@@+##",
+"#$++++++++++++$#",
+"##%&&$$&&$$&&%##",
+"#$%&+%%++%%+&%$#",
+"##%$%**%%**%$%##",
+"#$%$%**%%**%$%$#",
+"##%=+%%++%%+=%##",
+"#$#$$$$$$$$$$#$#",
+"###++++++++++###",
+"#$############$#",
+"###..........###",
+".#............#."};