comparison lisp/toolbar/gud-run.xpm @ 48289:9c5f4d80a59c

Initial debugger icons (from Insight)
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 14 Nov 2002 01:32:10 +0000
parents
children f7114bba1fd4
comparison
equal deleted inserted replaced
48288:4ac82d1b052d 48289:9c5f4d80a59c
1 /* XPM */
2 static char * run_xpm[] = {
3 "24 24 9 1",
4 " c #c0c0c0",
5 ". c #000080",
6 "X c #aa9faa",
7 "o c #b5b9b5",
8 "O c #808080",
9 "+ c #7f7f7f",
10 "@ c #5a60a5",
11 "# c #9a999a",
12 "$ c #616161",
13 " ",
14 " ",
15 " ",
16 " ",
17 " .. ",
18 " X.. ",
19 " oO+++++...@ ",
20 " @..... ",
21 " oO+++...... ",
22 " .@..... ",
23 " oO++@@...... ",
24 " ....@ .. ",
25 " .. .....@ @ ",
26 " @...@..@... ",
27 " .#..... @.. ",
28 " @.. #.. ",
29 " ..@ ",
30 " +.@ ",
31 " ..$+ ",
32 " .... ",
33 " ",
34 " ",
35 " ",
36 " "};