forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeotorus_t.xpm
55 lines (55 loc) · 964 Bytes
/
geotorus_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 *torus shape 16_xpm[] = {
/* width height num_colors chars_per_pixel */
" 16 16 32 1",
/* colors */
"` c None s None",
". c #a0a0a0",
"# c #989898",
"a c #909090",
"b c #b8b8b8",
"c c #b0b0b0",
"d c #a8a8a8",
"e c #c0c0c0",
"f c #888888",
"g c #d1d1d1",
"h c #f0f0f0",
"i c #838383",
"j c #787878",
"k c #d8d8d8",
"l c #e1e1e1",
"m c #696969",
"n c #ebebeb",
"o c #636363",
"p c #cccccc",
"q c #737373",
"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 */
"````````````````",
"````````````````",
"`````hlggl``````",
"```hc##..##e````",
"``la#dbeecda.h``",
"`na#..debd..a.``",
"`ba.aiiafiia.fk`",
"`.#.amjeejf.#ab`",
"`#.c.#qk`bj.#jc`",
"`d.ccdfk`ndafog`",
"`gabbdch```keg``",
"``c#b.c`````````",
"```b#mp`````````",
"````lb``````````",
"````````````````",
"````````````````"
};