forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeosphere_t.xpm
55 lines (55 loc) · 965 Bytes
/
geosphere_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 *Sphere shape 16_xpm[] = {
/* width height num_colors chars_per_pixel */
" 16 16 32 1",
/* colors */
"` c None s None",
". c #898989",
"# c #a0a0a0",
"a c #b1b1b1",
"b c #a8a8a8",
"c c #e8e8e8",
"d c #b8b8b8",
"e c #919191",
"f c #f0f0f0",
"g c #9b9b9b",
"h c #d0d0d0",
"i c #808080",
"j c #787878",
"k c #e0e0e0",
"l c #c9c9c9",
"m c #696969",
"n c #717171",
"o c #dadada",
"p c #636363",
"q c #c5c5c5",
"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 */
"````````````````",
"````````ffff````",
"`````ldabababk``",
"```cee...e..jh``",
"```gjmneg##gjh``",
"``cnpme#aaab.o``",
"``hijm.addda.f``",
"``l.b#e#qcfkl```",
"``hi#add#c``````",
"``f.gbadbc``````",
"```b.bbd#c``````",
"```cig#a#c``````",
"````hie#ek``````",
"`````k#..c``````",
"```````fo```````",
"````````````````"
};