annotate etc/images/data-save.xpm @ 112268:4e6ae7191e28

* building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 14 Jan 2011 22:10:38 -0500
parents 75b06a7624a1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
69713
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 /* XPM */
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
2 static char * data_save_xpm[] = {
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
3 "24 24 211 2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
4 " c None",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
5 ". c #000000",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
6 "+ c #C3D7F4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
7 "@ c #A9CDE5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
8 "# c #75757A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
9 "$ c #EFC5BB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
10 "% c #F1C8BE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
11 "& c #F0C6BC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
12 "* c #EEBCB2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
13 "= c #EEBEB5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
14 "- c #EEC1B8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
15 "; c #EDBFB6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
16 "> c #E9B7AD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
17 ", c #E9B8AF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
18 "' c #E9B9B1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
19 ") c #E5BFBA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
20 "! c #737277",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
21 "~ c #B3CDE3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
22 "{ c #A1BED6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
23 "] c #BBD6E8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
24 "^ c #8AAAC5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
25 "/ c #605F68",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
26 "( c #E08D7E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
27 "_ c #E0826E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
28 ": c #E0806E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
29 "< c #DC7A68",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
30 "[ c #DC8171",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
31 "} c #DA7868",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
32 "| c #D48173",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
33 "1 c #D47D6E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
34 "2 c #CE7265",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
35 "3 c #CF7264",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
36 "4 c #CE7567",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
37 "5 c #C4675B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
38 "6 c #C36558",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
39 "7 c #626169",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
40 "8 c #87A3B7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
41 "9 c #567187",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
42 "0 c #BAD5E9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
43 "a c #88A7C3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
44 "b c #686670",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
45 "c c #C8817B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
46 "d c #CB7C74",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
47 "e c #CB7A73",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
48 "f c #CB7B73",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
49 "g c #CC7C72",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
50 "h c #CB7D73",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
51 "i c #BF6B64",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
52 "j c #CC7A70",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
53 "k c #C16A62",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
54 "l c #CC7C73",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
55 "m c #C2655B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
56 "n c #C36459",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
57 "o c #BA6C6A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
58 "p c #819EB6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
59 "q c #547086",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
60 "r c #B6D3E7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
61 "s c #87ABC1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
62 "t c #737373",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
63 "u c #FFFFFF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
64 "v c #83A0B8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
65 "w c #526C80",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
66 "x c #B9D3E7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
67 "y c #585858",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
68 "z c #4F697C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
69 "A c #B9D3E6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
70 "B c #9E9E9E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
71 "C c #CDCDCD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
72 "D c #BFBFBF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
73 "E c #88A4BB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
74 "F c #486276",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
75 "G c #B7D2E7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
76 "H c #C4C4C4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
77 "I c #465E70",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
78 "J c #B5CAE5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
79 "K c #87A3BA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
80 "L c #455C6D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
81 "M c #AECCE5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
82 "N c #ACACAC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
83 "O c #C5C5C5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
84 "P c #546069",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
85 "Q c #B0D1E4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
86 "R c #515C64",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
87 "S c #AACEE3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
88 "T c #6B6F72",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
89 "U c #6F6F6F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
90 "V c #696969",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
91 "W c #6F777E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
92 "X c #86A2B9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
93 "Y c #3A515D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
94 "Z c #A9C9E2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
95 "` c #647A8D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
96 " . c #829FB7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
97 ".. c #7F9DB6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
98 "+. c #7E9CB5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
99 "@. c #7998B2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
100 "#. c #85A1B8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
101 "$. c #8CA7BD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
102 "%. c #8AA5BB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
103 "&. c #364A59",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
104 "*. c #ABC4E2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
105 "=. c #556E84",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
106 "-. c #7192AE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
107 ";. c #414A4E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
108 ">. c #424A51",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
109 ",. c #525B63",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
110 "'. c #626F79",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
111 "). c #5F6C76",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
112 "!. c #5C6971",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
113 "~. c #5A666F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
114 "{. c #58636B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
115 "]. c #57636A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
116 "^. c #3B5360",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
117 "/. c #39424B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
118 "(. c #7897B3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
119 "_. c #A4B9CB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
120 ":. c #364853",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
121 "<. c #AAC9E2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
122 "[. c #7091AA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
123 "}. c #6F8FA7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
124 "|. c #4A5359",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
125 "1. c #97938C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
126 "2. c #DFDDDA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
127 "3. c #E3E1DE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
128 "4. c #EBEAE8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
129 "5. c #EAE9E7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
130 "6. c #CFCEC9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
131 "7. c #C9C6C0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
132 "8. c #9B968E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
133 "9. c #566168",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
134 "0. c #4B657A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
135 "a. c #54738C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
136 "b. c #AAC6DD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
137 "c. c #34464E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
138 "d. c #AAC9E1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
139 "e. c #6C8EA6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
140 "f. c #6C8CA4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
141 "g. c #40474D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
142 "h. c #DAD8D3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
143 "i. c #E7E6E2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
144 "j. c #67655E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
145 "k. c #524F47",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
146 "l. c #D9D7D4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
147 "m. c #C7C5BF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
148 "n. c #C0BCB5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
149 "o. c #B8B3AB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
150 "p. c #434C54",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
151 "q. c #4D697F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
152 "r. c #4F6F84",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
153 "s. c #B3CADC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
154 "t. c #313E49",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
155 "u. c #A8C8E1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
156 "v. c #6B8DA6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
157 "w. c #728FA4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
158 "x. c #E2E1DD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
159 "y. c #F0EFEC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
160 "z. c #CDCAC6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
161 "A. c #C2BFB9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
162 "B. c #CAC6C0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
163 "C. c #DCDAD7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
164 "D. c #4B555D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
165 "E. c #4E697F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
166 "F. c #BACCDC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
167 "G. c #A4C4DE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
168 "H. c #698BA3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
169 "I. c #708AA1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
170 "J. c #383E43",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
171 "K. c #E0DEDA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
172 "L. c #514E46",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
173 "M. c #4F4C44",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
174 "N. c #C7C4BE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
175 "O. c #CBC8C2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
176 "P. c #E1E0DC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
177 "Q. c #E9E8E6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
178 "R. c #475158",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
179 "S. c #4E6879",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
180 "T. c #4D6C80",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
181 "U. c #A3C3DB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
182 "V. c #383F43",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
183 "W. c #778999",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
184 "X. c #6E899E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
185 "Y. c #65859C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
186 "Z. c #33383C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
187 "`. c #D7D4D0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
188 " + c #D6D4D0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
189 ".+ c #4E4A43",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
190 "++ c #4D4942",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
191 "@+ c #D1CEC9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
192 "#+ c #E6E5E2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
193 "$+ c #EDECEA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
194 "%+ c #454F55",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
195 "&+ c #486173",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
196 "*+ c #4D6678",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
197 "=+ c #A1C1DA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
198 "-+ c #373C40",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
199 ";+ c #0C0D0F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
200 ">+ c #4E5E6A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
201 ",+ c #5B6E7C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
202 "'+ c #4F5B62",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
203 ")+ c #A4A099",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
204 "!+ c #CCC9C3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
205 "~+ c #D7D5D1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
206 "{+ c #E4E2E0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
207 "]+ c #DDDBD7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
208 "^+ c #B8B5B0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
209 "/+ c #3E474D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
210 "(+ c #4A6176",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
211 "_+ c #4A6070",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
212 ":+ c #9BC3D8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
213 "<+ c #363C41",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
214 "[+ c #28323E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
215 " ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
216 " . . . . . . . . . . . . . . . . . . . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
217 " . + @ # $ % & * = - ; > , > , ' ) ! ~ { . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
218 " . ] ^ / ( _ : < [ } | 1 2 3 4 5 6 7 8 9 . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
219 " . 0 a b c d e f g h i j k l m n o b p q . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
220 " . r s t u u u u u u u u u u u u u t v w . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
221 " . x . y u u u u u u u u u u u u u t v z . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
222 " . A . . B C C C C C C C C C C C D t E F . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
223 " . G . . . H u u u u u u u u u u u t E I . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
224 " . J . . . . H u u u u u u u u u u t K L . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
225 " . M . . . . . N C C C C C C C C O t K P . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
226 " . Q . . . . H u u u u u u u u u u t v R . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
227 " . S . . . y t t t t T U t t t t V W X Y . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
228 " . Z . . ` X ...+. .@.X #.#.K .$.v %.&.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
229 " . *.. =.-.;.>.,.'.).!.~.{.].,.^./.(._.:.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
230 " . <.[.}.|.1.2.3.4.4.5.2.6.7.8.9.0.a.b.c.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
231 " . d.e.f.g.h.i.j.k.k.l.m.n.o.6.p.q.r.s.t.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
232 " . u.v.w.g.x.y.j.k.k.z.A.n.B.C.D.E.r.F.t.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
233 " . G.H.I.J.K.4.L.M.M.N.n.O.P.Q.R.S.T.U.V.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
234 " . W.X.Y.Z.`. +.+++++n.@+#+$+#+%+&+*+=+-+. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
235 " ;+>+,+'+)+n.o.!+!+~+{+5.]+^+/+(+_+:+<+. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
236 " . . . . . . . . . . . . . . . . [+. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
237 " ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
238 " "};