comparison etc/images/open.xpm @ 66168:28718fa5d988

Moved all remaining images from lisp/toolbar to etc/images, moved lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low resolution images were placed in their own directory (low-color). Replaced underscore (_) in filenames with dash (-) per convention * make-dist: Create and populate etc/images/low-color. * admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list since it's gone. Also marked mh-e as done. * lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*: * lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*: * lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*: * lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*: * lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, * * lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*: * lisp/toolbar/saveas.*, lisp/toolbar/search.*: * lisp/toolbar/search-replace.*: lisp/toolbar/spell.*: * lisp/toolbar/undo.*: Moved to etc/images. * lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*. * lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*. * lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*. * lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*. * lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*. * lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*. * lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*. * lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*. * lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*. * lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*. * lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*. * lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*. * lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*. * lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*. * lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*. To conform with convention, the underscore (_) in the following image names were replaced with dash (-) or (/) as appropriate. * lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*. * lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*. * lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*. * lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*. * lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*. * lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*. * lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*. * lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*. * lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*. * lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*. * lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*. * lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*. * lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*. * lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*. * lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*. * lisp/info.el (info-tool-bar-map): Replaced underscores in image names with dashes. * lisp/makefile.w32-in (WINS): Removed toolbar. * lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in comment. * lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that lisp/toolbar is empty, it should be deleted when folks run "cvs up -P". * etc/images/README: Incorporated the content of lisp/toolbar/README now that all of the images are here.
author Bill Wohler <wohler@newt.com>
date Mon, 17 Oct 2005 22:21:06 +0000
parents
children
comparison
equal deleted inserted replaced
66167:60d4cad2cd95 66168:28718fa5d988
1 /* XPM */
2 static char * open_xpm[] = {
3 "24 24 173 2",
4 " c None",
5 ". c #000000",
6 "+ c #010100",
7 "@ c #B5B8A5",
8 "# c #E4E7D2",
9 "$ c #878A76",
10 "% c #33342B",
11 "& c #0B0B0B",
12 "* c #E2E5CF",
13 "= c #CFD4AF",
14 "- c #CED3AE",
15 "; c #B2B696",
16 "> c #2D2D25",
17 ", c #23241D",
18 "' c #9D9F90",
19 ") c #C6CAA6",
20 "! c #C4C9A5",
21 "~ c #C6CBA7",
22 "{ c #C7CCA8",
23 "] c #C9CEA9",
24 "^ c #555847",
25 "/ c #1A1B15",
26 "( c #20201A",
27 "_ c #D4D6C2",
28 ": c #BEC2A0",
29 "< c #B3B896",
30 "[ c #B0B595",
31 "} c #B3B797",
32 "| c #B6BB99",
33 "1 c #BBC09E",
34 "2 c #BCC19F",
35 "3 c #81856C",
36 "4 c #3E3F32",
37 "5 c #010101",
38 "6 c #DADDC8",
39 "7 c #AFB494",
40 "8 c #AAAF8F",
41 "9 c #A3A789",
42 "0 c #A6AA8B",
43 "a c #A9AD8E",
44 "b c #A7AB8D",
45 "c c #A4A88A",
46 "d c #A1A588",
47 "e c #AAAD96",
48 "f c #B3B5A5",
49 "g c #B8BBAA",
50 "h c #BABCAB",
51 "i c #C1C3B2",
52 "j c #C7CAB7",
53 "k c #CACDBB",
54 "l c #BABDA8",
55 "m c #0C0C09",
56 "n c #DDDFCB",
57 "o c #969B7E",
58 "p c #9DA286",
59 "q c #95987C",
60 "r c #96997E",
61 "s c #9A9D81",
62 "t c #999D80",
63 "u c #9DA184",
64 "v c #A5AA8B",
65 "w c #A4A98A",
66 "x c #A3A889",
67 "y c #A2A588",
68 "z c #A2A587",
69 "A c #9FA386",
70 "B c #9B9E83",
71 "C c #898D74",
72 "D c #D8DBC9",
73 "E c #84866E",
74 "F c #7D8169",
75 "G c #151612",
76 "H c #D7DAC9",
77 "I c #797D67",
78 "J c #3D3F34",
79 "K c #E0E0D9",
80 "L c #EBEDDD",
81 "M c #E8EBD9",
82 "N c #E7EAD8",
83 "O c #E3E6D4",
84 "P c #DEE1D0",
85 "Q c #DADCCC",
86 "R c #DADCD1",
87 "S c #2B2C28",
88 "T c #D7DAC6",
89 "U c #6F735E",
90 "V c #0D0D0D",
91 "W c #F4F4EC",
92 "X c #CACFAB",
93 "Y c #C6CBA8",
94 "Z c #C2C6A4",
95 "` c #ABB091",
96 " . c #23251E",
97 ".. c #494B3D",
98 "+. c #DCDCD4",
99 "@. c #EAECDD",
100 "#. c #CDD2AD",
101 "$. c #CCD1AC",
102 "%. c #CACFAA",
103 "&. c #BABF9D",
104 "*. c #B5B999",
105 "=. c #81836C",
106 "-. c #070806",
107 ";. c #D5D8C4",
108 ">. c #161616",
109 ",. c #F2F2EA",
110 "'. c #C9CEAA",
111 "). c #C8CDA9",
112 "!. c #C4C9A6",
113 "~. c #C1C5A3",
114 "{. c #BCC09F",
115 "]. c #B6BB9A",
116 "^. c #B0B494",
117 "/. c #9DA185",
118 "(. c #535445",
119 "_. c #B6B8A7",
120 ":. c #747470",
121 "<. c #ECECE2",
122 "[. c #C3C8A5",
123 "}. c #C2C7A4",
124 "|. c #C0C5A2",
125 "1. c #BFC4A1",
126 "2. c #BDC2A0",
127 "3. c #B9BD9C",
128 "4. c #B9BE9D",
129 "5. c #A9AD8F",
130 "6. c #A3A78A",
131 "7. c #80836D",
132 "8. c #020201",
133 "9. c #A6A998",
134 "0. c #B8BC9B",
135 "a. c #AFB394",
136 "b. c #ACB091",
137 "c. c #A8AC8E",
138 "d. c #A6AA8C",
139 "e. c #9FA286",
140 "f. c #9B9F83",
141 "g. c #9A9D82",
142 "h. c #8A8D75",
143 "i. c #4F5243",
144 "j. c #070705",
145 "k. c #9E9F91",
146 "l. c #E5E6DA",
147 "m. c #ADB192",
148 "n. c #A5A98C",
149 "o. c #9FA387",
150 "p. c #999D81",
151 "q. c #95987E",
152 "r. c #92957B",
153 "s. c #8C8F76",
154 "t. c #8A8D74",
155 "u. c #71735F",
156 "v. c #080908",
157 "w. c #E3E5D9",
158 "x. c #C0C3AF",
159 "y. c #94987C",
160 "z. c #8F9379",
161 "A. c #8B8F75",
162 "B. c #8A8E74",
163 "C. c #888C73",
164 "D. c #858970",
165 "E. c #868971",
166 "F. c #82866E",
167 "G. c #80836C",
168 "H. c #7D8069",
169 "I. c #797C66",
170 "J. c #727560",
171 "K. c #717460",
172 "L. c #71745F",
173 "M. c #6A6D59",
174 "N. c #434538",
175 "O. c #080907",
176 "P. c #050504",
177 " ",
178 " ",
179 " ",
180 " . . . . . . . ",
181 " + @ # # # # # $ % ",
182 " & * = = = - - ; > ",
183 ", ' * ) ! ~ { ] ] ^ / ",
184 "( _ : < [ } | 1 2 3 4 5 . . . . . . . ",
185 ", 6 7 8 9 0 8 a b c d e f g h i j k l . ",
186 "m n o p q r s t r u v w x y 9 z A B C . ",
187 ". D E F G . . . . . . . . . . . . . . . 5 5 ",
188 ". H I J K L M M M M M M M M M M M N O P Q R S ",
189 ". T U V W = = = = = = = = = - - - X Y Z 1 ` . ",
190 ". T ..+.@.#.- - #.- #.#.#.#.#.$.%.Y Z &.*.=.-. ",
191 ". ;.>.,.X %.X %.'.%.'.{ ).).Y !.~.{.].^./.(.m ",
192 ". _.:.<.[.}.}.Z |.Z 1.2.|.2.3.4.} [ 5.6.7.8. ",
193 ". 9.+.0.0.*.} } [ [ a.a.a.b.c.d.e.f.g.h.i.j. ",
194 ". k.l.m.5.d.n.6.6.d o.e.f.p.q.r.s.t.t.u.v. ",
195 ". w.x.y.z.A.B.C.C.D.E.F.G.H.I.J.K.L.M.N.O. ",
196 " . . . . . . . . . . . . . . . . . . P. ",
197 " ",
198 " ",
199 " ",
200 " "};