forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeocone_t.xpm
55 lines (55 loc) · 963 Bytes
/
geocone_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 *cone shape 16_xpm[] = {
/* width height num_colors chars_per_pixel */
" 16 16 32 1",
/* colors */
"` c None s None",
". c #a0a0a0",
"# c #999999",
"a c #888888",
"b c #afafaf",
"c c #818181",
"d c #797979",
"e c #e7e7e7",
"f c #919191",
"g c #dedede",
"h c #e0e0e0",
"i c #b1b1b1",
"j c #f1f1f1",
"k c #616161",
"l c #757575",
"m c #bababa",
"n c #d6d6d6",
"o c #c4c4c4",
"p c #cfcfcf",
"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 */
"````````````````",
"````ehghggee````",
"`gadabbmmb.adag`",
"`oklcf####fclkp`",
"``aa####.###aa``",
"``id#..b.b##di``",
"``edf#....#fde``",
"```#c...b.#a#```",
"```nd#..b##cn```",
"````af....fa````",
"````ic.b..ci````",
"````ec#.b.ce````",
"`````#fb.a#`````",
"`````h.b.bh`````",
"```````jj```````",
"````````````````"
};