forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeotrap_t.xpm
55 lines (55 loc) · 963 Bytes
/
geotrap_t.xpm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* XPM */
static char *trap shape 16_xpm[] = {
/* width height num_colors chars_per_pixel */
" 16 16 32 1",
/* colors */
"` c None s None",
". c #909090",
"# c #a0a0a0",
"a c #a8a8a8",
"b c #989898",
"c c #888888",
"d c #f0f0f0",
"e c #b2b2b2",
"f c #c1c1c1",
"g c #787878",
"h c #e0e0e0",
"i c #eaeaea",
"j c #b9b9b9",
"k c #818181",
"l c #dadada",
"m c #727272",
"n c #cccccc",
"o c #d5d5d5",
"p c #000000",
"q c #000000",
"r c #000000",
"s c #000000",
"t c #000000",
"u c #000000",
"v c #000000",
"w c #000000",
"x c #000000",
"y c #000000",
"z c #000000",
"A c #000000",
"B c #000000",
"C c #000000",
/* pixels */
"````````````````",
"````dfe#.jd`````",
"````fgkggmkf````",
"````jcb.cbb#d```",
"````ec..baae````",
"````ac..ba#f````",
"````#...ba#o````",
"````bc..#a#h````",
"````....#a#i````",
"```i....#ae`````",
"```hc...a#j`````",
"```d#c.ba#n`````",
"````dbcba#l`````",
"`````i.b#ad`````",
"``````hel```````",
"````````````````"
};