forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeobbox_t.xpm
55 lines (55 loc) · 962 Bytes
/
geobbox_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 *box shape 16_xpm[] = {
/* width height num_colors chars_per_pixel */
" 16 16 32 1",
/* colors */
"` c None s None",
". c #a0a0a0",
"# c #787878",
"a c #989898",
"b c #6a6a6a",
"c c #919191",
"d c #bebebe",
"e c #f0f0f0",
"f c #828282",
"g c #707070",
"h c #888888",
"i c #c3c3c3",
"j c #e3e3e3",
"k c #a8a8a8",
"l c #c8c8c8",
"m c #dfdfdf",
"n c #d0d0d0",
"o c #e9e9e9",
"p c #b3b3b3",
"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 */
"```````e````````",
"```id.ac.n``````",
"```fb##f##hdo```",
"```cg##ffhhhk```",
"```.g##ca..ad```",
"```kb##a...ci```",
"```db##a...cl```",
"```ib##.a..am```",
"```mb##a...aj```",
"```jg#ga.a..e```",
"```e#g#a....````",
"````ib#a..ap````",
"`````.ba..cd````",
"`````efcaade````",
"``````nale``````",
"````````````````"
};