forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeotubeseg_t.xpm
55 lines (55 loc) · 966 Bytes
/
geotubeseg_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 *tubeseg shape 16_xpm[] = {
/* width height num_colors chars_per_pixel */
" 16 16 32 1",
/* colors */
"` c None s None",
". c #a8a8a8",
"# c #989898",
"a c #a0a0a0",
"b c #808080",
"c c #b0b0b0",
"d c #909090",
"e c #888888",
"f c #b8b8b8",
"g c #717171",
"h c #e1e1e1",
"i c #e8e8e8",
"j c #d2d2d2",
"k c #f1f1f1",
"l c #c0c0c0",
"m c #c9c9c9",
"n c #dadada",
"o c #7b7b7b",
"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 */
"````````````````",
"````hfccccfi````",
"```fgg#..dggl```",
"```#ob#a.#bd.```",
"```.e#dd.#b#f```",
"```cea.c.db#m```",
"```lba...db#j```",
"```jba...db#h```",
"```hbaa..de#i```",
"```iba..aeea````",
"````e#..m#b.````",
"````d#.c``a.````",
"````#d.c``cc````",
"````jeac``kk````",
"`````nff````````",
"````````````````"
};