Mercurial > emacs
annotate etc/images/mail/reply-to.xpm @ 111855:c587007a09f2
gnus-demon.el (gnus-demon-init): Call run-with-timer with time as argument, not t. XEmacs does not support that.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 08 Dec 2010 22:16:36 +0000 |
parents | 75b06a7624a1 |
children |
rev | line source |
---|---|
65755
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
1 /* XPM */ |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
2 static char * reply_to_xpm[] = { |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
3 "24 24 179 2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
4 " c None", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
5 ". c #000000", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
6 "+ c #ADA99C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
7 "@ c #E6E1D0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
8 "# c #F0EAD9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
9 "$ c #A9A598", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
10 "% c #141416", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
11 "& c #161618", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
12 "* c #080809", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
13 "= c #DBD6C7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
14 "- c #1B1B1C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
15 "; c #050505", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
16 "> c #5A5A5A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
17 ", c #676767", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
18 "' c #020202", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
19 ") c #807D76", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
20 "! c #D49A3E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
21 "~ c #D2973B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
22 "{ c #040402", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
23 "] c #6D6B6B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
24 "^ c #7A7979", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
25 "/ c #030100", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
26 "( c #040100", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
27 "_ c #282724", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
28 ": c #DD9831", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
29 "< c #DA962F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
30 "[ c #1A0E01", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
31 "} c #BC6D1B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
32 "| c #BE6E13", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
33 "1 c #BE6D13", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
34 "2 c #BD6C13", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
35 "3 c #3E3C36", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
36 "4 c #D69029", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
37 "5 c #D18D27", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
38 "6 c #737067", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
39 "7 c #110900", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
40 "8 c #CF791C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
41 "9 c #CE791C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
42 "0 c #CD761A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
43 "a c #C47013", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
44 "b c #4A4136", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
45 "c c #A0731E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
46 "d c #96691A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
47 "e c #000100", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
48 "f c #291703", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
49 "g c #BA6613", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
50 "h c #8C4E0D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
51 "i c #844A0D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
52 "j c #BF6D13", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
53 "k c #1F2A0D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
54 "l c #306220", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
55 "m c #4F7242", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
56 "n c #448D44", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
57 "o c #2E802E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
58 "p c #3A6F3A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
59 "q c #FFFFFF", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
60 "r c #535353", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
61 "s c #171009", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
62 "t c #AC600C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
63 "u c #713F0A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
64 "v c #693A0A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
65 "w c #AA5F0A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
66 "x c #192B10", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
67 "y c #275926", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
68 "z c #68A769", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
69 "A c #358A36", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
70 "B c #2D812D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
71 "C c #FBFBFB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
72 "D c #F7F7F7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
73 "E c #FAFAFA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
74 "F c #F5F5F5", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
75 "G c #4F4F4F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
76 "H c #AEAEAE", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
77 "I c #141517", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
78 "J c #6F767C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
79 "K c #534C46", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
80 "L c #241609", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
81 "M c #23180E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
82 "N c #484644", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
83 "O c #354A4D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
84 "P c #050B07", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
85 "Q c #4F7E4F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
86 "R c #399239", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
87 "S c #2D852D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
88 "T c #297F29", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
89 "U c #ACACAC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
90 "V c #C8C8C8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
91 "W c #151618", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
92 "X c #6C7C8B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
93 "Y c #728EA9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
94 "Z c #5D6B78", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
95 "` c #C8CBCD", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
96 " . c #C3C7CD", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
97 ".. c #8090A2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
98 "+. c #5A728B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
99 "@. c #4E6479", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
100 "#. c #111714", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
101 "$. c #328732", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
102 "%. c #2B7F2C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
103 "&. c #2B772C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
104 "*. c #434343", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
105 "=. c #A0A0A0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
106 "-. c #D4D4D4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
107 ";. c #25282A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
108 ">. c #8A9EB4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
109 ",. c #6A86A1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
110 "'. c #596A7C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
111 "). c #DDE1E4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
112 "!. c #DCE2E7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
113 "~. c #899CAC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
114 "{. c #687E96", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
115 "]. c #546D88", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
116 "^. c #11171E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
117 "/. c #949494", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
118 "(. c #F6F6F6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
119 "_. c #575757", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
120 ":. c #9F9F9F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
121 "<. c #DADADA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
122 "[. c #E8E8E8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
123 "}. c #D1D1D1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
124 "|. c #23282D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
125 "1. c #8096AB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
126 "2. c #5D7996", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
127 "3. c #53687D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
128 "4. c #CDD3D9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
129 "5. c #CBD2DC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
130 "6. c #899BAB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
131 "7. c #CCD4DC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
132 "8. c #5E7790", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
133 "9. c #17212C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
134 "0. c #F9F9F9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
135 "a. c #C7C7C7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
136 "b. c #D7D7D7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
137 "c. c #E9E9E9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
138 "d. c #F8F8F8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
139 "e. c #F0F0F0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
140 "f. c #1F252B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
141 "g. c #6B8197", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
142 "h. c #536D89", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
143 "i. c #4A5D6F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
144 "j. c #81919F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
145 "k. c #8293A4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
146 "l. c #5A7087", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
147 "m. c #496481", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
148 "n. c #47617E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
149 "o. c #3F4951", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
150 "p. c #DEDEDE", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
151 "q. c #E6E6E6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
152 "r. c #F1F1F1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
153 "s. c #FDFDFD", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
154 "t. c #0E141A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
155 "u. c #0D1319", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
156 "v. c #0E141B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
157 "w. c #0E131A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
158 "x. c #161B22", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
159 "y. c #DDDDDD", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
160 "z. c #636363", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
161 "A. c #C6C6C6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
162 "B. c #EDEDED", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
163 "C. c #E3E3E3", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
164 "D. c #FCFCFC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
165 "E. c #737373", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
166 "F. c #FEFEFE", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
167 "G. c #313131", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
168 "H. c #030303", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
169 "I. c #7C7C7C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
170 "J. c #E4E4E4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
171 "K. c #E7E7E7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
172 "L. c #F3F3F3", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
173 "M. c #404040", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
174 "N. c #4D4D4D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
175 "O. c #F2F2F2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
176 "P. c #BCBCBC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
177 "Q. c #C3C3C3", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
178 "R. c #E0E0E0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
179 "S. c #ECECEC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
180 "T. c #EFEFEF", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
181 "U. c #060606", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
182 "V. c #E5E5E5", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
183 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
184 " . . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
185 " + @ # $ . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
186 " % & * = # # # . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
187 " - ; > , ' ) ! ~ # . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
188 " { ] ^ / ( _ : < # . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
189 " [ } | 1 2 3 4 5 # 6 ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
190 " 7 8 9 0 a b c d # # . e . . . . . . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
191 " f g h i j k l m n o p . q q q q q r . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
192 " s t u v w x y z A o B . C D E F G H . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
193 " I J K L M N O P Q R S T . F F F G U V . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
194 " W X Y Z ` ...+.@.#.$.%.&.. F F *.=.-.V . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
195 " ;.>.,.'.).!.~.{.].^.. . . /.(._.:.<.[.}.. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
196 " |.1.2.3.4.5.6.7.8.9.0.E E E a.b.c.D d.e. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
197 " f.g.h.i.j.k.l.m.n.o.E C C p.q.r.0.s.C D ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
198 " t.u.v.v.v.t.w.x.U y.. . . . . . . C 0. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
199 " . q C F z.A.(.r.B.C.c.e.. s.d.C D.E ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
200 " . q F E.-.F (.E C (.d.s.. s.F.-.G.H.. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
201 " . q I.-.J.J.K.L.(.D d.0.. C D.M.N.O.. . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
202 " . E.P.P.P.P.Q.R.c.S.T.r.. (.d.U.V. . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
203 " . . . . . . . . . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
204 " . . . . . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
205 " . . . . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
65755
diff
changeset
|
206 " "}; |