use cooper theme -- end of git, I am trying livemesh
[srid.dotfiles.git] / emacs / external / color-theme-library.el
blob39a18bbbbd41f2a92246554fb7b99db1151c43d0
1 ;;; color-theme-library.el --- The real color theme functions
3 ;; Copyright (C) 2005, 2006 Xavier Maillard <zedek@gnu.org>
4 ;; Copyright (C) 2005, 2006 Brian Palmer <bpalmer@gmail.com>
6 ;; Version: 0.0.9
7 ;; Keywords: faces
8 ;; Author: Brian Palmer, Xavier Maillard
9 ;; Maintainer: Xavier Maillard <zedek@gnu.org>
10 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme
12 ;; This file is not (YET) part of GNU Emacs.
14 ;; This is free software; you can redistribute it and/or modify it under
15 ;; the terms of the GNU General Public License as published by the Free
16 ;; Software Foundation; either version 2, or (at your option) any later
17 ;; version.
19 ;; This is distributed in the hope that it will be useful, but WITHOUT
20 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22 ;; for more details.
24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
26 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27 ;; MA 02111-1307, USA.
29 ;; Code:
30 (eval-when-compile
31 (require 'color-theme))
33 (defun color-theme-gnome ()
34 "Wheat on darkslategrey scheme.
35 From one version of Emacs in RH6 and Gnome, modified by Jonadab."
36 (interactive)
37 (color-theme-install
38 '(color-theme-gnome
39 ((foreground-color . "wheat")
40 (background-color . "darkslategrey")
41 (background-mode . dark))
42 (default ((t (nil))))
43 (region ((t (:foreground "cyan" :background "dark cyan"))))
44 (underline ((t (:foreground "yellow" :underline t))))
45 (modeline ((t (:foreground "dark cyan" :background "wheat"))))
46 (modeline-buffer-id ((t (:foreground "dark cyan" :background "wheat"))))
47 (modeline-mousable ((t (:foreground "dark cyan" :background "wheat"))))
48 (modeline-mousable-minor-mode ((t (:foreground "dark cyan" :background "wheat"))))
49 (italic ((t (:foreground "dark red" :italic t))))
50 (bold-italic ((t (:foreground "dark red" :bold t :italic t))))
51 (font-lock-comment-face ((t (:foreground "Firebrick"))))
52 (bold ((t (:bold)))))))
54 (defun color-theme-blue-gnus ()
55 "Color theme for gnus and message faces only.
56 This is intended for other color themes to use (eg. `color-theme-gnome2'
57 and `color-theme-blue-sea')."
58 (interactive)
59 (color-theme-install
60 '(color-theme-blue-gnus
61 nil
62 (gnus-cite-attribution-face ((t (:lforeground "lemon chiffon" :bold t))))
63 (gnus-cite-face-1 ((t (:foreground "LightSalmon"))))
64 (gnus-cite-face-2 ((t (:foreground "Khaki"))))
65 (gnus-cite-face-3 ((t (:foreground "Coral"))))
66 (gnus-cite-face-4 ((t (:foreground "yellow green"))))
67 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
68 (gnus-cite-face-6 ((t (:foreground "bisque"))))
69 (gnus-cite-face-7 ((t (:foreground "peru"))))
70 (gnus-cite-face-8 ((t (:foreground "light coral"))))
71 (gnus-cite-face-9 ((t (:foreground "plum"))))
72 (gnus-emphasis-bold ((t (:bold t))))
73 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
74 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
75 (gnus-emphasis-italic ((t (:italic t))))
76 (gnus-emphasis-underline ((t (:underline t))))
77 (gnus-emphasis-underline-bold ((t (:bold t :underline t))))
78 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t))))
79 (gnus-emphasis-underline-italic ((t (:italic t :underline t))))
80 (gnus-group-mail-1-empty-face ((t (:foreground "White"))))
81 (gnus-group-mail-1-face ((t (:bold t :foreground "White"))))
82 (gnus-group-mail-2-empty-face ((t (:foreground "light cyan"))))
83 (gnus-group-mail-2-face ((t (:bold t :foreground "light cyan"))))
84 (gnus-group-mail-3-empty-face ((t (:foreground "LightBlue"))))
85 (gnus-group-mail-3-face ((t (:bold t :foreground "LightBlue"))))
86 (gnus-group-mail-low-empty-face ((t (:foreground "Aquamarine"))))
87 (gnus-group-mail-low-face ((t (:bold t :foreground "Aquamarine"))))
88 (gnus-group-news-1-empty-face ((t (:foreground "White"))))
89 (gnus-group-news-1-face ((t (:bold t :foreground "White"))))
90 (gnus-group-news-2-empty-face ((t (:foreground "light cyan"))))
91 (gnus-group-news-2-face ((t (:bold t :foreground "light cyan"))))
92 (gnus-group-news-3-empty-face ((t (:foreground "LightBlue"))))
93 (gnus-group-news-3-face ((t (:bold t :foreground "LightBlue"))))
94 (gnus-group-news-4-empty-face ((t (:foreground "Aquamarine"))))
95 (gnus-group-news-4-face ((t (:bold t :foreground "Aquamarine"))))
96 (gnus-group-news-5-empty-face ((t (:foreground "MediumAquamarine"))))
97 (gnus-group-news-5-face ((t (:bold t :foreground "MediumAquamarine"))))
98 (gnus-group-news-6-empty-face ((t (:foreground "MediumAquamarine"))))
99 (gnus-group-news-6-face ((t (:bold t :foreground "MediumAquamarine"))))
100 (gnus-group-news-low-empty-face ((t (:foreground "MediumAquamarine"))))
101 (gnus-group-news-low-face ((t (:bold t :foreground "MediumAquamarine"))))
102 (gnus-header-content-face ((t (:foreground "LightSkyBlue3"))))
103 (gnus-header-from-face ((t (:bold t :foreground "light cyan"))))
104 (gnus-header-name-face ((t (:bold t :foreground "LightBlue"))))
105 (gnus-header-newsgroups-face ((t (:bold t :foreground "MediumAquamarine"))))
106 (gnus-header-subject-face ((t (:bold t :foreground "light cyan"))))
107 (gnus-signature-face ((t (:foreground "Grey"))))
108 (gnus-splash-face ((t (:foreground "ForestGreen"))))
109 (gnus-summary-cancelled-face ((t (:background "Black" :foreground "Yellow"))))
110 (gnus-summary-high-ancient-face ((t (:bold t :foreground "MediumAquamarine"))))
111 (gnus-summary-high-read-face ((t (:bold t :foreground "Aquamarine"))))
112 (gnus-summary-high-ticked-face ((t (:bold t :foreground "LightSalmon"))))
113 (gnus-summary-high-unread-face ((t (:bold t :foreground "beige"))))
114 (gnus-summary-low-ancient-face ((t (:foreground "DimGray"))))
115 (gnus-summary-low-read-face ((t (:foreground "slate gray"))))
116 (gnus-summary-low-ticked-face ((t (:foreground "Pink"))))
117 (gnus-summary-low-unread-face ((t (:foreground "LightGray"))))
118 (gnus-summary-normal-ancient-face ((t (:foreground "MediumAquamarine"))))
119 (gnus-summary-normal-read-face ((t (:foreground "Aquamarine"))))
120 (gnus-summary-normal-ticked-face ((t (:foreground "LightSalmon"))))
121 (gnus-summary-normal-unread-face ((t (nil))))
122 (gnus-summary-selected-face ((t (:background "DarkSlateBlue"))))
123 (message-cited-text-face ((t (:foreground "LightSalmon"))))
124 (message-header-cc-face ((t (:foreground "light cyan"))))
125 (message-header-name-face ((t (:foreground "LightBlue"))))
126 (message-header-newsgroups-face ((t (:bold t :foreground "MediumAquamarine"))))
127 (message-header-other-face ((t (:foreground "MediumAquamarine"))))
128 (message-header-subject-face ((t (:bold t :foreground "light cyan"))))
129 (message-header-to-face ((t (:bold t :foreground "light cyan"))))
130 (message-header-xheader-face ((t (:foreground "MediumAquamarine"))))
131 (message-separator-face ((t (:foreground "chocolate")))))))
133 (defun color-theme-dark-gnus ()
134 "Color theme for gnus and message faces only.
135 This is intended for other color themes to use
136 \(eg. `color-theme-late-night')."
137 (interactive)
138 (color-theme-install
139 '(color-theme-blue-gnus
141 (gnus-cite-attribution-face ((t (:foreground "#bbb"))))
142 (gnus-cite-face-1 ((t (:foreground "#aaa"))))
143 (gnus-cite-face-2 ((t (:foreground "#aaa"))))
144 (gnus-cite-face-3 ((t (:foreground "#aaa"))))
145 (gnus-cite-face-4 ((t (:foreground "#aaa"))))
146 (gnus-cite-face-5 ((t (:foreground "#aaa"))))
147 (gnus-cite-face-6 ((t (:foreground "#aaa"))))
148 (gnus-cite-face-7 ((t (:foreground "#aaa"))))
149 (gnus-cite-face-8 ((t (:foreground "#aaa"))))
150 (gnus-cite-face-9 ((t (:foreground "#aaa"))))
151 (gnus-emphasis-bold ((t (:bold t))))
152 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
153 (gnus-emphasis-highlight-words ((t (:foreground "#ccc"))))
154 (gnus-emphasis-italic ((t (:italic t))))
155 (gnus-emphasis-underline ((t (:underline t))))
156 (gnus-emphasis-underline-bold ((t (:bold t :underline t))))
157 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t))))
158 (gnus-emphasis-underline-italic ((t (:italic t :underline t))))
159 (gnus-group-mail-1-empty-face ((t (:foreground "#999"))))
160 (gnus-group-mail-1-face ((t (:bold t :foreground "#999"))))
161 (gnus-group-mail-2-empty-face ((t (:foreground "#999"))))
162 (gnus-group-mail-2-face ((t (:bold t :foreground "#999"))))
163 (gnus-group-mail-3-empty-face ((t (:foreground "#888"))))
164 (gnus-group-mail-3-face ((t (:bold t :foreground "#888"))))
165 (gnus-group-mail-low-empty-face ((t (:foreground "#777"))))
166 (gnus-group-mail-low-face ((t (:bold t :foreground "#777"))))
167 (gnus-group-news-1-empty-face ((t (:foreground "#999"))))
168 (gnus-group-news-1-face ((t (:bold t :foreground "#999"))))
169 (gnus-group-news-2-empty-face ((t (:foreground "#888"))))
170 (gnus-group-news-2-face ((t (:bold t :foreground "#888"))))
171 (gnus-group-news-3-empty-face ((t (:foreground "#777"))))
172 (gnus-group-news-3-face ((t (:bold t :foreground "#777"))))
173 (gnus-group-news-4-empty-face ((t (:foreground "#666"))))
174 (gnus-group-news-4-face ((t (:bold t :foreground "#666"))))
175 (gnus-group-news-5-empty-face ((t (:foreground "#666"))))
176 (gnus-group-news-5-face ((t (:bold t :foreground "#666"))))
177 (gnus-group-news-6-empty-face ((t (:foreground "#666"))))
178 (gnus-group-news-6-face ((t (:bold t :foreground "#666"))))
179 (gnus-group-news-low-empty-face ((t (:foreground "#666"))))
180 (gnus-group-news-low-face ((t (:bold t :foreground "#666"))))
181 (gnus-header-content-face ((t (:foreground "#888"))))
182 (gnus-header-from-face ((t (:bold t :foreground "#888"))))
183 (gnus-header-name-face ((t (:bold t :foreground "#777"))))
184 (gnus-header-newsgroups-face ((t (:bold t :foreground "#777"))))
185 (gnus-header-subject-face ((t (:bold t :foreground "#999"))))
186 (gnus-signature-face ((t (:foreground "#444"))))
187 (gnus-splash-face ((t (:foreground "#ccc"))))
188 (gnus-summary-cancelled-face ((t (:background "#555" :foreground "#000"))))
189 (gnus-summary-high-ancient-face ((t (:bold t :foreground "#555"))))
190 (gnus-summary-high-read-face ((t (:bold t :foreground "#666"))))
191 (gnus-summary-high-ticked-face ((t (:bold t :foreground "#777"))))
192 (gnus-summary-high-unread-face ((t (:bold t :foreground "#888"))))
193 (gnus-summary-low-ancient-face ((t (:foreground "#444"))))
194 (gnus-summary-low-read-face ((t (:foreground "#555"))))
195 (gnus-summary-low-ticked-face ((t (:foreground "#666"))))
196 (gnus-summary-low-unread-face ((t (:foreground "#777"))))
197 (gnus-summary-normal-ancient-face ((t (:foreground "#555"))))
198 (gnus-summary-normal-read-face ((t (:foreground "#666"))))
199 (gnus-summary-normal-ticked-face ((t (:foreground "#777"))))
200 (gnus-summary-normal-unread-face ((t (:foreground "#888"))))
201 (gnus-summary-selected-face ((t (:background "#333"))))
202 (message-cited-text-face ((t (:foreground "#aaa"))))
203 (message-header-cc-face ((t (:foreground "#888"))))
204 (message-header-name-face ((t (:bold t :foreground "#777"))))
205 (message-header-newsgroups-face ((t (:bold t :foreground "#777"))))
206 (message-header-other-face ((t (:foreground "#666"))))
207 (message-header-subject-face ((t (:bold t :foreground "#999"))))
208 (message-header-to-face ((t (:bold t :foreground "#777"))))
209 (message-header-xheader-face ((t (:foreground "#666"))))
210 (message-separator-face ((t (:foreground "#999")))))))
212 (defun color-theme-blue-eshell ()
213 "Color theme for eshell faces only.
214 This is intended for other color themes to use (eg. `color-theme-gnome2')."
215 (interactive)
216 (color-theme-install
217 '(color-theme-blue-eshell
219 (eshell-ls-archive-face ((t (:bold t :foreground "IndianRed"))))
220 (eshell-ls-backup-face ((t (:foreground "Grey"))))
221 (eshell-ls-clutter-face ((t (:foreground "DimGray"))))
222 (eshell-ls-directory-face ((t (:bold t :foreground "MediumSlateBlue"))))
223 (eshell-ls-executable-face ((t (:foreground "Coral"))))
224 (eshell-ls-missing-face ((t (:foreground "black"))))
225 (eshell-ls-picture-face ((t (:foreground "Violet")))) ; non-standard face
226 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
227 (eshell-ls-readonly-face ((t (:foreground "Aquamarine"))))
228 (eshell-ls-special-face ((t (:foreground "Gold"))))
229 (eshell-ls-symlink-face ((t (:foreground "White"))))
230 (eshell-ls-text-face ((t (:foreground "medium aquamarine")))) ; non-standard face
231 (eshell-ls-todo-face ((t (:bold t :foreground "aquamarine")))) ; non-standard face
232 (eshell-ls-unreadable-face ((t (:foreground "DimGray"))))
233 (eshell-prompt-face ((t (:foreground "powder blue")))))))
235 (defun color-theme-salmon-font-lock ()
236 "Color theme for font-lock faces only.
237 This is intended for other color themes to use (eg. `color-theme-gnome2')."
238 (interactive)
239 (color-theme-install
240 '(color-theme-salmon-font-lock
242 (font-lock-builtin-face ((t (:bold t :foreground "PaleGreen"))))
243 (font-lock-comment-face ((t (:foreground "LightBlue"))))
244 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
245 (font-lock-doc-string-face ((t (:foreground "LightSalmon"))))
246 (font-lock-function-name-face ((t (:bold t :foreground "Aquamarine"))))
247 (font-lock-keyword-face ((t (:foreground "Salmon"))))
248 (font-lock-preprocessor-face ((t (:foreground "Salmon"))))
249 (font-lock-reference-face ((t (:foreground "pale green"))))
250 (font-lock-string-face ((t (:foreground "LightSalmon"))))
251 (font-lock-type-face ((t (:bold t :foreground "YellowGreen"))))
252 (font-lock-variable-name-face ((t (:bold t :foreground "Aquamarine"))))
253 (font-lock-warning-face ((t (:bold t :foreground "red")))))))
255 (defun color-theme-dark-font-lock ()
256 "Color theme for font-lock faces only.
257 This is intended for other color themes to use (eg. `color-theme-late-night')."
258 (interactive)
259 (color-theme-install
260 '(color-theme-dark-font-lock
262 (font-lock-builtin-face ((t (:bold t :foreground "#777"))))
263 (font-lock-comment-face ((t (:foreground "#555"))))
264 (font-lock-constant-face ((t (:foreground "#777"))))
265 (font-lock-doc-string-face ((t (:foreground "#777"))))
266 (font-lock-doc-face ((t (:foreground "#777"))))
267 (font-lock-function-name-face ((t (:bold t :foreground "#777"))))
268 (font-lock-keyword-face ((t (:foreground "#777"))))
269 (font-lock-preprocessor-face ((t (:foreground "#777"))))
270 (font-lock-reference-face ((t (:foreground "#777"))))
271 (font-lock-string-face ((t (:foreground "#777"))))
272 (font-lock-type-face ((t (:bold t))))
273 (font-lock-variable-name-face ((t (:bold t :foreground "#888"))))
274 (font-lock-warning-face ((t (:bold t :foreground "#999")))))))
276 (defun color-theme-dark-info ()
277 "Color theme for info, help and apropos faces.
278 This is intended for other color themes to use (eg. `color-theme-late-night')."
279 (interactive)
280 (color-theme-install
281 '(color-theme-dark-info
283 (info-header-node ((t (:foreground "#666"))))
284 (info-header-xref ((t (:foreground "#666"))))
285 (info-menu-5 ((t (:underline t))))
286 (info-menu-header ((t (:bold t :foreground "#666"))))
287 (info-node ((t (:bold t :foreground "#888"))))
288 (info-xref ((t (:bold t :foreground "#777")))))))
290 (defun color-theme-gnome2 ()
291 "Wheat on darkslategrey scheme.
292 `color-theme-gnome' started it all.
294 This theme supports standard faces, font-lock, eshell, info, message,
295 gnus, custom, widget, woman, diary, cperl, bbdb, and erc. This theme
296 includes faces for Emacs and XEmacs.
298 The theme does not support w3 faces because w3 faces can be controlled
299 by your default style sheet.
301 This is what you should put in your .Xdefaults file, if you want to
302 change the colors of the menus in Emacs 20 as well:
304 emacs*Background: DarkSlateGray
305 emacs*Foreground: Wheat"
306 (interactive)
307 (color-theme-blue-gnus)
308 (let ((color-theme-is-cumulative t))
309 (color-theme-blue-erc)
310 (color-theme-blue-eshell)
311 (color-theme-salmon-font-lock)
312 (color-theme-salmon-diff)
313 (color-theme-install
314 '(color-theme-gnome2
315 ((foreground-color . "wheat")
316 (background-color . "darkslategrey")
317 (mouse-color . "Grey")
318 (cursor-color . "LightGray")
319 (border-color . "black")
320 (background-mode . dark))
321 ((apropos-keybinding-face . underline)
322 (apropos-label-face . italic)
323 (apropos-match-face . secondary-selection)
324 (apropos-property-face . bold-italic)
325 (apropos-symbol-face . info-xref)
326 (goto-address-mail-face . message-header-to-face)
327 (goto-address-mail-mouse-face . secondary-selection)
328 (goto-address-url-face . info-xref)
329 (goto-address-url-mouse-face . highlight)
330 (list-matching-lines-face . bold)
331 (view-highlight-face . highlight))
332 (default ((t (nil))))
333 (bbdb-company ((t (:foreground "pale green"))))
334 (bbdb-name ((t (:bold t :foreground "pale green"))))
335 (bbdb-field-name ((t (:foreground "medium sea green"))))
336 (bbdb-field-value ((t (:foreground "dark sea green"))))
337 (bold ((t (:bold t))))
338 (bold-italic ((t (:italic t :bold t :foreground "beige"))))
339 (calendar-today-face ((t (:underline t))))
340 (comint-highlight-prompt ((t (:foreground "medium aquamarine"))))
341 (cperl-array-face ((t (:foreground "Yellow"))))
342 (cperl-hash-face ((t (:foreground "White"))))
343 (cperl-nonoverridable-face ((t (:foreground "SkyBlue"))))
344 (custom-button-face ((t (:underline t :foreground "MediumSlateBlue"))))
345 (custom-documentation-face ((t (:foreground "Grey"))))
346 (custom-group-tag-face ((t (:foreground "MediumAquamarine"))))
347 (custom-state-face ((t (:foreground "LightSalmon"))))
348 (custom-variable-tag-face ((t (:foreground "Aquamarine"))))
349 (diary-face ((t (:foreground "IndianRed"))))
350 (dired-face-directory ((t (:bold t :foreground "sky blue"))))
351 (dired-face-permissions ((t (:foreground "aquamarine"))))
352 (dired-face-flagged ((t (:foreground "tomato"))))
353 (dired-face-marked ((t (:foreground "light salmon"))))
354 (dired-face-executable ((t (:foreground "green yellow"))))
355 (fringe ((t (:background "darkslategrey"))))
356 (highlight ((t (:background "PaleGreen" :foreground "DarkGreen"))))
357 (highline-face ((t (:background "SeaGreen"))))
358 (holiday-face ((t (:background "DimGray"))))
359 (hyper-apropos-hyperlink ((t (:bold t :foreground "DodgerBlue1"))))
360 (hyper-apropos-documentation ((t (:foreground "LightSalmon"))))
361 (info-header-xref ((t (:foreground "DodgerBlue1" :bold t))))
362 (info-menu-5 ((t (:underline t))))
363 (info-node ((t (:underline t :bold t :foreground "DodgerBlue1"))))
364 (info-xref ((t (:bold t :foreground "DodgerBlue1"))))
365 (isearch ((t (:background "sea green"))))
366 (italic ((t (:italic t))))
367 (menu ((t (:foreground "wheat" :background "darkslategrey"))))
368 (modeline ((t (:background "dark olive green" :foreground "wheat"))))
369 (modeline-buffer-id ((t (:background "dark olive green" :foreground "beige"))))
370 (modeline-mousable ((t (:background "dark olive green" :foreground "yellow green"))))
371 (modeline-mousable-minor-mode ((t (:background "dark olive green" :foreground "wheat"))))
372 (region ((t (:background "dark cyan" :foreground "cyan"))))
373 (secondary-selection ((t (:background "Aquamarine" :foreground "SlateBlue"))))
374 (show-paren-match-face ((t (:bold t :background "Aquamarine" :foreground "steel blue"))))
375 (show-paren-mismatch-face ((t (:background "Red" :foreground "White"))))
376 (underline ((t (:underline t))))
377 (widget-field-face ((t (:foreground "LightBlue"))))
378 (widget-inactive-face ((t (:foreground "DimGray"))))
379 (widget-single-line-field-face ((t (:foreground "LightBlue"))))
380 (w3m-anchor-face ((t (:bold t :foreground "DodgerBlue1"))))
381 (w3m-arrived-anchor-face ((t (:bold t :foreground "DodgerBlue3"))))
382 (w3m-header-line-location-title-face ((t (:foreground "beige" :background "dark olive green"))))
383 (w3m-header-line-location-content-face ((t (:foreground "wheat" :background "dark olive green"))))
384 (woman-bold-face ((t (:bold t))))
385 (woman-italic-face ((t (:foreground "beige"))))
386 (woman-unknown-face ((t (:foreground "LightSalmon"))))
387 (zmacs-region ((t (:background "dark cyan" :foreground "cyan"))))))))
389 (defun color-theme-simple-1 ()
390 "Black background.
391 Doesn't mess with most faces, but does turn on dark background mode."
392 (interactive)
393 (color-theme-install
394 '(color-theme-simple-1
395 ((foreground-color . "white")
396 (background-color . "black")
397 (cursor-color . "indian red")
398 (background-mode . dark))
399 (default ((t (nil))))
400 (modeline ((t (:foreground "black" :background "white"))))
401 (modeline-buffer-id ((t (:foreground "black" :background "white"))))
402 (modeline-mousable ((t (:foreground "black" :background "white"))))
403 (modeline-mousable-minor-mode ((t (:foreground "black" :background "white"))))
404 (underline ((t (:underline t))))
405 (region ((t (:background "grey")))))))
407 (defun color-theme-jonadabian ()
408 "Dark blue background.
409 Supports standard faces, font-lock, highlight-changes, widget and
410 custom."
411 (interactive)
412 (color-theme-install
413 '(color-theme-jonadabian
414 ((foreground-color . "#CCBB77")
415 (cursor-color . "medium turquoise")
416 (background-color . "#000055")
417 (background-mode . dark))
418 (default ((t (nil))))
419 (modeline ((t (:foreground "cyan" :background "#007080"))))
420 (modeline-buffer-id ((t (:foreground "cyan" :background "#007080"))))
421 (modeline-mousable ((t (:foreground "cyan" :background "#007080"))))
422 (modeline-mousable-minor-mode ((t (:foreground "cyan" :background "#007080"))))
423 (underline ((t (:underline t))))
424 (region ((t (:background "#004080"))))
425 (font-lock-keyword-face ((t (:foreground "#00BBBB"))))
426 (font-lock-comment-face ((t (:foreground "grey50" :bold t :italic t))))
427 (font-lock-string-face ((t (:foreground "#10D010"))))
428 (font-lock-constant-face ((t (:foreground "indian red"))))
429 (highlight-changes-face ((t (:background "navy"))))
430 (highlight-changes-delete-face ((t (:foreground "red" :background "navy"))))
431 (widget-field-face ((t (:foreground "black" :background "grey35"))))
432 (widget-inactive-face ((t (:foreground "gray"))))
433 (custom-button-face ((t (:foreground "yellow" :background "dark blue"))))
434 (custom-state-face ((t (:foreground "mediumaquamarine"))))
435 (custom-face-tag-face ((t (:foreground "goldenrod" :underline t))))
436 (custom-documentation-face ((t (:foreground "#10D010"))))
437 (custom-set-face ((t (:foreground "#2020D0")))))))
439 (defun color-theme-ryerson ()
440 "White on midnightblue scheme.
441 Used at Ryerson Polytechnic University in the Electronic Engineering department."
442 (interactive)
443 (color-theme-install
444 '(color-theme-ryerson
445 ((foreground-color . "white")
446 (background-color . "midnightblue")
447 (cursor-color . "red")
448 (background-mode . dark))
449 (default ((t (nil))))
450 (modeline ((t (:foreground "black" :background "slategray3"))))
451 (modeline-buffer-id ((t (:foreground "black" :background "slategray3"))))
452 (modeline-mousable ((t (:foreground "black" :background "slategray3"))))
453 (modeline-mousable-minor-mode ((t (:foreground "black" :background "slategray3"))))
454 (underline ((t (:underline t))))
455 (region ((t (:foreground "black" :background "slategray3")))))))
457 (defun color-theme-wheat ()
458 "Default colors on a wheat background.
459 Calls the standard color theme function `color-theme-standard' in order
460 to reset all faces."
461 (interactive)
462 (color-theme-standard)
463 (let ((color-theme-is-cumulative t))
464 (color-theme-install
465 '(color-theme-wheat
466 ((background-color . "Wheat"))))))
468 (defun color-theme-standard ()
469 "Emacs default colors.
470 If you are missing standard faces in this theme, please notify the maintainer."
471 (interactive)
472 ;; Note that some of the things that make up a color theme are
473 ;; actually variable settings!
474 (color-theme-install
475 '(color-theme-standard
476 ((foreground-color . "black")
477 (background-color . "white")
478 (mouse-color . "black")
479 (cursor-color . "black")
480 (border-color . "black")
481 (background-mode . light))
482 ((Man-overstrike-face . bold)
483 (Man-underline-face . underline)
484 (apropos-keybinding-face . underline)
485 (apropos-label-face . italic)
486 (apropos-match-face . secondary-selection)
487 (apropos-property-face . bold-italic)
488 (apropos-symbol-face . bold)
489 (goto-address-mail-face . italic)
490 (goto-address-mail-mouse-face . secondary-selection)
491 (goto-address-url-face . bold)
492 (goto-address-url-mouse-face . highlight)
493 (help-highlight-face . underline)
494 (list-matching-lines-face . bold)
495 (view-highlight-face . highlight))
496 (default ((t (nil))))
497 (bold ((t (:bold t))))
498 (bold-italic ((t (:bold t :italic t))))
499 (calendar-today-face ((t (:underline t))))
500 (cperl-array-face ((t (:foreground "Blue" :background "lightyellow2" :bold t))))
501 (cperl-hash-face ((t (:foreground "Red" :background "lightyellow2" :bold t :italic t))))
502 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
503 (custom-button-face ((t (nil))))
504 (custom-changed-face ((t (:foreground "white" :background "blue"))))
505 (custom-documentation-face ((t (nil))))
506 (custom-face-tag-face ((t (:underline t))))
507 (custom-group-tag-face ((t (:foreground "blue" :underline t))))
508 (custom-group-tag-face-1 ((t (:foreground "red" :underline t))))
509 (custom-invalid-face ((t (:foreground "yellow" :background "red"))))
510 (custom-modified-face ((t (:foreground "white" :background "blue"))))
511 (custom-rogue-face ((t (:foreground "pink" :background "black"))))
512 (custom-saved-face ((t (:underline t))))
513 (custom-set-face ((t (:foreground "blue" :background "white"))))
514 (custom-state-face ((t (:foreground "dark green"))))
515 (custom-variable-button-face ((t (:bold t :underline t))))
516 (custom-variable-tag-face ((t (:foreground "blue" :underline t))))
517 (diary-face ((t (:foreground "red"))))
518 (ediff-current-diff-face-A ((t (:foreground "firebrick" :background "pale green"))))
519 (ediff-current-diff-face-Ancestor ((t (:foreground "Black" :background "VioletRed"))))
520 (ediff-current-diff-face-B ((t (:foreground "DarkOrchid" :background "Yellow"))))
521 (ediff-current-diff-face-C ((t (:foreground "Navy" :background "Pink"))))
522 (ediff-even-diff-face-A ((t (:foreground "Black" :background "light grey"))))
523 (ediff-even-diff-face-Ancestor ((t (:foreground "White" :background "Grey"))))
524 (ediff-even-diff-face-B ((t (:foreground "White" :background "Grey"))))
525 (ediff-even-diff-face-C ((t (:foreground "Black" :background "light grey"))))
526 (ediff-fine-diff-face-A ((t (:foreground "Navy" :background "sky blue"))))
527 (ediff-fine-diff-face-Ancestor ((t (:foreground "Black" :background "Green"))))
528 (ediff-fine-diff-face-B ((t (:foreground "Black" :background "cyan"))))
529 (ediff-fine-diff-face-C ((t (:foreground "Black" :background "Turquoise"))))
530 (ediff-odd-diff-face-A ((t (:foreground "White" :background "Grey"))))
531 (ediff-odd-diff-face-Ancestor ((t (:foreground "Black" :background "light grey"))))
532 (ediff-odd-diff-face-B ((t (:foreground "Black" :background "light grey"))))
533 (ediff-odd-diff-face-C ((t (:foreground "White" :background "Grey"))))
534 (eshell-ls-archive-face ((t (:foreground "Orchid" :bold t))))
535 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
536 (eshell-ls-clutter-face ((t (:foreground "OrangeRed" :bold t))))
537 (eshell-ls-directory-face ((t (:foreground "Blue" :bold t))))
538 (eshell-ls-executable-face ((t (:foreground "ForestGreen" :bold t))))
539 (eshell-ls-missing-face ((t (:foreground "Red" :bold t))))
540 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
541 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
542 (eshell-ls-special-face ((t (:foreground "Magenta" :bold t))))
543 (eshell-ls-symlink-face ((t (:foreground "DarkCyan" :bold t))))
544 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
545 (eshell-prompt-face ((t (:foreground "Red" :bold t))))
546 (eshell-test-failed-face ((t (:foreground "OrangeRed" :bold t))))
547 (eshell-test-ok-face ((t (:foreground "Green" :bold t))))
548 (excerpt ((t (:italic t))))
549 (fixed ((t (:bold t))))
550 (flyspell-duplicate-face ((t (:foreground "Gold3" :bold t :underline t))))
551 (flyspell-incorrect-face ((t (:foreground "OrangeRed" :bold t :underline t))))
552 (font-lock-builtin-face ((t (:foreground "Orchid"))))
553 (font-lock-comment-face ((t (:foreground "Firebrick"))))
554 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
555 (font-lock-function-name-face ((t (:foreground "Blue"))))
556 (font-lock-keyword-face ((t (:foreground "Purple"))))
557 (font-lock-string-face ((t (:foreground "RosyBrown"))))
558 (font-lock-type-face ((t (:foreground "ForestGreen"))))
559 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
560 (font-lock-warning-face ((t (:foreground "Red" :bold t))))
561 (fringe ((t (:background "grey95"))))
562 (gnus-cite-attribution-face ((t (:italic t))))
563 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
564 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
565 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
566 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
567 (gnus-cite-face-3 ((t (:foreground "dark green"))))
568 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
569 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
570 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
571 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
572 (gnus-cite-face-8 ((t (:foreground "magenta"))))
573 (gnus-cite-face-9 ((t (:foreground "violet"))))
574 (gnus-emphasis-bold ((t (:bold t))))
575 (gnus-emphasis-bold-italic ((t (:bold t :italic t))))
576 (gnus-emphasis-italic ((t (:italic t))))
577 (gnus-emphasis-underline ((t (:underline t))))
578 (gnus-emphasis-underline-bold ((t (:bold t :underline t))))
579 (gnus-emphasis-underline-bold-italic ((t (:bold t :italic t :underline t))))
580 (gnus-emphasis-underline-italic ((t (:italic t :underline t))))
581 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
582 (gnus-group-mail-1-face ((t (:foreground "DeepPink3" :bold t))))
583 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
584 (gnus-group-mail-2-face ((t (:foreground "HotPink3" :bold t))))
585 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
586 (gnus-group-mail-3-face ((t (:foreground "magenta4" :bold t))))
587 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
588 (gnus-group-mail-low-face ((t (:foreground "DeepPink4" :bold t))))
589 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
590 (gnus-group-news-1-face ((t (:foreground "ForestGreen" :bold t))))
591 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
592 (gnus-group-news-2-face ((t (:foreground "CadetBlue4" :bold t))))
593 (gnus-group-news-3-empty-face ((t (nil))))
594 (gnus-group-news-3-face ((t (:bold t))))
595 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
596 (gnus-group-news-low-face ((t (:foreground "DarkGreen" :bold t))))
597 (gnus-header-content-face ((t (:foreground "indianred4" :italic t))))
598 (gnus-header-from-face ((t (:foreground "red3"))))
599 (gnus-header-name-face ((t (:foreground "maroon"))))
600 (gnus-header-newsgroups-face ((t (:foreground "MidnightBlue" :italic t))))
601 (gnus-header-subject-face ((t (:foreground "red4"))))
602 (gnus-signature-face ((t (:italic t))))
603 (gnus-splash-face ((t (:foreground "ForestGreen"))))
604 (gnus-summary-cancelled-face ((t (:foreground "yellow" :background "black"))))
605 (gnus-summary-high-ancient-face ((t (:foreground "RoyalBlue" :bold t))))
606 (gnus-summary-high-read-face ((t (:foreground "DarkGreen" :bold t))))
607 (gnus-summary-high-ticked-face ((t (:foreground "firebrick" :bold t))))
608 (gnus-summary-high-unread-face ((t (:bold t))))
609 (gnus-summary-low-ancient-face ((t (:foreground "RoyalBlue" :italic t))))
610 (gnus-summary-low-read-face ((t (:foreground "DarkGreen" :italic t))))
611 (gnus-summary-low-ticked-face ((t (:foreground "firebrick" :italic t))))
612 (gnus-summary-low-unread-face ((t (:italic t))))
613 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
614 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
615 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
616 (gnus-summary-normal-unread-face ((t (nil))))
617 (gnus-summary-selected-face ((t (:underline t))))
618 (highlight ((t (:background "darkseagreen2"))))
619 (highlight-changes-delete-face ((t (:foreground "red" :underline t))))
620 (highlight-changes-face ((t (:foreground "red"))))
621 (highline-face ((t (:background "paleturquoise"))))
622 (holiday-face ((t (:background "pink"))))
623 (info-menu-5 ((t (:underline t))))
624 (info-node ((t (:bold t :italic t))))
625 (info-xref ((t (:bold t))))
626 (italic ((t (:italic t))))
627 (makefile-space-face ((t (:background "hotpink"))))
628 (message-cited-text-face ((t (:foreground "red"))))
629 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
630 (message-header-name-face ((t (:foreground "cornflower blue"))))
631 (message-header-newsgroups-face ((t (:foreground "blue4" :bold t :italic t))))
632 (message-header-other-face ((t (:foreground "steel blue"))))
633 (message-header-subject-face ((t (:foreground "navy blue" :bold t))))
634 (message-header-to-face ((t (:foreground "MidnightBlue" :bold t))))
635 (message-header-xheader-face ((t (:foreground "blue"))))
636 (message-separator-face ((t (:foreground "brown"))))
637 (modeline ((t (:foreground "white" :background "black"))))
638 (modeline-buffer-id ((t (:foreground "white" :background "black"))))
639 (modeline-mousable ((t (:foreground "white" :background "black"))))
640 (modeline-mousable-minor-mode ((t (:foreground "white" :background "black"))))
641 (region ((t (:background "gray"))))
642 (secondary-selection ((t (:background "paleturquoise"))))
643 (show-paren-match-face ((t (:background "turquoise"))))
644 (show-paren-mismatch-face ((t (:foreground "white" :background "purple"))))
645 (speedbar-button-face ((t (:foreground "green4"))))
646 (speedbar-directory-face ((t (:foreground "blue4"))))
647 (speedbar-file-face ((t (:foreground "cyan4"))))
648 (speedbar-highlight-face ((t (:background "green"))))
649 (speedbar-selected-face ((t (:foreground "red" :underline t))))
650 (speedbar-tag-face ((t (:foreground "brown"))))
651 (term-black ((t (:foreground "black"))))
652 (term-blackbg ((t (:background "black"))))
653 (term-blue ((t (:foreground "blue"))))
654 (term-bluebg ((t (:background "blue"))))
655 (term-bold ((t (:bold t))))
656 (term-cyan ((t (:foreground "cyan"))))
657 (term-cyanbg ((t (:background "cyan"))))
658 (term-default-bg ((t (nil))))
659 (term-default-bg-inv ((t (nil))))
660 (term-default-fg ((t (nil))))
661 (term-default-fg-inv ((t (nil))))
662 (term-green ((t (:foreground "green"))))
663 (term-greenbg ((t (:background "green"))))
664 (term-invisible ((t (nil))))
665 (term-invisible-inv ((t (nil))))
666 (term-magenta ((t (:foreground "magenta"))))
667 (term-magentabg ((t (:background "magenta"))))
668 (term-red ((t (:foreground "red"))))
669 (term-redbg ((t (:background "red"))))
670 (term-underline ((t (:underline t))))
671 (term-white ((t (:foreground "white"))))
672 (term-whitebg ((t (:background "white"))))
673 (term-yellow ((t (:foreground "yellow"))))
674 (term-yellowbg ((t (:background "yellow"))))
675 (underline ((t (:underline t))))
676 (vcursor ((t (:foreground "blue" :background "cyan" :underline t))))
677 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
678 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
679 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
680 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
681 (vhdl-font-lock-prompt-face ((t (:foreground "Red" :bold t))))
682 (vhdl-font-lock-reserved-words-face ((t (:foreground "Orange" :bold t))))
683 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
684 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
685 (vhdl-speedbar-architecture-selected-face ((t (:foreground "Blue" :underline t))))
686 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
687 (vhdl-speedbar-configuration-selected-face ((t (:foreground "DarkGoldenrod" :underline t))))
688 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
689 (vhdl-speedbar-entity-selected-face ((t (:foreground "ForestGreen" :underline t))))
690 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
691 (vhdl-speedbar-instantiation-selected-face ((t (:foreground "Brown" :underline t))))
692 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
693 (vhdl-speedbar-package-selected-face ((t (:foreground "Grey50" :underline t))))
694 (viper-minibuffer-emacs-face ((t (:foreground "Black" :background "darkseagreen2"))))
695 (viper-minibuffer-insert-face ((t (:foreground "Black" :background "pink"))))
696 (viper-minibuffer-vi-face ((t (:foreground "DarkGreen" :background "grey"))))
697 (viper-replace-overlay-face ((t (:foreground "Black" :background "darkseagreen2"))))
698 (viper-search-face ((t (:foreground "Black" :background "khaki"))))
699 (widget-button-face ((t (:bold t))))
700 (widget-button-pressed-face ((t (:foreground "red"))))
701 (widget-documentation-face ((t (:foreground "dark green"))))
702 (widget-field-face ((t (:background "gray85"))))
703 (widget-inactive-face ((t (:foreground "dim gray"))))
704 (widget-single-line-field-face ((t (:background "gray85")))))))
706 (defun color-theme-fischmeister ()
707 "The light colors on a grey blackground.
708 Sebastian Fischmeister <sfischme@nexus.lzk.tuwien.ac.at>"
709 (interactive)
710 (color-theme-install
711 '(color-theme-fischmeister
712 ((foreground-color . "black")
713 (background-color . "gray80")
714 (mouse-color . "red")
715 (cursor-color . "yellow")
716 (border-color . "black")
717 (background-mode . light))
718 (default ((t (nil))))
719 (modeline ((t (:foreground "gray80" :background "black"))))
720 (modeline-buffer-id ((t (:foreground "gray80" :background "black"))))
721 (modeline-mousable ((t (:foreground "gray80" :background "black"))))
722 (modeline-mousable-minor-mode ((t (:foreground "gray80" :background "black"))))
723 (highlight ((t (:background "darkseagreen2"))))
724 (bold ((t (:bold t))))
725 (italic ((t (:italic t))))
726 (bold-italic ((t (:bold t :italic t))))
727 (region ((t (:background "gray"))))
728 (secondary-selection ((t (:background "paleturquoise"))))
729 (underline ((t (:underline t))))
730 (show-paren-match-face ((t (:foreground "yellow" :background "darkgreen"))))
731 (show-paren-mismatch-face ((t (:foreground "white" :background "red"))))
732 (font-lock-comment-face ((t (:foreground "FireBrick" :bold t :italic t))))
733 (font-lock-string-face ((t (:foreground "DarkSlateBlue" :italic t))))
734 (font-lock-keyword-face ((t (:foreground "navy"))))
735 (font-lock-builtin-face ((t (:foreground "white"))))
736 (font-lock-function-name-face ((t (:foreground "Blue"))))
737 (font-lock-variable-name-face ((t (:foreground "Darkblue"))))
738 (font-lock-type-face ((t (:foreground "darkgreen"))))
739 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
740 (font-lock-warning-face ((t (:foreground "Orchid" :bold t))))
741 (font-lock-reference-face ((t (:foreground "SteelBlue")))))))
743 (defun color-theme-sitaramv-solaris ()
744 "White on a midnight blue background. Lots of yellow and orange.
745 Includes faces for font-lock, widget, custom, speedbar, message, gnus,
746 eshell."
747 (interactive)
748 (color-theme-install
749 '(color-theme-sitaramv-solaris
750 ((foreground-color . "white")
751 (background-color . "MidnightBlue")
752 (mouse-color . "yellow")
753 (cursor-color . "magenta2")
754 (border-color . "black")
755 (background-mode . dark))
756 (default ((t (nil))))
757 (modeline ((t (:foreground "black" :background "gold2"))))
758 (modeline-buffer-id ((t (:foreground "black" :background "gold2"))))
759 (modeline-mousable ((t (:foreground "black" :background "gold2"))))
760 (modeline-mousable-minor-mode ((t (:foreground "black" :background "gold2"))))
761 (highlight ((t (:foreground "black" :background "Aquamarine"))))
762 (bold ((t (:bold t))))
763 (italic ((t (:italic t))))
764 (bold-italic ((t (:bold t :italic t))))
765 (region ((t (:foreground "black" :background "snow3"))))
766 (secondary-selection ((t (:foreground "black" :background "aquamarine"))))
767 (underline ((t (:underline t))))
768 (lazy-highlight-face ((t (:foreground "yellow"))))
769 (font-lock-comment-face ((t (:foreground "orange" :italic t))))
770 (font-lock-string-face ((t (:foreground "orange"))))
771 (font-lock-keyword-face ((t (:foreground "green"))))
772 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
773 (font-lock-function-name-face ((t (:foreground "cyan" :bold t))))
774 (font-lock-variable-name-face ((t (:foreground "white"))))
775 (font-lock-type-face ((t (:foreground "cyan"))))
776 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
777 (font-lock-warning-face ((t (:foreground "Pink" :bold t))))
778 (widget-documentation-face ((t (:foreground "lime green"))))
779 (widget-button-face ((t (:bold t))))
780 (widget-field-face ((t (:background "dim gray"))))
781 (widget-single-line-field-face ((t (:background "dim gray"))))
782 (widget-inactive-face ((t (:foreground "light gray"))))
783 (widget-button-pressed-face ((t (:foreground "red"))))
784 (custom-invalid-face ((t (:foreground "yellow" :background "red"))))
785 (custom-rogue-face ((t (:foreground "pink" :background "black"))))
786 (custom-modified-face ((t (:foreground "white" :background "blue"))))
787 (custom-set-face ((t (:foreground "blue" :background "white"))))
788 (custom-changed-face ((t (:foreground "white" :background "blue"))))
789 (custom-saved-face ((t (:underline t))))
790 (custom-button-face ((t (nil))))
791 (custom-documentation-face ((t (nil))))
792 (custom-state-face ((t (:foreground "lime green"))))
793 (custom-variable-tag-face ((t (:foreground "light blue" :underline t))))
794 (custom-variable-button-face ((t (:bold t :underline t))))
795 (custom-face-tag-face ((t (:underline t))))
796 (custom-group-tag-face-1 ((t (:foreground "pink" :underline t))))
797 (custom-group-tag-face ((t (:foreground "light blue" :underline t))))
798 (speedbar-button-face ((t (:foreground "green3"))))
799 (speedbar-file-face ((t (:foreground "cyan"))))
800 (speedbar-directory-face ((t (:foreground "light blue"))))
801 (speedbar-tag-face ((t (:foreground "yellow"))))
802 (speedbar-selected-face ((t (:foreground "red" :underline t))))
803 (speedbar-highlight-face ((t (:background "sea green"))))
804 (font-lock-doc-string-face ((t (:foreground "Plum1" :bold t))))
805 (font-lock-exit-face ((t (:foreground "green"))))
806 (ff-paths-non-existant-file-face ((t (:foreground "NavyBlue" :bold t))))
807 (show-paren-match-face ((t (:background "red"))))
808 (show-paren-mismatch-face ((t (:foreground "white" :background "purple"))))
809 (message-header-to-face ((t (:foreground "green2" :bold t))))
810 (message-header-cc-face ((t (:foreground "LightGoldenrod" :bold t))))
811 (message-header-subject-face ((t (:foreground "green3"))))
812 (message-header-newsgroups-face ((t (:foreground "yellow" :bold t :italic t))))
813 (message-header-other-face ((t (:foreground "Salmon"))))
814 (message-header-name-face ((t (:foreground "green3"))))
815 (message-header-xheader-face ((t (:foreground "GreenYellow"))))
816 (message-separator-face ((t (:foreground "Tan"))))
817 (message-cited-text-face ((t (:foreground "Gold"))))
818 (message-mml-face ((t (:foreground "ForestGreen"))))
819 (gnus-group-news-1-face ((t (:foreground "PaleTurquoise" :bold t))))
820 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
821 (gnus-group-news-2-face ((t (:foreground "turquoise" :bold t))))
822 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
823 (gnus-group-news-3-face ((t (:bold t))))
824 (gnus-group-news-3-empty-face ((t (nil))))
825 (gnus-group-news-4-face ((t (:bold t))))
826 (gnus-group-news-4-empty-face ((t (nil))))
827 (gnus-group-news-5-face ((t (:bold t))))
828 (gnus-group-news-5-empty-face ((t (nil))))
829 (gnus-group-news-6-face ((t (:bold t))))
830 (gnus-group-news-6-empty-face ((t (nil))))
831 (gnus-group-news-low-face ((t (:foreground "DarkTurquoise" :bold t))))
832 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
833 (gnus-group-mail-1-face ((t (:foreground "aquamarine1" :bold t))))
834 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
835 (gnus-group-mail-2-face ((t (:foreground "aquamarine2" :bold t))))
836 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
837 (gnus-group-mail-3-face ((t (:foreground "aquamarine3" :bold t))))
838 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
839 (gnus-group-mail-low-face ((t (:foreground "aquamarine4" :bold t))))
840 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
841 (gnus-summary-selected-face ((t (:underline t))))
842 (gnus-summary-cancelled-face ((t (:foreground "yellow" :background "black"))))
843 (gnus-summary-high-ticked-face ((t (:foreground "pink" :bold t))))
844 (gnus-summary-low-ticked-face ((t (:foreground "pink" :italic t))))
845 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
846 (gnus-summary-high-ancient-face ((t (:foreground "SkyBlue" :bold t))))
847 (gnus-summary-low-ancient-face ((t (:foreground "SkyBlue" :italic t))))
848 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
849 (gnus-summary-high-unread-face ((t (:bold t))))
850 (gnus-summary-low-unread-face ((t (:italic t))))
851 (gnus-summary-normal-unread-face ((t (nil))))
852 (gnus-summary-high-read-face ((t (:foreground "PaleGreen" :bold t))))
853 (gnus-summary-low-read-face ((t (:foreground "PaleGreen" :italic t))))
854 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
855 (gnus-splash-face ((t (:foreground "Brown"))))
856 (eshell-ls-directory-face ((t (:foreground "SkyBlue" :bold t))))
857 (eshell-ls-symlink-face ((t (:foreground "Cyan" :bold t))))
858 (eshell-ls-executable-face ((t (:foreground "Green" :bold t))))
859 (eshell-ls-readonly-face ((t (:foreground "Pink"))))
860 (eshell-ls-unreadable-face ((t (:foreground "DarkGrey"))))
861 (eshell-ls-special-face ((t (:foreground "Magenta" :bold t))))
862 (eshell-ls-missing-face ((t (:foreground "Red" :bold t))))
863 (eshell-ls-archive-face ((t (:foreground "Orchid" :bold t))))
864 (eshell-ls-backup-face ((t (:foreground "LightSalmon"))))
865 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
866 (eshell-ls-clutter-face ((t (:foreground "OrangeRed" :bold t))))
867 (eshell-prompt-face ((t (:foreground "Pink" :bold t))))
868 (term-default-fg ((t (nil))))
869 (term-default-bg ((t (nil))))
870 (term-default-fg-inv ((t (nil))))
871 (term-default-bg-inv ((t (nil))))
872 (term-bold ((t (:bold t))))
873 (term-underline ((t (:underline t))))
874 (term-invisible ((t (nil))))
875 (term-invisible-inv ((t (nil))))
876 (term-black ((t (:foreground "black"))))
877 (term-red ((t (:foreground "red"))))
878 (term-green ((t (:foreground "green"))))
879 (term-yellow ((t (:foreground "yellow"))))
880 (term-blue ((t (:foreground "blue"))))
881 (term-magenta ((t (:foreground "magenta"))))
882 (term-cyan ((t (:foreground "cyan"))))
883 (term-white ((t (:foreground "white"))))
884 (term-blackbg ((t (:background "black"))))
885 (term-redbg ((t (:background "red"))))
886 (term-greenbg ((t (:background "green"))))
887 (term-yellowbg ((t (:background "yellow"))))
888 (term-bluebg ((t (:background "blue"))))
889 (term-magentabg ((t (:background "magenta"))))
890 (term-cyanbg ((t (:background "cyan"))))
891 (term-whitebg ((t (:background "white"))))
892 (gnus-emphasis-bold ((t (:bold t))))
893 (gnus-emphasis-italic ((t (:italic t))))
894 (gnus-emphasis-underline ((t (:underline t))))
895 (gnus-emphasis-underline-bold ((t (:bold t :underline t))))
896 (gnus-emphasis-underline-italic ((t (:italic t :underline t))))
897 (gnus-emphasis-bold-italic ((t (:bold t :italic t))))
898 (gnus-emphasis-underline-bold-italic ((t (:bold t :italic t :underline t))))
899 (gnus-emphasis-highlight-words ((t (:foreground "yellow" :background "black"))))
900 (gnus-signature-face ((t (:italic t))))
901 (gnus-header-from-face ((t (:foreground "spring green"))))
902 (gnus-header-subject-face ((t (:foreground "yellow" :bold t))))
903 (gnus-header-newsgroups-face ((t (:foreground "SeaGreen3" :bold t :italic t))))
904 (gnus-header-name-face ((t (:foreground "pink"))))
905 (gnus-header-content-face ((t (:foreground "lime green" :italic t))))
906 (gnus-cite-attribution-face ((t (:italic t))))
907 (gnus-cite-face-1 ((t (:foreground "light blue"))))
908 (gnus-cite-face-2 ((t (:foreground "light cyan"))))
909 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
910 (gnus-cite-face-4 ((t (:foreground "light pink"))))
911 (gnus-cite-face-5 ((t (:foreground "pale green"))))
912 (gnus-cite-face-6 ((t (:foreground "beige"))))
913 (gnus-cite-face-7 ((t (:foreground "orange"))))
914 (gnus-cite-face-8 ((t (:foreground "magenta"))))
915 (gnus-cite-face-9 ((t (:foreground "violet"))))
916 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
917 (gnus-cite-face-11 ((t (:foreground "turquoise")))))))
919 (defun color-theme-sitaramv-nt ()
920 "Black foreground on white background.
921 Includes faces for font-lock, widget, custom, speedbar."
922 (interactive)
923 (color-theme-install
924 '(color-theme-sitaramv-nt
925 ((foreground-color . "black")
926 (background-color . "white")
927 (mouse-color . "sienna3")
928 (cursor-color . "HotPink")
929 (border-color . "Blue")
930 (background-mode . light))
931 (default ((t (nil))))
932 (modeline ((t (:foreground "black" :background "gold2"))))
933 (modeline-buffer-id ((t (:foreground "black" :background "gold2"))))
934 (modeline-mousable ((t (:foreground "black" :background "gold2"))))
935 (modeline-mousable-minor-mode ((t (:foreground "black" :background "gold2"))))
936 (highlight ((t (:foreground "black" :background "darkseagreen2"))))
937 (bold ((t (:bold t))))
938 (italic ((t (:italic t))))
939 (bold-italic ((t (:bold t :italic t))))
940 (region ((t (:foreground "black" :background "snow3"))))
941 (secondary-selection ((t (:background "paleturquoise"))))
942 (underline ((t (:underline t))))
943 (lazy-highlight-face ((t (:foreground "dark magenta" :bold t))))
944 (font-lock-comment-face ((t (:foreground "ForestGreen" :italic t))))
945 (font-lock-string-face ((t (:foreground "red"))))
946 (font-lock-keyword-face ((t (:foreground "blue" :bold t))))
947 (font-lock-builtin-face ((t (:foreground "black"))))
948 (font-lock-function-name-face ((t (:foreground "dark magenta" :bold t))))
949 (font-lock-variable-name-face ((t (:foreground "black"))))
950 (font-lock-type-face ((t (:foreground "blue"))))
951 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
952 (font-lock-warning-face ((t (:foreground "Red" :bold t))))
953 (widget-documentation-face ((t (:foreground "dark green"))))
954 (widget-button-face ((t (:bold t))))
955 (widget-field-face ((t (:background "gray85"))))
956 (widget-single-line-field-face ((t (:background "gray85"))))
957 (widget-inactive-face ((t (:foreground "dim gray"))))
958 (widget-button-pressed-face ((t (:foreground "red"))))
959 (custom-invalid-face ((t (:foreground "yellow" :background "red"))))
960 (custom-rogue-face ((t (:foreground "pink" :background "black"))))
961 (custom-modified-face ((t (:foreground "white" :background "blue"))))
962 (custom-set-face ((t (:foreground "blue" :background "white"))))
963 (custom-changed-face ((t (:foreground "white" :background "blue"))))
964 (custom-saved-face ((t (:underline t))))
965 (custom-button-face ((t (nil))))
966 (custom-documentation-face ((t (nil))))
967 (custom-state-face ((t (:foreground "dark green"))))
968 (custom-variable-tag-face ((t (:foreground "blue" :underline t))))
969 (custom-variable-button-face ((t (:bold t :underline t))))
970 (custom-face-tag-face ((t (:underline t))))
971 (custom-group-tag-face-1 ((t (:foreground "red" :underline t))))
972 (custom-group-tag-face ((t (:foreground "blue" :underline t))))
973 (speedbar-button-face ((t (:foreground "green4"))))
974 (speedbar-file-face ((t (:foreground "cyan4"))))
975 (speedbar-directory-face ((t (:foreground "blue4"))))
976 (speedbar-tag-face ((t (:foreground "brown"))))
977 (speedbar-selected-face ((t (:foreground "red" :underline t))))
978 (speedbar-highlight-face ((t (:background "green"))))
979 (ff-paths-non-existant-file-face ((t (:foreground "NavyBlue" :bold t))))
980 (show-paren-match-face ((t (:background "light blue"))))
981 (show-paren-mismatch-face ((t (:foreground "white" :background "purple")))))))
983 (defun color-theme-billw ()
984 "Cornsilk on black.
985 Includes info, diary, font-lock, eshell, sgml, message, gnus,
986 widget, custom, latex, ediff."
987 (interactive)
988 (color-theme-install
989 '(color-theme-billw
990 ((foreground-color . "cornsilk")
991 (background-color . "black")
992 (mouse-color . "black")
993 (cursor-color . "white")
994 (border-color . "black")
995 (background-mode . dark))
996 (default ((t (nil))))
997 (modeline ((t (:foreground "black" :background "wheat"))))
998 (modeline-buffer-id ((t (:foreground "black" :background "wheat"))))
999 (modeline-mousable ((t (:foreground "black" :background "wheat"))))
1000 (modeline-mousable-minor-mode ((t (:foreground "black" :background "wheat"))))
1001 (highlight ((t (:foreground "wheat" :background "darkslategray"))))
1002 (bold ((t (:bold t))))
1003 (italic ((t (:italic t))))
1004 (bold-italic ((t (:bold t :italic t))))
1005 (region ((t (:background "dimgray"))))
1006 (secondary-selection ((t (:background "deepskyblue4"))))
1007 (underline ((t (:underline t))))
1008 (info-node ((t (:foreground "yellow" :bold t :italic t))))
1009 (info-menu-5 ((t (:underline t))))
1010 (info-xref ((t (:foreground "yellow" :bold t))))
1011 (diary-face ((t (:foreground "orange"))))
1012 (calendar-today-face ((t (:underline t))))
1013 (holiday-face ((t (:background "red"))))
1014 (show-paren-match-face ((t (:background "deepskyblue4"))))
1015 (show-paren-mismatch-face ((t (:foreground "white" :background "red"))))
1016 (font-lock-comment-face ((t (:foreground "gold"))))
1017 (font-lock-string-face ((t (:foreground "orange"))))
1018 (font-lock-keyword-face ((t (:foreground "cyan1"))))
1019 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
1020 (font-lock-function-name-face ((t (:foreground "mediumspringgreen"))))
1021 (font-lock-variable-name-face ((t (:foreground "light salmon"))))
1022 (font-lock-type-face ((t (:foreground "yellow1"))))
1023 (font-lock-constant-face ((t (:foreground "salmon"))))
1024 (font-lock-warning-face ((t (:foreground "gold" :bold t))))
1025 (blank-space-face ((t (:background "LightGray"))))
1026 (blank-tab-face ((t (:foreground "black" :background "cornsilk"))))
1027 (highline-face ((t (:background "gray35"))))
1028 (eshell-ls-directory-face ((t (:foreground "green" :bold t))))
1029 (eshell-ls-symlink-face ((t (:foreground "Cyan" :bold t))))
1030 (eshell-ls-executable-face ((t (:foreground "orange" :bold t))))
1031 (eshell-ls-readonly-face ((t (:foreground "gray"))))
1032 (eshell-ls-unreadable-face ((t (:foreground "DarkGrey"))))
1033 (eshell-ls-special-face ((t (:foreground "Magenta" :bold t))))
1034 (eshell-ls-missing-face ((t (:foreground "Red" :bold t))))
1035 (eshell-ls-archive-face ((t (:foreground "Orchid" :bold t))))
1036 (eshell-ls-backup-face ((t (:foreground "LightSalmon"))))
1037 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
1038 (eshell-ls-clutter-face ((t (:foreground "blue" :bold t))))
1039 (sgml-start-tag-face ((t (:foreground "mediumspringgreen"))))
1040 (custom-button-face ((t (:foreground "white"))))
1041 (sgml-ignored-face ((t (:foreground "gray20" :background "gray60"))))
1042 (sgml-doctype-face ((t (:foreground "orange"))))
1043 (sgml-sgml-face ((t (:foreground "yellow"))))
1044 (vc-annotate-face-0046FF ((t (:foreground "wheat" :background "black"))))
1045 (custom-documentation-face ((t (:foreground "white"))))
1046 (sgml-end-tag-face ((t (:foreground "greenyellow"))))
1047 (linemenu-face ((t (:background "gray30"))))
1048 (sgml-entity-face ((t (:foreground "gold"))))
1049 (message-header-to-face ((t (:foreground "floral white" :bold t))))
1050 (message-header-cc-face ((t (:foreground "ivory"))))
1051 (message-header-subject-face ((t (:foreground "papaya whip" :bold t))))
1052 (message-header-newsgroups-face ((t (:foreground "lavender blush" :bold t :italic t))))
1053 (message-header-other-face ((t (:foreground "pale turquoise"))))
1054 (message-header-name-face ((t (:foreground "light sky blue"))))
1055 (message-header-xheader-face ((t (:foreground "blue"))))
1056 (message-separator-face ((t (:foreground "sandy brown"))))
1057 (message-cited-text-face ((t (:foreground "plum1"))))
1058 (message-mml-face ((t (:foreground "ForestGreen"))))
1059 (gnus-group-news-1-face ((t (:foreground "white" :bold t))))
1060 (gnus-group-news-1-empty-face ((t (:foreground "white"))))
1061 (gnus-group-news-2-face ((t (:foreground "lightcyan" :bold t))))
1062 (gnus-group-news-2-empty-face ((t (:foreground "lightcyan"))))
1063 (gnus-group-news-3-face ((t (:foreground "tan" :bold t))))
1064 (gnus-group-news-3-empty-face ((t (:foreground "tan"))))
1065 (gnus-group-news-4-face ((t (:foreground "white" :bold t))))
1066 (gnus-group-news-4-empty-face ((t (:foreground "white"))))
1067 (gnus-group-news-5-face ((t (:foreground "wheat" :bold t))))
1068 (gnus-group-news-5-empty-face ((t (:foreground "wheat"))))
1069 (gnus-group-news-6-face ((t (:foreground "tan" :bold t))))
1070 (gnus-group-news-6-empty-face ((t (:foreground "tan"))))
1071 (gnus-group-news-low-face ((t (:foreground "DarkTurquoise" :bold t))))
1072 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
1073 (gnus-group-mail-1-face ((t (:foreground "white" :bold t))))
1074 (gnus-group-mail-1-empty-face ((t (:foreground "gray80"))))
1075 (gnus-group-mail-2-face ((t (:foreground "lightcyan" :bold t))))
1076 (gnus-group-mail-2-empty-face ((t (:foreground "lightcyan"))))
1077 (gnus-group-mail-3-face ((t (:foreground "tan" :bold t))))
1078 (gnus-group-mail-3-empty-face ((t (:foreground "tan"))))
1079 (gnus-group-mail-low-face ((t (:foreground "aquamarine4" :bold t))))
1080 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
1081 (gnus-summary-selected-face ((t (:background "deepskyblue4" :underline t))))
1082 (gnus-summary-cancelled-face ((t (:foreground "black" :background "gray"))))
1083 (gnus-summary-high-ticked-face ((t (:foreground "gray70" :bold t))))
1084 (gnus-summary-low-ticked-face ((t (:foreground "gray70" :bold t))))
1085 (gnus-summary-normal-ticked-face ((t (:foreground "gray70" :bold t))))
1086 (gnus-summary-high-ancient-face ((t (:foreground "SkyBlue" :bold t))))
1087 (gnus-summary-low-ancient-face ((t (:foreground "SkyBlue" :italic t))))
1088 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
1089 (gnus-summary-high-unread-face ((t (:bold t))))
1090 (gnus-summary-low-unread-face ((t (:italic t))))
1091 (gnus-summary-normal-unread-face ((t (nil))))
1092 (gnus-summary-high-read-face ((t (:foreground "PaleGreen" :bold t))))
1093 (gnus-summary-low-read-face ((t (:foreground "PaleGreen" :italic t))))
1094 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
1095 (gnus-splash-face ((t (:foreground "gold"))))
1096 (font-latex-bold-face ((t (nil))))
1097 (font-latex-italic-face ((t (nil))))
1098 (font-latex-math-face ((t (nil))))
1099 (font-latex-sedate-face ((t (:foreground "Gray85"))))
1100 (font-latex-string-face ((t (:foreground "orange"))))
1101 (font-latex-warning-face ((t (:foreground "gold"))))
1102 (widget-documentation-face ((t (:foreground "lime green"))))
1103 (widget-button-face ((t (:bold t))))
1104 (widget-field-face ((t (:background "gray20"))))
1105 (widget-single-line-field-face ((t (:background "gray20"))))
1106 (widget-inactive-face ((t (:foreground "wheat"))))
1107 (widget-button-pressed-face ((t (:foreground "red"))))
1108 (custom-invalid-face ((t (:foreground "yellow" :background "red"))))
1109 (custom-rogue-face ((t (:foreground "pink" :background "black"))))
1110 (custom-modified-face ((t (:foreground "white" :background "blue"))))
1111 (custom-set-face ((t (:foreground "blue"))))
1112 (custom-changed-face ((t (:foreground "wheat" :background "skyblue"))))
1113 (custom-saved-face ((t (:underline t))))
1114 (custom-state-face ((t (:foreground "light green"))))
1115 (custom-variable-tag-face ((t (:foreground "skyblue" :underline t))))
1116 (custom-variable-button-face ((t (:bold t :underline t))))
1117 (custom-face-tag-face ((t (:foreground "white" :underline t))))
1118 (custom-group-tag-face-1 ((t (:foreground "pink" :underline t))))
1119 (custom-group-tag-face ((t (:foreground "skyblue" :underline t))))
1120 (swbuff-current-buffer-face ((t (:foreground "red" :bold t))))
1121 (ediff-current-diff-face-A ((t (:foreground "firebrick" :background "pale green"))))
1122 (ediff-current-diff-face-B ((t (:foreground "DarkOrchid" :background "Yellow"))))
1123 (ediff-current-diff-face-C ((t (:foreground "white" :background "indianred"))))
1124 (ediff-current-diff-face-Ancestor ((t (:foreground "Black" :background "VioletRed"))))
1125 (ediff-fine-diff-face-A ((t (:foreground "Navy" :background "sky blue"))))
1126 (ediff-fine-diff-face-B ((t (:foreground "Black" :background "cyan"))))
1127 (ediff-fine-diff-face-C ((t (:foreground "Black" :background "Turquoise"))))
1128 (ediff-fine-diff-face-Ancestor ((t (:foreground "Black" :background "Green"))))
1129 (ediff-even-diff-face-A ((t (:foreground "Black" :background "light grey"))))
1130 (ediff-even-diff-face-B ((t (:foreground "White" :background "Grey"))))
1131 (ediff-even-diff-face-C ((t (:foreground "Black" :background "light grey"))))
1132 (ediff-even-diff-face-Ancestor ((t (:foreground "White" :background "Grey"))))
1133 (ediff-odd-diff-face-A ((t (:foreground "White" :background "Grey"))))
1134 (ediff-odd-diff-face-B ((t (:foreground "Black" :background "light grey"))))
1135 (ediff-odd-diff-face-C ((t (:foreground "White" :background "Grey"))))
1136 (ediff-odd-diff-face-Ancestor ((t (:foreground "Black" :background "light grey"))))
1137 (gnus-emphasis-bold ((t (:bold t))))
1138 (gnus-emphasis-italic ((t (:italic t))))
1139 (gnus-emphasis-underline ((t (:foreground "white" :background "goldenrod4"))))
1140 (gnus-emphasis-underline-bold ((t (:foreground "black" :background "yellow" :bold t :underline t))))
1141 (gnus-emphasis-underline-italic ((t (:foreground "black" :background "yellow" :italic t :underline t))))
1142 (gnus-emphasis-bold-italic ((t (:bold t :italic t))))
1143 (gnus-emphasis-underline-bold-italic ((t (:foreground "black" :background "yellow" :bold t :italic t :underline t))))
1144 (gnus-emphasis-highlight-words ((t (:foreground "yellow" :background "black"))))
1145 (gnus-signature-face ((t (:italic t))))
1146 (gnus-header-from-face ((t (:foreground "wheat"))))
1147 (gnus-header-subject-face ((t (:foreground "wheat" :bold t))))
1148 (gnus-header-newsgroups-face ((t (:foreground "wheat" :italic t))))
1149 (gnus-header-name-face ((t (:foreground "white"))))
1150 (gnus-header-content-face ((t (:foreground "tan" :italic t))))
1151 (gnus-filterhist-face-1 ((t (nil))))
1152 (gnus-splash ((t (:foreground "Brown"))))
1153 (gnus-cite-attribution-face ((t (:italic t))))
1154 (gnus-cite-face-1 ((t (:foreground "light blue"))))
1155 (gnus-cite-face-2 ((t (:foreground "light cyan"))))
1156 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
1157 (gnus-cite-face-4 ((t (:foreground "light pink"))))
1158 (gnus-cite-face-5 ((t (:foreground "pale green"))))
1159 (gnus-cite-face-6 ((t (:foreground "beige"))))
1160 (gnus-cite-face-7 ((t (:foreground "orange"))))
1161 (gnus-cite-face-8 ((t (:foreground "magenta"))))
1162 (gnus-cite-face-9 ((t (:foreground "violet"))))
1163 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
1164 (gnus-cite-face-11 ((t (:foreground "turquoise")))))))
1166 (defun color-theme-retro-green (&optional color func)
1167 "Plain green on black faces for those longing for the good old days."
1168 (interactive)
1169 ;; Build a list of faces without parameters
1170 (let ((old-faces (face-list))
1171 (faces)
1172 (face)
1173 (foreground (or color "green")))
1174 (dolist (face old-faces)
1175 (cond ((memq face '(bold bold-italic))
1176 (add-to-list 'faces `(,face (( t (:bold t))))))
1177 ((memq face '(italic underline show-paren-mismatch-face))
1178 (add-to-list 'faces `(,face (( t (:underline t))))))
1179 ((memq face '(modeline modeline-buffer-id modeline-mousable
1180 modeline-mousable-minor-mode highlight region
1181 secondary-selection show-paren-match-face))
1182 (add-to-list 'faces `(,face (( t (:foreground "black"
1183 :background ,foreground
1184 :inverse t))))))
1186 (add-to-list 'faces `(,face (( t (nil))))))))
1187 (color-theme-install
1188 (append
1189 (list (or func 'color-theme-retro-green)
1190 (list (cons 'foreground-color foreground)
1191 (cons 'background-color "black")
1192 (cons 'mouse-color foreground)
1193 (cons 'cursor-color foreground)
1194 (cons 'border-color foreground)
1195 (cons 'background-mode 'dark)))
1196 faces))))
1198 (defun color-theme-retro-orange ()
1199 "Plain orange on black faces for those longing for the good old days."
1200 (interactive)
1201 (color-theme-retro-green "orange" 'color-theme-retro-orange))
1203 (defun color-theme-subtle-hacker ()
1204 "Subtle Hacker Color Theme.
1205 Based on gnome2, but uses white for important things like comments,
1206 and less of the unreadable tomato. By Colin Walters <levanti@verbum.org>"
1207 (interactive)
1208 (color-theme-gnome2)
1209 (let ((color-theme-is-cumulative t))
1210 (color-theme-install
1211 '(color-theme-subtle-hacker
1214 (custom-state-face ((t (:foreground "Coral"))))
1215 (diary-face ((t (:bold t :foreground "IndianRed"))))
1216 (eshell-ls-clutter-face ((t (:bold t :foreground "DimGray"))))
1217 (eshell-ls-executable-face ((t (:bold t :foreground "Coral"))))
1218 (eshell-ls-missing-face ((t (:bold t :foreground "black"))))
1219 (eshell-ls-special-face ((t (:bold t :foreground "Gold"))))
1220 (eshell-ls-symlink-face ((t (:bold t :foreground "White"))))
1221 (font-lock-comment-face ((t (:foreground "White"))))
1222 (font-lock-constant-face ((t (:bold t :foreground "Aquamarine"))))
1223 (font-lock-function-name-face ((t (:bold t :foreground "MediumSlateBlue"))))
1224 (font-lock-string-face ((t (:italic t :foreground "LightSalmon"))))
1225 (font-lock-variable-name-face ((t (:italic t :bold t :foreground "Aquamarine"))))
1226 (gnus-cite-face-1 ((t (:foreground "dark khaki"))))
1227 (gnus-cite-face-2 ((t (:foreground "chocolate"))))
1228 (gnus-cite-face-3 ((t (:foreground "tomato"))))
1229 (gnus-group-mail-1-empty-face ((t (:foreground "light cyan"))))
1230 (gnus-group-mail-1-face ((t (:bold t :foreground "light cyan"))))
1231 (gnus-group-mail-2-empty-face ((t (:foreground "turquoise"))))
1232 (gnus-group-mail-2-face ((t (:bold t :foreground "turquoise"))))
1233 (gnus-group-mail-3-empty-face ((t (:foreground "tomato"))))
1234 (gnus-group-mail-3-face ((t (:bold t :foreground "tomato"))))
1235 (gnus-group-mail-low-empty-face ((t (:foreground "dodger blue"))))
1236 (gnus-group-mail-low-face ((t (:bold t :foreground "dodger blue"))))
1237 (gnus-group-news-1-empty-face ((t (:foreground "green yellow"))))
1238 (gnus-group-news-1-face ((t (:bold t :foreground "green yellow"))))
1239 (gnus-group-news-2-empty-face ((t (:foreground "dark orange"))))
1240 (gnus-group-news-2-face ((t (:bold t :foreground "dark orange"))))
1241 (gnus-group-news-3-empty-face ((t (:foreground "tomato"))))
1242 (gnus-group-news-3-face ((t (:bold t :foreground "tomato"))))
1243 (gnus-group-news-low-empty-face ((t (:foreground "yellow green"))))
1244 (gnus-group-news-low-face ((t (:bold t :foreground "yellow green"))))
1245 (gnus-header-name-face ((t (:bold t :foreground "DodgerBlue1"))))
1246 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3"))))
1247 (gnus-signature-face ((t (:foreground "salmon"))))
1248 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
1249 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
1250 (gnus-summary-high-read-face ((t (:bold t :foreground "forest green"))))
1251 (gnus-summary-high-ticked-face ((t (:bold t :foreground "burlywood"))))
1252 (gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "cyan"))))
1253 (gnus-summary-low-ancient-face ((t (:italic t :foreground "chocolate"))))
1254 (gnus-summary-low-read-face ((t (:foreground "light sea green"))))
1255 (gnus-summary-low-ticked-face ((t (:italic t :foreground "chocolate"))))
1256 (gnus-summary-low-unread-face ((t (:italic t :foreground "light sea green"))))
1257 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
1258 (gnus-summary-normal-read-face ((t (:foreground "khaki"))))
1259 (gnus-summary-normal-ticked-face ((t (:foreground "sandy brown"))))
1260 (gnus-summary-normal-unread-face ((t (:foreground "aquamarine"))))
1261 (message-cited-text-face ((t (:foreground "White"))))
1262 (message-header-name-face ((t (:foreground "DodgerBlue1"))))
1263 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3"))))
1264 (message-header-other-face ((t (:foreground "LightSkyBlue3"))))
1265 (message-header-xheader-face ((t (:foreground "DodgerBlue3"))))))))
1267 (defun color-theme-pok-wog ()
1268 "Low-contrast White-on-Gray by S.Pokrovsky.
1270 The following might be a good addition to your .Xdefaults file:
1272 Emacs.pane.menubar.background: darkGrey
1273 Emacs.pane.menubar.foreground: black"
1274 (interactive)
1275 (color-theme-install
1276 '(color-theme-pok-wog
1277 ((foreground-color . "White")
1278 (background-color . "DarkSlateGray")
1279 (mouse-color . "gold")
1280 (cursor-color . "Cyan")
1281 (border-color . "black")
1282 (background-mode . dark))
1283 (default ((t (nil))))
1284 (bold ((t (:bold t :foreground "Wheat"))))
1285 (bold-italic ((t (:italic t :bold t :foreground "wheat"))))
1286 (calendar-today-face ((t (:underline t :foreground "white"))))
1287 (diary-face ((t (:foreground "red"))))
1288 (font-lock-builtin-face ((t (:bold t :foreground "cyan"))))
1289 (font-lock-comment-face ((t (:foreground "Gold"))))
1290 (font-lock-constant-face ((t (:bold t :foreground "LightSteelBlue"))))
1291 (font-lock-function-name-face ((t (:bold t :foreground "Yellow"))))
1292 (font-lock-keyword-face ((t (:bold t :foreground "Cyan"))))
1293 (font-lock-string-face ((t (:foreground "Khaki"))))
1294 (font-lock-type-face ((t (:bold t :foreground "Cyan"))))
1295 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
1296 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
1297 (gnus-cite-attribution-face ((t (:bold t :foreground "Wheat"))))
1298 (gnus-cite-face-1 ((t (:foreground "wheat"))))
1299 (gnus-cite-face-10 ((t (:foreground "wheat"))))
1300 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
1301 (gnus-cite-face-2 ((t (:foreground "cyan"))))
1302 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
1303 (gnus-cite-face-4 ((t (:foreground "light pink"))))
1304 (gnus-cite-face-5 ((t (:foreground "pale green"))))
1305 (gnus-cite-face-6 ((t (:foreground "beige"))))
1306 (gnus-cite-face-7 ((t (:foreground "orange"))))
1307 (gnus-cite-face-8 ((t (:foreground "magenta"))))
1308 (gnus-cite-face-9 ((t (:foreground "violet"))))
1309 (gnus-emphasis-bold ((t (:bold t :foreground "wheat"))))
1310 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
1311 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
1312 (gnus-emphasis-italic ((t (:italic t :foreground "white"))))
1313 (gnus-emphasis-underline ((t (:underline t :foreground "white"))))
1314 (gnus-emphasis-underline-bold ((t (:underline t :bold t :foreground "wheat"))))
1315 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
1316 (gnus-emphasis-underline-italic ((t (:underline t :italic t :foreground "white"))))
1317 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
1318 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1"))))
1319 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
1320 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2"))))
1321 (gnus-group-mail-3-empty-face ((t (:foreground "Salmon"))))
1322 (gnus-group-mail-3-face ((t (:bold t :foreground "gold"))))
1323 (gnus-group-mail-low-empty-face ((t (:foreground "Wheat"))))
1324 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4"))))
1325 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
1326 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise"))))
1327 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
1328 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise"))))
1329 (gnus-group-news-3-empty-face ((t (nil))))
1330 (gnus-group-news-3-face ((t (:bold t :foreground "Wheat"))))
1331 (gnus-group-news-4-empty-face ((t (nil))))
1332 (gnus-group-news-4-face ((t (:bold t))))
1333 (gnus-group-news-5-empty-face ((t (nil))))
1334 (gnus-group-news-5-face ((t (:bold t))))
1335 (gnus-group-news-6-empty-face ((t (nil))))
1336 (gnus-group-news-6-face ((t (:bold t))))
1337 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
1338 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise"))))
1339 (gnus-header-content-face ((t (:italic t :foreground "Wheat"))))
1340 (gnus-header-from-face ((t (:foreground "light yellow"))))
1341 (gnus-header-name-face ((t (:foreground "cyan"))))
1342 (gnus-header-newsgroups-face ((t (:italic t :foreground "yellow"))))
1343 (gnus-header-subject-face ((t (:bold t :foreground "Gold"))))
1344 (gnus-signature-face ((t (:italic t :foreground "wheat"))))
1345 (gnus-splash-face ((t (:foreground "orange"))))
1346 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
1347 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue"))))
1348 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen"))))
1349 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink"))))
1350 (gnus-summary-high-unread-face ((t (:bold t :foreground "gold"))))
1351 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue"))))
1352 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen"))))
1353 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink"))))
1354 (gnus-summary-low-unread-face ((t (:italic t))))
1355 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
1356 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
1357 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
1358 (gnus-summary-normal-unread-face ((t (:foreground "wheat"))))
1359 (gnus-summary-selected-face ((t (:underline t :foreground "white"))))
1360 (highlight ((t (:background "Blue" :foreground "white"))))
1361 (highline-face ((t (:background "black" :foreground "white"))))
1362 (holiday-face ((t (:background "pink" :foreground "white"))))
1363 (info-menu-5 ((t (:underline t))))
1364 (info-node ((t (:italic t :bold t :foreground "white"))))
1365 (info-xref ((t (:bold t :foreground "wheat"))))
1366 (italic ((t (:italic t :foreground "white"))))
1367 (makefile-space-face ((t (:background "hotpink"))))
1368 (message-cited-text-face ((t (:foreground "green"))))
1369 (message-header-cc-face ((t (:bold t :foreground "Aquamarine"))))
1370 (message-header-name-face ((t (:foreground "Gold"))))
1371 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow"))))
1372 (message-header-other-face ((t (:foreground "lightGray"))))
1373 (message-header-subject-face ((t (:foreground "Yellow"))))
1374 (message-header-to-face ((t (:bold t :foreground "green2"))))
1375 (message-header-xheader-face ((t (:foreground "blue"))))
1376 (message-mml-face ((t (:bold t :foreground "khaki"))))
1377 (message-separator-face ((t (:background "aquamarine" :foreground "black"))))
1378 (modeline ((t (:background "DarkGray" :foreground "Black"))))
1379 (modeline-buffer-id ((t (:background "DarkGray" :foreground "Black"))))
1380 (modeline-mousable ((t (:background "DarkGray" :foreground "Black"))))
1381 (modeline-mousable-minor-mode ((t (:background "DarkGray" :foreground "Black"))))
1382 (paren-mismatch-face ((t (:background "DeepPink" :foreground "white"))))
1383 (paren-no-match-face ((t (:background "yellow" :foreground "white"))))
1384 (region ((t (:background "MediumSlateBlue" :foreground "white"))))
1385 (secondary-selection ((t (:background "Sienna" :foreground "white"))))
1386 (show-paren-match-face ((t (:background "turquoise" :foreground "white"))))
1387 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
1388 (speedbar-button-face ((t (:bold t :foreground "magenta"))))
1389 (speedbar-directory-face ((t (:bold t :foreground "orchid"))))
1390 (speedbar-file-face ((t (:foreground "pink"))))
1391 (speedbar-highlight-face ((t (:background "black"))))
1392 (speedbar-selected-face ((t (:underline t :foreground "cyan"))))
1393 (speedbar-tag-face ((t (:foreground "yellow"))))
1394 (swbuff-current-buffer-face ((t (:bold t :foreground "red"))))
1395 (underline ((t (:underline t :foreground "white"))))
1396 (widget-button-face ((t (:bold t :foreground "wheat"))))
1397 (widget-button-pressed-face ((t (:foreground "red"))))
1398 (widget-documentation-face ((t (:foreground "lime green"))))
1399 (widget-field-face ((t (:background "dim gray" :foreground "white"))))
1400 (widget-inactive-face ((t (:foreground "light gray"))))
1401 (widget-single-line-field-face ((t (:background "dim gray" :foreground "white")))))))
1403 (defun color-theme-pok-wob ()
1404 "White-on-Black by S. Pokrovsky.
1406 The following might be a good addition to your .Xdefaults file:
1408 Emacs.pane.menubar.background: darkGrey
1409 Emacs.pane.menubar.foreground: black"
1410 (interactive)
1411 ; (setq term-default-fg-color "white"
1412 ; term-default-bg "black")
1413 (color-theme-install
1414 '(color-theme-pok-wob
1415 ((foreground-color . "white")
1416 (background-color . "black")
1417 (mouse-color . "gold")
1418 (cursor-color . "yellow")
1419 (border-color . "black")
1420 (background-mode . dark))
1421 (default ((t (nil))))
1422 (bold ((t (:bold t :foreground "light gray"))))
1423 (bold-italic ((t (:italic t :bold t :foreground "cyan"))))
1424 (calendar-today-face ((t (:underline t :foreground "white"))))
1425 (custom-button-face ((t (nil))))
1426 (custom-changed-face ((t (:background "blue" :foreground "white"))))
1427 (custom-documentation-face ((t (nil))))
1428 (custom-face-tag-face ((t (:underline t))))
1429 (custom-group-tag-face ((t (:underline t))))
1430 (custom-group-tag-face-1 ((t (:underline t))))
1431 (custom-invalid-face ((t (:background "red" :foreground "white"))))
1432 (custom-modified-face ((t (:background "blue" :foreground "white"))))
1433 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
1434 (custom-saved-face ((t (:underline t))))
1435 (custom-set-face ((t (:background "white" :foreground "blue"))))
1436 (custom-state-face ((t (nil))))
1437 (custom-variable-button-face ((t (:underline t :bold t))))
1438 (custom-variable-tag-face ((t (:underline t))))
1439 (diary-face ((t (:foreground "gold"))))
1440 (font-lock-builtin-face ((t (:bold t :foreground "cyan"))))
1441 (font-lock-comment-face ((t (:foreground "Gold"))))
1442 (font-lock-constant-face ((t (:bold t :foreground "LightSteelBlue"))))
1443 (font-lock-function-name-face ((t (:bold t :foreground "gold"))))
1444 (font-lock-keyword-face ((t (:bold t :foreground "Cyan"))))
1445 (font-lock-string-face ((t (:foreground "Khaki"))))
1446 (font-lock-type-face ((t (:bold t :foreground "Cyan"))))
1447 (font-lock-variable-name-face ((t (:italic t :foreground "gold"))))
1448 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
1449 (gnus-cite-attribution-face ((t (:underline t :foreground "beige"))))
1450 (gnus-cite-face-1 ((t (:foreground "gold"))))
1451 (gnus-cite-face-10 ((t (:foreground "coral"))))
1452 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
1453 (gnus-cite-face-2 ((t (:foreground "wheat"))))
1454 (gnus-cite-face-3 ((t (:foreground "light pink"))))
1455 (gnus-cite-face-4 ((t (:foreground "khaki"))))
1456 (gnus-cite-face-5 ((t (:foreground "pale green"))))
1457 (gnus-cite-face-6 ((t (:foreground "beige"))))
1458 (gnus-cite-face-7 ((t (:foreground "orange"))))
1459 (gnus-cite-face-8 ((t (:foreground "magenta"))))
1460 (gnus-cite-face-9 ((t (:foreground "violet"))))
1461 (gnus-emphasis-bold ((t (:bold t :foreground "light gray"))))
1462 (gnus-emphasis-bold-italic ((t (:italic t :bold t :foreground "cyan"))))
1463 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "gold"))))
1464 (gnus-emphasis-italic ((t (:italic t :foreground "cyan"))))
1465 (gnus-emphasis-underline ((t (:underline t :foreground "white"))))
1466 (gnus-emphasis-underline-bold ((t (:underline t :bold t :foreground "white"))))
1467 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t :foreground "white"))))
1468 (gnus-emphasis-underline-italic ((t (:underline t :italic t :foreground "white"))))
1469 (gnus-group-mail-1-empty-face ((t (:foreground "Magenta"))))
1470 (gnus-group-mail-1-face ((t (:bold t :foreground "Magenta"))))
1471 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
1472 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2"))))
1473 (gnus-group-mail-3-empty-face ((t (:foreground "Cyan"))))
1474 (gnus-group-mail-3-face ((t (:bold t :foreground "Cyan"))))
1475 (gnus-group-mail-low-empty-face ((t (:foreground "Wheat"))))
1476 (gnus-group-mail-low-face ((t (:foreground "aquamarine4"))))
1477 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
1478 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise"))))
1479 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
1480 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise"))))
1481 (gnus-group-news-3-empty-face ((t (:foreground "wheat"))))
1482 (gnus-group-news-3-face ((t (:bold t :foreground "Wheat"))))
1483 (gnus-group-news-4-empty-face ((t (nil))))
1484 (gnus-group-news-4-face ((t (:bold t))))
1485 (gnus-group-news-5-empty-face ((t (nil))))
1486 (gnus-group-news-5-face ((t (:bold t))))
1487 (gnus-group-news-6-empty-face ((t (nil))))
1488 (gnus-group-news-6-face ((t (:bold t))))
1489 (gnus-group-news-low-empty-face ((t (:foreground "MediumAquamarine"))))
1490 (gnus-group-news-low-face ((t (:bold t :foreground "MediumAquamarine"))))
1491 (gnus-header-content-face ((t (:italic t :foreground "Wheat"))))
1492 (gnus-header-from-face ((t (:foreground "light yellow"))))
1493 (gnus-header-name-face ((t (:foreground "Wheat"))))
1494 (gnus-header-newsgroups-face ((t (:italic t :foreground "gold"))))
1495 (gnus-header-subject-face ((t (:bold t :foreground "Gold"))))
1496 (gnus-signature-face ((t (:italic t :foreground "white"))))
1497 (gnus-splash-face ((t (:foreground "orange"))))
1498 (gnus-summary-cancelled-face ((t (:background "black" :foreground "orange"))))
1499 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue"))))
1500 (gnus-summary-high-read-face ((t (:bold t :foreground "red"))))
1501 (gnus-summary-high-ticked-face ((t (:bold t :foreground "coral"))))
1502 (gnus-summary-high-unread-face ((t (:bold t :foreground "gold"))))
1503 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue"))))
1504 (gnus-summary-low-read-face ((t (:italic t :foreground "red"))))
1505 (gnus-summary-low-ticked-face ((t (:italic t :foreground "coral"))))
1506 (gnus-summary-low-unread-face ((t (:italic t :foreground "white"))))
1507 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
1508 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
1509 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
1510 (gnus-summary-normal-unread-face ((t (:foreground "white"))))
1511 (gnus-summary-selected-face ((t (:underline t :foreground "white"))))
1512 (highlight ((t (:background "Blue" :foreground "white"))))
1513 (highline-face ((t (:background "dark slate gray" :foreground "white"))))
1514 (holiday-face ((t (:background "red" :foreground "white"))))
1515 (info-menu-5 ((t (:underline t))))
1516 (info-node ((t (:italic t :bold t :foreground "white"))))
1517 (info-xref ((t (:bold t :foreground "light gray"))))
1518 (italic ((t (:italic t :foreground "cyan"))))
1519 (makefile-space-face ((t (:background "hotpink" :foreground "white"))))
1520 (message-cited-text-face ((t (:foreground "green"))))
1521 (message-header-cc-face ((t (:bold t :foreground "Aquamarine"))))
1522 (message-header-name-face ((t (:foreground "Gold"))))
1523 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "gold"))))
1524 (message-header-other-face ((t (:foreground "lightGray"))))
1525 (message-header-subject-face ((t (:foreground "Yellow"))))
1526 (message-header-to-face ((t (:bold t :foreground "green2"))))
1527 (message-header-xheader-face ((t (:foreground "sky blue"))))
1528 (message-mml-face ((t (:bold t :foreground "khaki"))))
1529 (message-separator-face ((t (:background "aquamarine" :foreground "black"))))
1530 (modeline ((t (:background "dark gray" :foreground "black"))))
1531 (modeline-buffer-id ((t (:background "dark gray" :foreground "black"))))
1532 (modeline-mousable ((t (:background "dark gray" :foreground "black"))))
1533 (modeline-mousable-minor-mode ((t (:background "dark gray" :foreground "black"))))
1534 (paren-mismatch-face ((t (:bold t :background "white" :foreground "red"))))
1535 (paren-no-match-face ((t (:bold t :background "white" :foreground "red"))))
1536 (region ((t (:background "MediumSlateBlue" :foreground "white"))))
1537 (secondary-selection ((t (:background "Sienna" :foreground "white"))))
1538 (show-paren-match-face ((t (:background "purple" :foreground "white"))))
1539 (show-paren-mismatch-face ((t (:bold t :background "white" :foreground "red"))))
1540 (speedbar-button-face ((t (nil))))
1541 (speedbar-directory-face ((t (nil))))
1542 (speedbar-file-face ((t (:bold t))))
1543 (speedbar-highlight-face ((t (nil))))
1544 (speedbar-selected-face ((t (:underline t))))
1545 (speedbar-tag-face ((t (nil))))
1546 (swbuff-current-buffer-face ((t (:bold t :foreground "red"))))
1547 (underline ((t (:underline t :foreground "white"))))
1548 (widget-button-face ((t (:bold t :foreground "coral"))))
1549 (widget-button-pressed-face ((t (:foreground "red"))))
1550 (widget-documentation-face ((t (:foreground "lime green"))))
1551 (widget-field-face ((t (:background "dim gray" :foreground "white"))))
1552 (widget-inactive-face ((t (:foreground "light gray"))))
1553 (widget-single-line-field-face ((t (:background "dim gray" :foreground "white")))))))
1555 (defun color-theme-blue-sea ()
1556 "The grey on midnight blue theme.
1558 Includes faces for apropos, font-lock (Emacs and XEmacs), speedbar,
1559 custom, widget, info, flyspell, gnus, message, man, woman, dired.
1561 This is what you should put in your .Xdefaults file, if you want to
1562 change the colors of the menus:
1564 emacs*Background: DarkSlateGray
1565 emacs*Foreground: Wheat"
1566 (interactive)
1567 (color-theme-blue-gnus)
1568 (let ((color-theme-is-cumulative t))
1569 (color-theme-blue-erc)
1570 (color-theme-install
1571 '(color-theme-blue-sea
1572 ((background-color . "MidnightBlue")
1573 (background-mode . dark)
1574 (border-color . "Grey")
1575 (cursor-color . "Grey")
1576 (foreground-color . "Grey")
1577 (mouse-color . "Grey"))
1578 ((Man-overstrike-face . woman-bold-face)
1579 (Man-underline-face . woman-italic-face))
1580 (default ((t (nil))))
1581 (bold ((t (:bold t))))
1582 (bold-italic ((t (:bold t :foreground "beige"))))
1583 (calendar-today-face ((t (:underline t))))
1584 (cperl-array-face ((t (:foreground "light salmon" :bold t))))
1585 (cperl-hash-face ((t (:foreground "beige" :bold t :italic t))))
1586 (cperl-nonoverridable-face ((t (:foreground "aquamarine"))))
1587 (custom-button-face ((t (:foreground "gainsboro"))))
1588 (custom-changed-face ((t (:foreground "white" :background "blue"))))
1589 (custom-documentation-face ((t (:foreground "light blue"))))
1590 (custom-face-tag-face ((t (:underline t))))
1591 (custom-group-tag-face ((t (:foreground "pale turquoise" :bold t))))
1592 (custom-group-tag-face-1 ((t (:foreground "pale turquoise" :underline t))))
1593 (custom-invalid-face ((t (:foreground "yellow" :background "red"))))
1594 (custom-modified-face ((t (:foreground "white" :background "blue"))))
1595 (custom-rogue-face ((t (:foreground "pink" :background "black"))))
1596 (custom-saved-face ((t (:underline t))))
1597 (custom-set-face ((t (:foreground "blue" :background "white"))))
1598 (custom-state-face ((t (:foreground "light salmon"))))
1599 (custom-variable-button-face ((t (:bold t :underline t))))
1600 (custom-variable-tag-face ((t (:foreground "turquoise" :bold t))))
1601 (diary-face ((t (:foreground "red"))))
1602 (dired-face-directory ((t (:bold t :foreground "sky blue"))))
1603 (dired-face-permissions ((t (:foreground "aquamarine"))))
1604 (dired-face-flagged ((t (:foreground "tomato"))))
1605 (dired-face-marked ((t (:foreground "light salmon"))))
1606 (dired-face-executable ((t (:foreground "green yellow"))))
1607 (eshell-ls-archive-face ((t (:bold t :foreground "medium purple"))))
1608 (eshell-ls-backup-face ((t (:foreground "dim gray"))))
1609 (eshell-ls-clutter-face ((t (:foreground "dim gray"))))
1610 (eshell-ls-directory-face ((t (:bold t :foreground "medium slate blue"))))
1611 (eshell-ls-executable-face ((t (:bold t :foreground "aquamarine"))))
1612 (eshell-ls-missing-face ((t (:foreground "black"))))
1613 (eshell-ls-picture-face ((t (:foreground "violet"))))
1614 (eshell-ls-product-face ((t (:foreground "light steel blue"))))
1615 (eshell-ls-readonly-face ((t (:foreground "aquamarine"))))
1616 (eshell-ls-special-face ((t (:foreground "gold"))))
1617 (eshell-ls-symlink-face ((t (:foreground "white"))))
1618 (eshell-ls-unreadable-face ((t (:foreground "dim gray"))))
1619 (eshell-prompt-face ((t (:foreground "light sky blue" :bold t))))
1620 (excerpt ((t (:italic t))))
1621 (fixed ((t (:bold t))))
1622 (flyspell-duplicate-face ((t (:foreground "Gold3" :bold t :underline t))))
1623 (flyspell-incorrect-face ((t (:foreground "OrangeRed" :bold t :underline t))))
1624 (font-lock-builtin-face ((t (:foreground "aquamarine"))))
1625 (font-lock-comment-face ((t (:foreground "light blue"))))
1626 (font-lock-constant-face ((t (:foreground "pale green"))))
1627 (font-lock-doc-string-face ((t (:foreground "sky blue"))))
1628 (font-lock-function-name-face ((t (:bold t :foreground "aquamarine"))))
1629 (font-lock-keyword-face ((t (:foreground "pale turquoise" :bold t))))
1630 (font-lock-reference-face ((t (:foreground "pale green"))))
1631 (font-lock-string-face ((t (:foreground "light sky blue"))))
1632 (font-lock-type-face ((t (:foreground "sky blue" :bold t))))
1633 (font-lock-variable-name-face ((t (:foreground "turquoise" :bold t))))
1634 (font-lock-warning-face ((t (:foreground "Red" :bold t))))
1635 (fringe ((t (:background "MidnightBlue"))))
1636 (header-line ((t (:background "#002" :foreground "cornflower blue"))))
1637 (highlight ((t (:background "dark slate blue" :foreground "light blue"))))
1638 (highline-face ((t (:background "DeepSkyBlue4"))))
1639 (holiday-face ((t (:background "pink"))))
1640 (info-menu-5 ((t (:underline t))))
1641 (info-node ((t (:bold t))))
1642 (info-xref ((t (:bold t :foreground "sky blue"))))
1643 (isearch ((t (:background "slate blue"))))
1644 (italic ((t (:foreground "sky blue"))))
1645 (makefile-space-face ((t (:background "hotpink"))))
1646 (menu ((t (:background "MidnightBlue" :foreground "Grey"))))
1647 (modeline ((t (:foreground "wheat" :background "slate blue"))))
1648 (mode-line-inactive ((t (:background "dark slate blue" :foreground "wheat"))))
1649 (modeline-buffer-id ((t (:foreground "beige" :background "slate blue"))))
1650 (modeline-mousable ((t (:foreground "light cyan" :background "slate blue"))))
1651 (modeline-mousable-minor-mode ((t (:foreground "wheat" :background "slate blue"))))
1652 (region ((t (:background "DarkSlateBlue"))))
1653 (secondary-selection ((t (:background "steel blue"))))
1654 (show-paren-match-face ((t (:foreground "white" :background "light slate blue"))))
1655 (show-paren-mismatch-face ((t (:foreground "white" :background "red"))))
1656 (speedbar-button-face ((t (:foreground "seashell2"))))
1657 (speedbar-directory-face ((t (:foreground "seashell3"))))
1658 (speedbar-file-face ((t (:foreground "seashell4"))))
1659 (speedbar-highlight-face ((t (:background "dark slate blue" :foreground "wheat"))))
1660 (speedbar-selected-face ((t (:foreground "seashell1" :underline t))))
1661 (speedbar-tag-face ((t (:foreground "antique white"))))
1662 (tool-bar ((t (:background "MidnightBlue" :foreground "Grey" :box (:line-width 1 :style released-button)))))
1663 (underline ((t (:underline t))))
1664 (widget-button-face ((t (:bold t))))
1665 (widget-button-pressed-face ((t (:foreground "red"))))
1666 (widget-documentation-face ((t (:foreground "light blue"))))
1667 (widget-field-face ((t (:background "RoyalBlue4" :foreground "wheat"))))
1668 (widget-inactive-face ((t (:foreground "dim gray"))))
1669 (widget-single-line-field-face ((t (:background "slate blue" :foreground "wheat"))))
1670 (woman-bold-face ((t (:foreground "sky blue" :bold t))))
1671 (woman-italic-face ((t (:foreground "deep sky blue"))))
1672 (woman-unknown-face ((t (:foreground "LightSalmon"))))
1673 (zmacs-region ((t (:background "DarkSlateBlue"))))))))
1675 (defun color-theme-rotor ()
1676 "Black on Beige color theme by Jinwei Shen, created 2000-06-08.
1677 Supports default faces, font-lock, custom, widget, message, man,
1678 show-paren, viper."
1679 (interactive)
1680 (color-theme-install
1681 '(color-theme-rotor
1682 ((background-color . "Beige")
1683 (background-mode . light)
1684 (border-color . "black")
1685 (cursor-color . "Maroon")
1686 (foreground-color . "Black")
1687 (mouse-color . "Black"))
1688 ((Man-overstrike-face . font-lock-function-name-face)
1689 (Man-underline-face . font-lock-type-face)
1690 (list-matching-lines-face . bold)
1691 (rmail-highlight-face . font-lock-function-name-face)
1692 (watson-attribution-face . italic)
1693 (watson-url-face . bold)
1694 (watson-url-mouse-face . highlight))
1695 (default ((t (nil))))
1696 (bold ((t (:bold t :background "grey40" :foreground "yellow"))))
1697 (bold-italic ((t (:italic t :bold t :foreground "yellow green"))))
1698 (custom-button-face ((t (nil))))
1699 (custom-changed-face ((t (:background "blue" :foreground "white"))))
1700 (custom-documentation-face ((t (nil))))
1701 (custom-face-tag-face ((t (:underline t))))
1702 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
1703 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
1704 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
1705 (custom-modified-face ((t (:background "blue" :foreground "white"))))
1706 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
1707 (custom-saved-face ((t (:underline t))))
1708 (custom-set-face ((t (:background "white" :foreground "blue"))))
1709 (custom-state-face ((t (:foreground "dark green"))))
1710 (custom-variable-button-face ((t (:underline t :bold t))))
1711 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
1712 (font-lock-builtin-face ((t (:foreground "Orchid"))))
1713 (font-lock-comment-face ((t (:foreground "MediumBlue"))))
1714 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
1715 (font-lock-function-name-face ((t (:foreground "MediumSlateBlue"))))
1716 (font-lock-keyword-face ((t (:foreground "#80a0ff"))))
1717 (font-lock-string-face ((t (:foreground "red"))))
1718 (font-lock-type-face ((t (:foreground "ForestGreen"))))
1719 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
1720 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
1721 (highlight ((t (:background "PaleGreen" :foreground "black"))))
1722 (italic ((t (:italic t :foreground "yellow3"))))
1723 (message-cited-text-face ((t (:foreground "red"))))
1724 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
1725 (message-header-name-face ((t (:foreground "cornflower blue"))))
1726 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
1727 (message-header-other-face ((t (:foreground "steel blue"))))
1728 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
1729 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
1730 (message-header-xheader-face ((t (:foreground "blue"))))
1731 (message-separator-face ((t (:foreground "brown"))))
1732 (modeline ((t (:background "wheat" :foreground "DarkOliveGreen"))))
1733 (modeline-buffer-id ((t (:background "wheat" :foreground "DarkOliveGreen"))))
1734 (modeline-mousable ((t (:background "wheat" :foreground "DarkOliveGreen"))))
1735 (modeline-mousable-minor-mode ((t (:background "wheat" :foreground "DarkOliveGreen"))))
1736 (nil ((t (nil))))
1737 (region ((t (:background "dark cyan" :foreground "cyan"))))
1738 (secondary-selection ((t (:background "Turquoise" :foreground "black"))))
1739 (show-paren-match-face ((t (:background "turquoise"))))
1740 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
1741 (underline ((t (:underline t))))
1742 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
1743 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
1744 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
1745 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
1746 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
1747 (widget-button-face ((t (:bold t))))
1748 (widget-button-pressed-face ((t (:foreground "red"))))
1749 (widget-documentation-face ((t (:foreground "dark green"))))
1750 (widget-field-face ((t (:background "gray85"))))
1751 (widget-inactive-face ((t (:foreground "dim gray"))))
1752 (widget-single-line-field-face ((t (:background "gray85")))))))
1754 (defun color-theme-pierson ()
1755 "Black on White color theme by Dan L. Pierson, created 2000-06-08.
1756 Supports default faces, font-lock, show-paren."
1757 (interactive)
1758 (color-theme-install
1759 '(color-theme-pierson
1760 ((background-color . "AntiqueWhite")
1761 (background-mode . light)
1762 (border-color . "black")
1763 (cursor-color . "Orchid")
1764 (foreground-color . "black")
1765 (mouse-color . "Orchid"))
1766 ((list-matching-lines-face . bold))
1767 (default ((t (nil))))
1768 (bold ((t (:bold t))))
1769 (bold-italic ((t (:italic t :bold t))))
1770 (font-lock-builtin-face ((t (:foreground "Orchid"))))
1771 (font-lock-comment-face ((t (:foreground "ForestGreen"))))
1772 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
1773 (font-lock-function-name-face ((t (:foreground "blue3"))))
1774 (font-lock-keyword-face ((t (:foreground "Blue"))))
1775 (font-lock-string-face ((t (:foreground "Firebrick"))))
1776 (font-lock-type-face ((t (:foreground "Purple"))))
1777 (font-lock-variable-name-face ((t (:foreground "blue3"))))
1778 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
1779 (highlight ((t (:background "darkseagreen2"))))
1780 (italic ((t (:italic t))))
1781 (modeline ((t (:foreground "antiquewhite" :background "black"))))
1782 (modeline-mousable-minor-mode ((t (:foreground "antiquewhite" :background "black"))))
1783 (modeline-mousable ((t (:foreground "antiquewhite" :background "black"))))
1784 (modeline-buffer-id ((t (:foreground "antiquewhite" :background "black"))))
1785 (region ((t (:background "gray"))))
1786 (secondary-selection ((t (:background "paleturquoise"))))
1787 (show-paren-match-face ((t (:background "turquoise"))))
1788 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
1789 (underline ((t (:underline t)))))))
1791 (defun color-theme-xemacs ()
1792 "XEmacs standard colors.
1793 If you are missing standard faces in this theme, please notify the maintainer.
1794 Currently, this theme includes the standard faces and font-lock faces, including
1795 some faces used in Emacs only but which are needed to recreate the look of the
1796 XEmacs color theme."
1797 (interactive)
1798 (color-theme-install
1799 '(color-theme-xemacs
1800 ((background-color . "gray80")
1801 (background-mode . light)
1802 (background-toolbar-color . "#cf3ccf3ccf3c")
1803 (border-color . "#000000000000")
1804 (bottom-toolbar-shadow-color . "#79e77df779e7")
1805 (cursor-color . "Red3")
1806 (foreground-color . "black")
1807 (top-toolbar-shadow-color . "#fffffbeeffff"))
1808 (default ((t (nil))))
1809 (blue ((t (:foreground "blue"))))
1810 (bold ((t (:bold t))))
1811 (bold-italic ((t (:italic t :bold t))))
1812 (border-glyph ((t (nil))))
1813 (custom-button-face ((t (:bold t))))
1814 (custom-changed-face ((t (:background "blue" :foreground "white"))))
1815 (custom-documentation-face ((t (nil))))
1816 (custom-face-tag-face ((t (:underline t))))
1817 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
1818 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
1819 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
1820 (custom-modified-face ((t (:background "blue" :foreground "white"))))
1821 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
1822 (custom-saved-face ((t (:underline t))))
1823 (custom-set-face ((t (:background "white" :foreground "blue"))))
1824 (custom-state-face ((t (:foreground "dark green"))))
1825 (custom-variable-button-face ((t (:underline t :bold t))))
1826 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
1827 (dired-face-boring ((t (:foreground "Gray65"))))
1828 (dired-face-directory ((t (:bold t))))
1829 (dired-face-executable ((t (:foreground "SeaGreen"))))
1830 (dired-face-flagged ((t (:background "LightSlateGray"))))
1831 (dired-face-marked ((t (:background "PaleVioletRed"))))
1832 (dired-face-permissions ((t (:background "grey75" :foreground "black"))))
1833 (dired-face-setuid ((t (:foreground "Red"))))
1834 (dired-face-socket ((t (:foreground "magenta"))))
1835 (dired-face-symlink ((t (:foreground "cyan"))))
1836 (font-lock-builtin-face ((t (:foreground "red3"))))
1837 (font-lock-comment-face ((t (:foreground "blue4"))))
1838 (font-lock-constant-face ((t (:foreground "red3"))))
1839 (font-lock-doc-string-face ((t (:foreground "green4"))))
1840 (font-lock-function-name-face ((t (:foreground "brown4"))))
1841 (font-lock-keyword-face ((t (:foreground "red4"))))
1842 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
1843 (font-lock-reference-face ((t (:foreground "red3"))))
1844 (font-lock-string-face ((t (:foreground "green4"))))
1845 (font-lock-type-face ((t (:foreground "steelblue"))))
1846 (font-lock-variable-name-face ((t (:foreground "magenta4"))))
1847 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
1848 (green ((t (:foreground "green"))))
1849 (gui-button-face ((t (:background "grey75" :foreground "black"))))
1850 (gui-element ((t (:background "Gray80"))))
1851 (highlight ((t (:background "darkseagreen2"))))
1852 (info-node ((t (:italic t :bold t))))
1853 (info-xref ((t (:bold t))))
1854 (isearch ((t (:background "paleturquoise"))))
1855 (italic ((t (:italic t))))
1856 (left-margin ((t (nil))))
1857 (list-mode-item-selected ((t (:background "gray68"))))
1858 (modeline ((t (:background "Gray80"))))
1859 (modeline-buffer-id ((t (:background "Gray80" :foreground "blue4"))))
1860 (modeline-mousable ((t (:background "Gray80" :foreground "firebrick"))))
1861 (modeline-mousable-minor-mode ((t (:background "Gray80" :foreground "green4"))))
1862 (paren-blink-off ((t (:foreground "gray80"))))
1863 (paren-match ((t (:background "darkseagreen2"))))
1864 (paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
1865 (pointer ((t (nil))))
1866 (primary-selection ((t (:background "gray65"))))
1867 (red ((t (:foreground "red"))))
1868 (region ((t (:background "gray65"))))
1869 (right-margin ((t (nil))))
1870 (secondary-selection ((t (:background "paleturquoise"))))
1871 (text-cursor ((t (:background "Red3" :foreground "gray80"))))
1872 (toolbar ((t (:background "Gray80"))))
1873 (underline ((t (:underline t))))
1874 (vertical-divider ((t (:background "Gray80"))))
1875 (widget-button-face ((t (:bold t))))
1876 (widget-button-pressed-face ((t (:foreground "red"))))
1877 (widget-documentation-face ((t (:foreground "dark green"))))
1878 (widget-field-face ((t (:background "gray85"))))
1879 (widget-inactive-face ((t (:foreground "dim gray"))))
1880 (yellow ((t (:foreground "yellow"))))
1881 (zmacs-region ((t (:background "gray65")))))))
1883 (defun color-theme-jsc-light ()
1884 "Color theme by John S Cooper, created 2000-06-08."
1885 (interactive)
1886 (color-theme-install
1887 '(color-theme-jsc-light
1888 ((background-color . "white")
1889 (background-mode . light)
1890 (border-color . "black")
1891 (cursor-color . "Red")
1892 (foreground-color . "black")
1893 (mouse-color . "black"))
1894 ((gnus-mouse-face . highlight)
1895 (list-matching-lines-face . bold)
1896 (view-highlight-face . highlight))
1897 (default ((t (nil))))
1898 (bold ((t (:bold t :foreground "red3"))))
1899 (bold-italic ((t (:italic t :bold t :foreground "red"))))
1900 (custom-button-face ((t (nil))))
1901 (custom-changed-face ((t (:background "blue" :foreground "white"))))
1902 (custom-documentation-face ((t (nil))))
1903 (custom-face-tag-face ((t (:underline t))))
1904 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
1905 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
1906 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
1907 (custom-modified-face ((t (:background "blue" :foreground "white"))))
1908 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
1909 (custom-saved-face ((t (:underline t))))
1910 (custom-set-face ((t (:background "white" :foreground "blue"))))
1911 (custom-state-face ((t (:foreground "dark green"))))
1912 (custom-variable-button-face ((t (:underline t :bold t))))
1913 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
1914 (font-lock-builtin-face ((t (:foreground "Orchid"))))
1915 (font-lock-comment-face ((t (:italic t :bold t :foreground "Red3"))))
1916 (font-lock-constant-face ((t (:foreground "navy"))))
1917 (font-lock-function-name-face ((t (:bold t :foreground "Blue"))))
1918 (font-lock-keyword-face ((t (:bold t :foreground "Purple"))))
1919 (font-lock-string-face ((t (:foreground "Green4"))))
1920 (font-lock-type-face ((t (:foreground "Navy"))))
1921 (font-lock-variable-name-face ((t (:foreground "Tan4"))))
1922 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
1923 (gnus-cite-attribution-face ((t (:italic t))))
1924 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
1925 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
1926 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
1927 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
1928 (gnus-cite-face-3 ((t (:foreground "dark green"))))
1929 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
1930 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
1931 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
1932 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
1933 (gnus-cite-face-8 ((t (:foreground "magenta"))))
1934 (gnus-cite-face-9 ((t (:foreground "violet"))))
1935 (gnus-emphasis-bold ((t (:bold t))))
1936 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
1937 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
1938 (gnus-emphasis-italic ((t (:italic t))))
1939 (gnus-emphasis-underline ((t (:underline t))))
1940 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
1941 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
1942 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
1943 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
1944 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
1945 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
1946 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
1947 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
1948 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
1949 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
1950 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
1951 (gnus-group-news-1-empty-face ((t (:foreground "blue2"))))
1952 (gnus-group-news-1-face ((t (:bold t :foreground "blue2"))))
1953 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
1954 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
1955 (gnus-group-news-3-empty-face ((t (nil))))
1956 (gnus-group-news-3-face ((t (:bold t))))
1957 (gnus-group-news-4-empty-face ((t (nil))))
1958 (gnus-group-news-4-face ((t (:bold t))))
1959 (gnus-group-news-5-empty-face ((t (nil))))
1960 (gnus-group-news-5-face ((t (:bold t))))
1961 (gnus-group-news-6-empty-face ((t (nil))))
1962 (gnus-group-news-6-face ((t (:bold t))))
1963 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
1964 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
1965 (gnus-header-content-face ((t (:italic t :foreground "blue"))))
1966 (gnus-header-from-face ((t (:foreground "red3"))))
1967 (gnus-header-name-face ((t (:foreground "red3"))))
1968 (gnus-header-newsgroups-face ((t (:italic t :foreground "MidnightBlue"))))
1969 (gnus-header-subject-face ((t (:bold t :foreground "red"))))
1970 (gnus-signature-face ((t (:foreground "pink"))))
1971 (gnus-splash-face ((t (:foreground "Brown"))))
1972 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
1973 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
1974 (gnus-summary-high-read-face ((t (:bold t :foreground "navy"))))
1975 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
1976 (gnus-summary-high-unread-face ((t (:bold t :foreground "blue"))))
1977 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
1978 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
1979 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick"))))
1980 (gnus-summary-low-unread-face ((t (:italic t))))
1981 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
1982 (gnus-summary-normal-read-face ((t (:foreground "red3"))))
1983 (gnus-summary-normal-ticked-face ((t (:foreground "black"))))
1984 (gnus-summary-normal-unread-face ((t (:bold t :foreground "red3"))))
1985 (gnus-summary-selected-face ((t (:underline t))))
1986 (highlight ((t (:background "antiquewhite" :foreground "blue"))))
1987 (italic ((t (:italic t))))
1988 (makefile-space-face ((t (:background "hotpink"))))
1989 (message-cited-text-face ((t (:foreground "red"))))
1990 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
1991 (message-header-name-face ((t (:foreground "cornflower blue"))))
1992 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
1993 (message-header-other-face ((t (:foreground "steel blue"))))
1994 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
1995 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
1996 (message-header-xheader-face ((t (:foreground "blue"))))
1997 (message-mml-face ((t (:foreground "ForestGreen"))))
1998 (message-separator-face ((t (:foreground "brown"))))
1999 (modeline ((t (:background "plum" :foreground "black"))))
2000 (modeline-buffer-id ((t (:background "plum" :foreground "black"))))
2001 (modeline-mousable ((t (:background "plum" :foreground "black"))))
2002 (modeline-mousable-minor-mode ((t (:background "plum" :foreground "black"))))
2003 (region ((t (:background "plum"))))
2004 (secondary-selection ((t (:background "palegreen"))))
2005 (show-paren-match-face ((t (:background "plum"))))
2006 (show-paren-mismatch-face ((t (:background "navy" :foreground "white"))))
2007 (speedbar-button-face ((t (:foreground "green4"))))
2008 (speedbar-directory-face ((t (:foreground "blue4"))))
2009 (speedbar-file-face ((t (:foreground "cyan4"))))
2010 (speedbar-highlight-face ((t (:background "green"))))
2011 (speedbar-selected-face ((t (:underline t :foreground "red"))))
2012 (speedbar-tag-face ((t (:foreground "brown"))))
2013 (underline ((t (:underline t))))
2014 (widget-button-face ((t (:bold t))))
2015 (widget-button-pressed-face ((t (:foreground "red"))))
2016 (widget-documentation-face ((t (:foreground "dark green"))))
2017 (widget-field-face ((t (:background "gray85"))))
2018 (widget-inactive-face ((t (:foreground "dim gray"))))
2019 (widget-single-line-field-face ((t (:background "gray85")))))))
2021 (defun color-theme-jsc-dark ()
2022 "Color theme by John S Cooper, created 2000-06-11."
2023 (interactive)
2024 (color-theme-install
2025 '(color-theme-jsc-dark
2026 ((background-color . "black")
2027 (background-mode . dark)
2028 (border-color . "black")
2029 (cursor-color . "white")
2030 (foreground-color . "cornsilk")
2031 (mouse-color . "black"))
2032 ((gnus-mouse-face . highlight)
2033 (goto-address-mail-face . italic)
2034 (goto-address-mail-mouse-face . secondary-selection)
2035 (goto-address-url-face . bold)
2036 (goto-address-url-mouse-face . highlight)
2037 (list-matching-lines-face . bold)
2038 (view-highlight-face . highlight))
2039 (blank-space-face ((t (:background "LightGray"))))
2040 (blank-tab-face ((t (:background "cornsilk" :foreground "black"))))
2041 (default ((t (nil))))
2042 (bold ((t (:bold t :foreground "white"))))
2043 (bold-italic ((t (:italic t :bold t))))
2044 (calendar-today-face ((t (:underline t))))
2045 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue"))))
2046 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red"))))
2047 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
2048 (custom-button-face ((t (:foreground "white"))))
2049 (custom-changed-face ((t (:background "skyblue" :foreground "wheat"))))
2050 (custom-documentation-face ((t (:foreground "white"))))
2051 (custom-face-tag-face ((t (:underline t :foreground "white"))))
2052 (custom-group-tag-face ((t (:underline t :foreground "skyblue"))))
2053 (custom-group-tag-face-1 ((t (:underline t :foreground "pink"))))
2054 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
2055 (custom-modified-face ((t (:background "blue" :foreground "white"))))
2056 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
2057 (custom-saved-face ((t (:underline t))))
2058 (custom-set-face ((t (:foreground "blue"))))
2059 (custom-state-face ((t (:foreground "light green"))))
2060 (custom-variable-button-face ((t (:underline t :bold t))))
2061 (custom-variable-tag-face ((t (:underline t :foreground "skyblue"))))
2062 (diary-face ((t (:bold t :foreground "orange"))))
2063 (font-lock-builtin-face ((t (:bold t :foreground "LightSteelBlue"))))
2064 (font-lock-comment-face ((t (:italic t :foreground "red"))))
2065 (font-lock-constant-face ((t (:bold t :foreground "salmon"))))
2066 (font-lock-function-name-face ((t (:bold t :foreground "orange"))))
2067 (font-lock-keyword-face ((t (:bold t :foreground "gold"))))
2068 (font-lock-string-face ((t (:italic t :foreground "orange"))))
2069 (font-lock-type-face ((t (:bold t :foreground "gold"))))
2070 (font-lock-variable-name-face ((t (:italic t :bold t :foreground "light salmon"))))
2071 (font-lock-warning-face ((t (:bold t :foreground "gold"))))
2072 (gnus-cite-attribution-face ((t (:italic t))))
2073 (gnus-cite-face-1 ((t (:foreground "light cyan"))))
2074 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
2075 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
2076 (gnus-cite-face-2 ((t (:foreground "light blue"))))
2077 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
2078 (gnus-cite-face-4 ((t (:foreground "light pink"))))
2079 (gnus-cite-face-5 ((t (:foreground "pale green"))))
2080 (gnus-cite-face-6 ((t (:foreground "beige"))))
2081 (gnus-cite-face-7 ((t (:foreground "orange"))))
2082 (gnus-cite-face-8 ((t (:foreground "magenta"))))
2083 (gnus-cite-face-9 ((t (:foreground "violet"))))
2084 (gnus-emphasis-bold ((t (:bold t))))
2085 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
2086 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
2087 (gnus-emphasis-italic ((t (:italic t))))
2088 (gnus-emphasis-underline ((t (:background "goldenrod4" :foreground "white"))))
2089 (gnus-emphasis-underline-bold ((t (:underline t :bold t :background "yellow" :foreground "black"))))
2090 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t :background "yellow" :foreground "black"))))
2091 (gnus-emphasis-underline-italic ((t (:underline t :italic t :background "yellow" :foreground "black"))))
2092 (gnus-filterhist-face-1 ((t (nil))))
2093 (gnus-group-mail-1-empty-face ((t (:foreground "gray80"))))
2094 (gnus-group-mail-1-face ((t (:bold t :foreground "white"))))
2095 (gnus-group-mail-2-empty-face ((t (:foreground "lightcyan"))))
2096 (gnus-group-mail-2-face ((t (:bold t :foreground "lightcyan"))))
2097 (gnus-group-mail-3-empty-face ((t (:foreground "tan"))))
2098 (gnus-group-mail-3-face ((t (:bold t :foreground "tan"))))
2099 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
2100 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4"))))
2101 (gnus-group-news-1-empty-face ((t (:foreground "white"))))
2102 (gnus-group-news-1-face ((t (:bold t :foreground "white"))))
2103 (gnus-group-news-2-empty-face ((t (:foreground "lightcyan"))))
2104 (gnus-group-news-2-face ((t (:bold t :foreground "lightcyan"))))
2105 (gnus-group-news-3-empty-face ((t (:foreground "tan"))))
2106 (gnus-group-news-3-face ((t (:bold t :foreground "tan"))))
2107 (gnus-group-news-4-empty-face ((t (:foreground "white"))))
2108 (gnus-group-news-4-face ((t (:bold t :foreground "white"))))
2109 (gnus-group-news-5-empty-face ((t (:foreground "wheat"))))
2110 (gnus-group-news-5-face ((t (:bold t :foreground "wheat"))))
2111 (gnus-group-news-6-empty-face ((t (:foreground "tan"))))
2112 (gnus-group-news-6-face ((t (:bold t :foreground "tan"))))
2113 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
2114 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise"))))
2115 (gnus-header-content-face ((t (:italic t :foreground "plum1"))))
2116 (gnus-header-from-face ((t (:bold t :foreground "wheat"))))
2117 (gnus-header-name-face ((t (:bold t :foreground "gold"))))
2118 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "wheat"))))
2119 (gnus-header-subject-face ((t (:bold t :foreground "red"))))
2120 (gnus-signature-face ((t (:italic t :foreground "maroon"))))
2121 (gnus-splash ((t (:foreground "Brown"))))
2122 (gnus-splash-face ((t (:foreground "gold"))))
2123 (gnus-summary-cancelled-face ((t (:background "gray" :foreground "black"))))
2124 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue"))))
2125 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen"))))
2126 (gnus-summary-high-ticked-face ((t (:bold t :foreground "gray70"))))
2127 (gnus-summary-high-unread-face ((t (:italic t :bold t))))
2128 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue"))))
2129 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen"))))
2130 (gnus-summary-low-ticked-face ((t (:italic t :bold t :foreground "gray70"))))
2131 (gnus-summary-low-unread-face ((t (:italic t))))
2132 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
2133 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
2134 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "gray70"))))
2135 (gnus-summary-normal-unread-face ((t (:bold t))))
2136 (gnus-summary-selected-face ((t (:underline t :background "deepskyblue4"))))
2137 (highlight ((t (:background "darkslategray" :foreground "wheat"))))
2138 (highlight-changes-delete-face ((t (:underline t :foreground "red"))))
2139 (highlight-changes-face ((t (:foreground "red"))))
2140 (highline-face ((t (:background "gray35"))))
2141 (holiday-face ((t (:background "red"))))
2142 (info-menu-5 ((t (:underline t))))
2143 (info-node ((t (:italic t :bold t :foreground "yellow"))))
2144 (info-xref ((t (:bold t :foreground "plum"))))
2145 (italic ((t (:italic t))))
2146 (lazy-highlight-face ((t (:bold t :foreground "dark magenta"))))
2147 (linemenu-face ((t (:background "gray30"))))
2148 (makefile-space-face ((t (:background "hotpink"))))
2149 (message-cited-text-face ((t (:foreground "plum1"))))
2150 (message-header-cc-face ((t (:bold t :foreground "ivory"))))
2151 (message-header-name-face ((t (:foreground "light sky blue"))))
2152 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "lavender blush"))))
2153 (message-header-other-face ((t (:foreground "pale turquoise"))))
2154 (message-header-subject-face ((t (:bold t :foreground "papaya whip"))))
2155 (message-header-to-face ((t (:bold t :foreground "floral white"))))
2156 (message-header-xheader-face ((t (:foreground "blue"))))
2157 (message-mml-face ((t (:bold t :foreground "ForestGreen"))))
2158 (message-separator-face ((t (:foreground "sandy brown"))))
2159 (modeline ((t (:background "tan" :foreground "black"))))
2160 (modeline-buffer-id ((t (:background "tan" :foreground "black"))))
2161 (modeline-mousable ((t (:background "tan" :foreground "black"))))
2162 (modeline-mousable-minor-mode ((t (:background "tan" :foreground "black"))))
2163 (paren-mismatch-face ((t (:bold t :background "white" :foreground "red"))))
2164 (paren-no-match-face ((t (:bold t :background "white" :foreground "red"))))
2165 (region ((t (:background "slategrey"))))
2166 (secondary-selection ((t (:background "deepskyblue4"))))
2167 (sgml-doctype-face ((t (:foreground "orange"))))
2168 (sgml-end-tag-face ((t (:foreground "greenyellow"))))
2169 (sgml-entity-face ((t (:foreground "gold"))))
2170 (sgml-ignored-face ((t (:background "gray60" :foreground "gray20"))))
2171 (sgml-sgml-face ((t (:foreground "yellow"))))
2172 (sgml-start-tag-face ((t (:foreground "mediumspringgreen"))))
2173 (show-paren-match-face ((t (:background "deepskyblue4"))))
2174 (show-paren-mismatch-face ((t (:bold t :background "red" :foreground "white"))))
2175 (speedbar-button-face ((t (:foreground "green4"))))
2176 (speedbar-directory-face ((t (:foreground "blue4"))))
2177 (speedbar-file-face ((t (:bold t :foreground "cyan4"))))
2178 (speedbar-highlight-face ((t (:background "green"))))
2179 (speedbar-selected-face ((t (:underline t :foreground "red"))))
2180 (speedbar-tag-face ((t (:foreground "brown"))))
2181 (underline ((t (:underline t))))
2182 (widget-button-face ((t (:bold t))))
2183 (widget-button-pressed-face ((t (:foreground "red"))))
2184 (widget-documentation-face ((t (:foreground "lime green"))))
2185 (widget-field-face ((t (:background "gray20"))))
2186 (widget-inactive-face ((t (:foreground "wheat"))))
2187 (widget-single-line-field-face ((t (:background "gray20"))))
2188 (woman-bold-face ((t (:bold t))))
2189 (woman-italic-face ((t (:foreground "beige"))))
2190 (woman-unknown-face ((t (:foreground "LightSalmon")))))))
2192 (defun color-theme-greiner ()
2193 "Color theme by Kevin Greiner, created 2000-06-13.
2194 Black on Beige, supports default, font-lock, speedbar, custom, widget
2195 faces. Designed to be easy on the eyes, particularly on Win32
2196 computers which commonly have white window backgrounds."
2197 (interactive)
2198 (color-theme-install
2199 '(color-theme-greiner
2200 ((background-color . "beige")
2201 (background-mode . light)
2202 (border-color . "black")
2203 (cursor-color . "black")
2204 (foreground-color . "black")
2205 (mouse-color . "black"))
2206 ((list-matching-lines-face . bold))
2207 (default ((t (nil))))
2208 (bold ((t (:bold t))))
2209 (bold-italic ((t (:italic t :bold t))))
2210 (custom-button-face ((t (nil))))
2211 (custom-changed-face ((t (:background "blue" :foreground "white"))))
2212 (custom-documentation-face ((t (nil))))
2213 (custom-face-tag-face ((t (:underline t))))
2214 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
2215 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
2216 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
2217 (custom-modified-face ((t (:background "blue" :foreground "white"))))
2218 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
2219 (custom-saved-face ((t (:underline t))))
2220 (custom-set-face ((t (:background "white" :foreground "blue"))))
2221 (custom-state-face ((t (:foreground "dark green"))))
2222 (custom-variable-button-face ((t (:underline t :bold t))))
2223 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
2224 (font-lock-builtin-face ((t (:foreground "blue4"))))
2225 (font-lock-comment-face ((t (:foreground "Firebrick"))))
2226 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
2227 (font-lock-function-name-face ((t (:foreground "Blue"))))
2228 (font-lock-keyword-face ((t (:foreground "royal blue"))))
2229 (font-lock-string-face ((t (:foreground "RosyBrown"))))
2230 (font-lock-type-face ((t (:foreground "ForestGreen"))))
2231 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
2232 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
2233 (highlight ((t (:background "darkseagreen2"))))
2234 (info-menu-5 ((t (:underline t))))
2235 (info-node ((t (:italic t :bold t))))
2236 (info-xref ((t (:bold t))))
2237 (italic ((t (:italic t))))
2238 (modeline ((t (:background "black" :foreground "white"))))
2239 (modeline-mousable-minor-mode ((t (:background "black" :foreground "white"))))
2240 (modeline-mousable ((t (:background "black" :foreground "white"))))
2241 (modeline-buffer-id ((t (:background "black" :foreground "white"))))
2242 (region ((t (:background "gray"))))
2243 (secondary-selection ((t (:background "paleturquoise"))))
2244 (show-paren-match-face ((t (:background "turquoise"))))
2245 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
2246 (speedbar-button-face ((t (:foreground "green4"))))
2247 (speedbar-directory-face ((t (:foreground "blue4"))))
2248 (speedbar-file-face ((t (:foreground "cyan4"))))
2249 (speedbar-highlight-face ((t (:background "green"))))
2250 (speedbar-selected-face ((t (:underline t :foreground "red"))))
2251 (speedbar-tag-face ((t (:foreground "brown"))))
2252 (underline ((t (:underline t))))
2253 (widget-button-face ((t (:bold t))))
2254 (widget-button-pressed-face ((t (:foreground "red"))))
2255 (widget-documentation-face ((t (:foreground "dark green"))))
2256 (widget-field-face ((t (:background "gray85"))))
2257 (widget-inactive-face ((t (:foreground "dim gray"))))
2258 (widget-single-line-field-face ((t (:background "gray85")))))))
2260 (defun color-theme-jb-simple ()
2261 "Color theme by jeff, created 2000-06-14.
2262 Uses white background and bold for many things"
2263 (interactive)
2264 (color-theme-install
2265 '(color-theme-jb-simple
2266 ((background-color . "white")
2267 (background-mode . light)
2268 (background-toolbar-color . "#cf3ccf3ccf3c")
2269 (border-color . "black")
2270 (bottom-toolbar-shadow-color . "#79e77df779e7")
2271 (cursor-color . "black")
2272 (foreground-color . "black")
2273 (mouse-color . "black")
2274 (top-toolbar-shadow-color . "#fffffbeeffff"))
2275 ((gnus-mouse-face . highlight)
2276 (list-matching-lines-face . bold)
2277 (rmail-highlight-face . font-lock-function-name-face)
2278 (view-highlight-face . highlight))
2279 (default ((t (nil))))
2280 (blank-space-face ((t (nil))))
2281 (blank-tab-face ((t (nil))))
2282 (blue ((t (nil))))
2283 (bold ((t (:bold t))))
2284 (bold-italic ((t (:italic t :bold t))))
2285 (border-glyph ((t (nil))))
2286 (calendar-today-face ((t (:underline t))))
2287 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue"))))
2288 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red"))))
2289 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
2290 (custom-button-face ((t (:bold t))))
2291 (custom-changed-face ((t (:background "blue" :foreground "white"))))
2292 (custom-documentation-face ((t (nil))))
2293 (custom-face-tag-face ((t (:underline t))))
2294 (custom-group-tag-face ((t (:underline t :bold t :foreground "blue"))))
2295 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
2296 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
2297 (custom-modified-face ((t (:background "blue" :foreground "white"))))
2298 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
2299 (custom-saved-face ((t (:underline t))))
2300 (custom-set-face ((t (:background "white" :foreground "blue"))))
2301 (custom-state-face ((t (:foreground "dark green"))))
2302 (custom-variable-button-face ((t (:underline t :bold t))))
2303 (custom-variable-tag-face ((t (:underline t :bold t :foreground "blue"))))
2304 (diary-face ((t (:bold t :foreground "red"))))
2305 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
2306 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
2307 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
2308 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
2309 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
2310 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
2311 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
2312 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
2313 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
2314 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
2315 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
2316 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
2317 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
2318 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
2319 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
2320 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
2321 (erc-action-face ((t (:bold t))))
2322 (erc-bold-face ((t (:bold t))))
2323 (erc-default-face ((t (nil))))
2324 (erc-direct-msg-face ((t (nil))))
2325 (erc-error-face ((t (:bold t))))
2326 (erc-input-face ((t (nil))))
2327 (erc-inverse-face ((t (nil))))
2328 (erc-notice-face ((t (nil))))
2329 (erc-pal-face ((t (nil))))
2330 (erc-prompt-face ((t (nil))))
2331 (erc-underline-face ((t (nil))))
2332 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid"))))
2333 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
2334 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed"))))
2335 (eshell-ls-directory-face ((t (:bold t :foreground "Blue"))))
2336 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen"))))
2337 (eshell-ls-missing-face ((t (:bold t :foreground "Red"))))
2338 (eshell-ls-picture-face ((t (nil))))
2339 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
2340 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
2341 (eshell-ls-special-face ((t (:bold t :foreground "Magenta"))))
2342 (eshell-ls-symlink-face ((t (:bold t :foreground "DarkCyan"))))
2343 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
2344 (eshell-prompt-face ((t (:bold t :foreground "Red"))))
2345 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed"))))
2346 (eshell-test-ok-face ((t (:bold t :foreground "Green"))))
2347 (excerpt ((t (:italic t))))
2348 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
2349 (fixed ((t (:bold t))))
2350 (flyspell-duplicate-face ((t (:underline t :bold t :foreground "Gold3"))))
2351 (flyspell-incorrect-face ((t (:underline t :bold t :foreground "OrangeRed"))))
2352 (font-latex-bold-face ((t (nil))))
2353 (font-latex-italic-face ((t (nil))))
2354 (font-latex-math-face ((t (nil))))
2355 (font-latex-sedate-face ((t (nil))))
2356 (font-latex-string-face ((t (nil))))
2357 (font-latex-warning-face ((t (nil))))
2358 (font-lock-builtin-face ((t (:bold t :foreground "Orchid"))))
2359 (font-lock-comment-face ((t (:italic t :bold t :foreground "blue4"))))
2360 (font-lock-constant-face ((t (:bold t :foreground "CadetBlue"))))
2361 (font-lock-doc-string-face ((t (:italic t :bold t :foreground "blue4"))))
2362 (font-lock-exit-face ((t (nil))))
2363 (font-lock-function-name-face ((t (:bold t :foreground "brown4"))))
2364 (font-lock-keyword-face ((t (:bold t :foreground "black"))))
2365 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
2366 (font-lock-reference-face ((t (:foreground "red3"))))
2367 (font-lock-string-face ((t (:italic t :bold t :foreground "green4"))))
2368 (font-lock-type-face ((t (:bold t :foreground "steelblue"))))
2369 (font-lock-variable-name-face ((t (:italic t :bold t :foreground "magenta4"))))
2370 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
2371 (gnus-cite-attribution-face ((t (:italic t :bold t))))
2372 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
2373 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
2374 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
2375 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
2376 (gnus-cite-face-3 ((t (:foreground "dark green"))))
2377 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
2378 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
2379 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
2380 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
2381 (gnus-cite-face-8 ((t (:foreground "magenta"))))
2382 (gnus-cite-face-9 ((t (:foreground "violet"))))
2383 (gnus-emphasis-bold ((t (:bold t))))
2384 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
2385 (gnus-emphasis-highlight-words ((t (nil))))
2386 (gnus-emphasis-italic ((t (:italic t))))
2387 (gnus-emphasis-underline ((t (:underline t))))
2388 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
2389 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
2390 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
2391 (gnus-filterhist-face-1 ((t (nil))))
2392 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
2393 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
2394 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
2395 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
2396 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
2397 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
2398 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
2399 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
2400 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
2401 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
2402 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
2403 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
2404 (gnus-group-news-3-empty-face ((t (nil))))
2405 (gnus-group-news-3-face ((t (:bold t))))
2406 (gnus-group-news-4-empty-face ((t (nil))))
2407 (gnus-group-news-4-face ((t (:bold t))))
2408 (gnus-group-news-5-empty-face ((t (nil))))
2409 (gnus-group-news-5-face ((t (:bold t))))
2410 (gnus-group-news-6-empty-face ((t (nil))))
2411 (gnus-group-news-6-face ((t (:bold t))))
2412 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
2413 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
2414 (gnus-header-content-face ((t (:italic t :foreground "indianred4"))))
2415 (gnus-header-from-face ((t (:bold t :foreground "red3"))))
2416 (gnus-header-name-face ((t (:bold t :foreground "maroon"))))
2417 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "MidnightBlue"))))
2418 (gnus-header-subject-face ((t (:bold t :foreground "red4"))))
2419 (gnus-signature-face ((t (:italic t))))
2420 (gnus-splash ((t (nil))))
2421 (gnus-splash-face ((t (:foreground "ForestGreen"))))
2422 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
2423 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
2424 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
2425 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
2426 (gnus-summary-high-unread-face ((t (:italic t :bold t))))
2427 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
2428 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
2429 (gnus-summary-low-ticked-face ((t (:italic t :bold t :foreground "firebrick"))))
2430 (gnus-summary-low-unread-face ((t (:italic t))))
2431 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
2432 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
2433 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "firebrick"))))
2434 (gnus-summary-normal-unread-face ((t (:bold t))))
2435 (gnus-summary-selected-face ((t (:underline t))))
2436 (green ((t (nil))))
2437 (gui-button-face ((t (:background "grey75"))))
2438 (gui-element ((t (:background "Gray80"))))
2439 (highlight ((t (:background "darkseagreen2"))))
2440 (highlight-changes-delete-face ((t (:underline t :foreground "red"))))
2441 (highlight-changes-face ((t (:foreground "red"))))
2442 (highline-face ((t (:background "paleturquoise"))))
2443 (holiday-face ((t (:background "pink"))))
2444 (html-helper-italic-face ((t (:italic t))))
2445 (info-menu-5 ((t (:underline t))))
2446 (info-node ((t (:italic t :bold t))))
2447 (info-xref ((t (:bold t))))
2448 (isearch ((t (nil))))
2449 (italic ((t (:italic t))))
2450 (lazy-highlight-face ((t (:bold t :foreground "dark magenta"))))
2451 (left-margin ((t (nil))))
2452 (linemenu-face ((t (nil))))
2453 (list-mode-item-selected ((t (nil))))
2454 (makefile-space-face ((t (:background "hotpink"))))
2455 (message-cited-text-face ((t (:foreground "red"))))
2456 (message-header-cc-face ((t (:bold t :foreground "MidnightBlue"))))
2457 (message-header-name-face ((t (:foreground "cornflower blue"))))
2458 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
2459 (message-header-other-face ((t (:foreground "steel blue"))))
2460 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
2461 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
2462 (message-header-xheader-face ((t (:foreground "blue"))))
2463 (message-mml-face ((t (:bold t))))
2464 (message-separator-face ((t (:foreground "brown"))))
2465 (modeline ((t (:background "darkblue" :foreground "yellow"))))
2466 (modeline-buffer-id ((t (:background "black" :foreground "white"))))
2467 (modeline-mousable ((t (:background "black" :foreground "white"))))
2468 (modeline-mousable-minor-mode ((t (:background "black" :foreground "white"))))
2469 (nil ((t (nil))))
2470 (paren-mismatch-face ((t (:bold t))))
2471 (paren-no-match-face ((t (:bold t))))
2472 (pointer ((t (nil))))
2473 (primary-selection ((t (nil))))
2474 (red ((t (nil))))
2475 (region ((t (:background "gray"))))
2476 (right-margin ((t (nil))))
2477 (secondary-selection ((t (:background "paleturquoise"))))
2478 (sgml-doctype-face ((t (nil))))
2479 (sgml-end-tag-face ((t (nil))))
2480 (sgml-entity-face ((t (nil))))
2481 (sgml-ignored-face ((t (nil))))
2482 (sgml-sgml-face ((t (nil))))
2483 (sgml-start-tag-face ((t (nil))))
2484 (show-paren-match-face ((t (:background "turquoise"))))
2485 (show-paren-mismatch-face ((t (:bold t :background "purple" :foreground "white"))))
2486 (speedbar-button-face ((t (:bold t :foreground "green4"))))
2487 (speedbar-directory-face ((t (:bold t :foreground "blue4"))))
2488 (speedbar-file-face ((t (:bold t :foreground "cyan4"))))
2489 (speedbar-highlight-face ((t (:background "green"))))
2490 (speedbar-selected-face ((t (:underline t :foreground "red"))))
2491 (speedbar-tag-face ((t (:foreground "brown"))))
2492 (swbuff-current-buffer-face ((t (:bold t))))
2493 (term-black ((t (:foreground "black"))))
2494 (term-blackbg ((t (:background "black"))))
2495 (term-blue ((t (:foreground "blue"))))
2496 (term-bluebg ((t (:background "blue"))))
2497 (term-bold ((t (:bold t))))
2498 (term-cyan ((t (:foreground "cyan"))))
2499 (term-cyanbg ((t (:background "cyan"))))
2500 (term-default-bg ((t (nil))))
2501 (term-default-bg-inv ((t (nil))))
2502 (term-default-fg ((t (nil))))
2503 (term-default-fg-inv ((t (nil))))
2504 (term-green ((t (:foreground "green"))))
2505 (term-greenbg ((t (:background "green"))))
2506 (term-invisible ((t (nil))))
2507 (term-invisible-inv ((t (nil))))
2508 (term-magenta ((t (:foreground "magenta"))))
2509 (term-magentabg ((t (:background "magenta"))))
2510 (term-red ((t (:foreground "red"))))
2511 (term-redbg ((t (:background "red"))))
2512 (term-underline ((t (:underline t))))
2513 (term-white ((t (:foreground "white"))))
2514 (term-whitebg ((t (:background "white"))))
2515 (term-yellow ((t (:foreground "yellow"))))
2516 (term-yellowbg ((t (:background "yellow"))))
2517 (text-cursor ((t (nil))))
2518 (toolbar ((t (nil))))
2519 (underline ((t (:underline t))))
2520 (vc-annotate-face-0046FF ((t (nil))))
2521 (vcursor ((t (:underline t :background "cyan" :foreground "blue"))))
2522 (vertical-divider ((t (nil))))
2523 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
2524 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
2525 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
2526 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
2527 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red"))))
2528 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange"))))
2529 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
2530 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
2531 (vhdl-speedbar-architecture-selected-face ((t (:underline t :foreground "Blue"))))
2532 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
2533 (vhdl-speedbar-configuration-selected-face ((t (:underline t :foreground "DarkGoldenrod"))))
2534 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
2535 (vhdl-speedbar-entity-selected-face ((t (:underline t :foreground "ForestGreen"))))
2536 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
2537 (vhdl-speedbar-instantiation-selected-face ((t (:underline t :foreground "Brown"))))
2538 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
2539 (vhdl-speedbar-package-selected-face ((t (:underline t :foreground "Grey50"))))
2540 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
2541 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
2542 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
2543 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
2544 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
2545 (widget-button-face ((t (:bold t))))
2546 (widget-button-pressed-face ((t (:foreground "red"))))
2547 (widget-documentation-face ((t (:foreground "dark green"))))
2548 (widget-field-face ((t (:background "gray85"))))
2549 (widget-inactive-face ((t (:foreground "dim gray"))))
2550 (widget-single-line-field-face ((t (:background "gray85"))))
2551 (woman-bold-face ((t (:bold t))))
2552 (woman-italic-face ((t (nil))))
2553 (woman-unknown-face ((t (nil))))
2554 (yellow ((t (nil))))
2555 (zmacs-region ((t (nil)))))))
2557 (defun color-theme-beige-diff ()
2558 "Brownish faces for diff and change-log modes.
2559 This is intended for other color themes to use (eg. `color-theme-gnome2'
2560 and `color-theme-blue-sea')."
2561 (color-theme-install
2562 '(color-theme-beige-diff
2564 (change-log-acknowledgement-face ((t (:foreground "firebrick"))))
2565 (change-log-conditionals-face ((t (:foreground "khaki" :background "sienna"))))
2566 (change-log-date-face ((t (:foreground "gold"))))
2567 (change-log-email-face ((t (:foreground "khaki" :underline t))))
2568 (change-log-file-face ((t (:bold t :foreground "lemon chiffon"))))
2569 (change-log-function-face ((t (:foreground "khaki" :background "sienna"))))
2570 (change-log-list-face ((t (:foreground "wheat"))))
2571 (change-log-name-face ((t (:bold t :foreground "light goldenrod"))))
2572 (diff-added-face ((t (nil))))
2573 (diff-changed-face ((t (nil))))
2574 (diff-context-face ((t (:foreground "grey50"))))
2575 (diff-file-header-face ((t (:bold t :foreground "lemon chiffon"))))
2576 (diff-function-face ((t (:foreground "grey50"))))
2577 (diff-header-face ((t (:foreground "lemon chiffon"))))
2578 (diff-hunk-header-face ((t (:foreground "light goldenrod"))))
2579 (diff-index-face ((t (:bold t :underline t))))
2580 (diff-nonexistent-face ((t (:bold t :background "grey70" :weight bold))))
2581 (diff-removed-face ((t (nil))))
2582 (log-view-message-face ((t (:foreground "lemon chiffon")))))))
2584 (defun color-theme-standard-ediff ()
2585 "Standard colors for ediff faces.
2586 This is intended for other color themes to use
2587 \(eg. `color-theme-goldenrod')."
2588 (color-theme-install
2589 '(color-theme-beige-diff
2591 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
2592 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
2593 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
2594 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
2595 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
2596 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
2597 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
2598 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
2599 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
2600 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
2601 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
2602 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
2603 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
2604 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
2605 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
2606 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White")))))))
2608 (defun color-theme-beige-eshell ()
2609 "Brownish colors for eshell faces only.
2610 This is intended for other color themes to use (eg. `color-theme-goldenrod')."
2611 (color-theme-install
2612 '(color-theme-beige-eshell
2614 (eshell-ls-archive-face ((t (:bold t :foreground "IndianRed"))))
2615 (eshell-ls-backup-face ((t (:foreground "Grey"))))
2616 (eshell-ls-clutter-face ((t (:foreground "DimGray"))))
2617 (eshell-ls-directory-face ((t (:bold t :foreground "dark khaki"))))
2618 (eshell-ls-executable-face ((t (:foreground "Coral"))))
2619 (eshell-ls-missing-face ((t (:foreground "black"))))
2620 (eshell-ls-picture-face ((t (:foreground "gold")))) ; non-standard face
2621 (eshell-ls-product-face ((t (:foreground "dark sea green"))))
2622 (eshell-ls-readonly-face ((t (:foreground "light steel blue"))))
2623 (eshell-ls-special-face ((t (:foreground "gold"))))
2624 (eshell-ls-symlink-face ((t (:foreground "peach puff"))))
2625 (eshell-ls-text-face ((t (:foreground "moccasin")))) ; non-standard face
2626 (eshell-ls-todo-face ((t (:bold t :foreground "yellow green")))) ; non-standard face
2627 (eshell-ls-unreadable-face ((t (:foreground "DimGray"))))
2628 (eshell-prompt-face ((t (:foreground "lemon chiffon")))))))
2630 (defun color-theme-goldenrod ()
2631 "Brown color theme. Very different from the others.
2632 Supports standard, font-lock and info faces, and it uses
2633 `color-theme-blue-gnus', `color-theme-blue-erc' , and
2634 `color-theme-beige-diff'."
2635 (interactive)
2636 (color-theme-blue-gnus)
2637 (let ((color-theme-is-cumulative t))
2638 (color-theme-blue-erc)
2639 (color-theme-beige-diff)
2640 (color-theme-beige-eshell)
2641 (color-theme-install
2642 '(color-theme-goldenrod
2643 ((background-color . "black")
2644 (background-mode . dark)
2645 (border-color . "black")
2646 (cursor-color . "light goldenrod")
2647 (foreground-color . "goldenrod")
2648 (mouse-color . "goldenrod"))
2649 ((goto-address-mail-face . info-xref)
2650 (list-matching-lines-face . bold)
2651 (view-highlight-face . highlight))
2652 (default ((t (nil))))
2653 (bold ((t (:bold t))))
2654 (bold-italic ((t (:italic t :bold t :foreground "lavender"))))
2655 (font-lock-builtin-face ((t (:foreground "pale goldenrod"))))
2656 (font-lock-comment-face ((t (:foreground "indian red"))))
2657 (font-lock-constant-face ((t (:foreground "pale green"))))
2658 (font-lock-function-name-face ((t (:bold t :foreground "lemon chiffon"))))
2659 (font-lock-keyword-face ((t (:foreground "wheat"))))
2660 (font-lock-string-face ((t (:foreground "gold"))))
2661 (font-lock-type-face ((t (:foreground "dark khaki" :bold t))))
2662 (font-lock-variable-name-face ((t (:bold t :foreground "khaki"))))
2663 (font-lock-warning-face ((t (:bold t :foreground "orange red"))))
2664 (fringe ((t (:background "gray25"))))
2665 (header-line ((t (:background "gray20" :foreground "gray70"))))
2666 (highlight ((t (:background "dark slate blue"))))
2667 (info-menu-5 ((t (:underline t))))
2668 (info-node ((t (:bold t))))
2669 (info-xref ((t (:bold t :foreground "pale goldenrod"))))
2670 (isearch ((t (:background "SeaGreen4"))))
2671 (isearch-lazy-highlight-face ((t (:background "DarkOliveGreen4"))))
2672 (italic ((t (:italic t :foreground "lavender"))))
2673 (menu ((t (:background "gray25" :foreground "lemon chiffon"))))
2674 (modeline ((t (:background "gray40" :foreground "lemon chiffon" :box (:line-width 1 :style released-button)))))
2675 (modeline-buffer-id ((t (:background "AntiqueWhite4" :foreground "lemon chiffon"))))
2676 (modeline-mousable ((t (:background "AntiqueWhite4" :foreground "lemon chiffon"))))
2677 (modeline-mousable-minor-mode ((t (:background "wheat" :foreground "lemon chiffon"))))
2678 (mode-line-inactive ((t (:background "gray20" :foreground "lemon chiffon" :box (:line-width 1 :style released-button)))))
2679 (region ((t (:background "dark olive green"))))
2680 (secondary-selection ((t (:background "dark green"))))
2681 (tool-bar ((t (:background "gray25" :foreground "lemon chiffon" :box (:line-width 1 :style released-button)))))
2682 (underline ((t (:underline t))))))))
2684 (defun color-theme-ramangalahy ()
2685 "Color theme by Solofo Ramangalahy, created 2000-10-18.
2686 Black on light grey, includes faces for vm, ispell, gnus,
2687 dired, display-time, cperl, font-lock, widget, x-symbol."
2688 (interactive)
2689 (color-theme-install
2690 '(color-theme-ramangalahy
2691 ((background-color . "lightgrey")
2692 (background-mode . light)
2693 (background-toolbar-color . "#bfbfbfbfbfbf")
2694 (border-color . "#000000000000")
2695 (bottom-toolbar-shadow-color . "#737373737373")
2696 (cursor-color . "blue")
2697 (foreground-color . "black")
2698 (top-toolbar-shadow-color . "#e6e6e6e6e6e6"))
2699 ((gnus-mouse-face . highlight)
2700 (goto-address-mail-face . info-xref)
2701 (ispell-highlight-face . highlight)
2702 (notes-bold-face . notes-bold-face)
2703 (setnu-line-number-face . bold)
2704 (tinyreplace-:face . highlight)
2705 (vm-highlight-url-face . bold-italic)
2706 (vm-highlighted-header-face . bold)
2707 (vm-mime-button-face . gui-button-face)
2708 (vm-summary-highlight-face . bold))
2709 (default ((t (nil))))
2710 (bbdb-company ((t (nil))))
2711 (blue ((t (:foreground "blue"))))
2712 (bold ((t (:bold t))))
2713 (bold-italic ((t (:italic t :bold t))))
2714 (border-glyph ((t (nil))))
2715 (cperl-here-face ((t (:foreground "green4"))))
2716 (cperl-pod-face ((t (:foreground "brown4"))))
2717 (cperl-pod-head-face ((t (:foreground "steelblue"))))
2718 (custom-button-face ((t (:bold t))))
2719 (custom-changed-face ((t (:background "blue" :foreground "white"))))
2720 (custom-documentation-face ((t (nil))))
2721 (custom-face-tag-face ((t (:underline t))))
2722 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
2723 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
2724 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
2725 (custom-modified-face ((t (:background "blue" :foreground "white"))))
2726 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
2727 (custom-saved-face ((t (:underline t))))
2728 (custom-set-face ((t (:background "white" :foreground "blue"))))
2729 (custom-state-face ((t (:foreground "dark green"))))
2730 (custom-variable-button-face ((t (:underline t :bold t))))
2731 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
2732 (dired-face-boring ((t (:foreground "Gray65"))))
2733 (dired-face-directory ((t (:bold t))))
2734 (dired-face-executable ((t (:foreground "SeaGreen"))))
2735 (dired-face-flagged ((t (:background "LightSlateGray"))))
2736 (dired-face-marked ((t (:background "PaleVioletRed"))))
2737 (dired-face-permissions ((t (:background "grey75" :foreground "black"))))
2738 (dired-face-setuid ((t (:foreground "Red"))))
2739 (dired-face-socket ((t (:foreground "magenta"))))
2740 (dired-face-symlink ((t (:foreground "blue"))))
2741 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
2742 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
2743 (display-time-time-balloon-face ((t (:foreground "red"))))
2744 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
2745 (font-lock-comment-face ((t (:bold t :foreground "purple"))))
2746 (font-lock-doc-string-face ((t (:bold t :foreground "slateblue"))))
2747 (font-lock-emphasized-face ((t (:bold t :background "lightyellow2"))))
2748 (font-lock-function-name-face ((t (:bold t :foreground "blue"))))
2749 (font-lock-keyword-face ((t (:bold t :foreground "violetred"))))
2750 (font-lock-other-emphasized-face ((t (:italic t :bold t :background "lightyellow2"))))
2751 (font-lock-other-type-face ((t (:bold t :foreground "orange3"))))
2752 (font-lock-preprocessor-face ((t (:bold t :foreground "mediumblue"))))
2753 (font-lock-reference-face ((t (:foreground "red3"))))
2754 (font-lock-string-face ((t (:foreground "green4"))))
2755 (font-lock-type-face ((t (:bold t :foreground "steelblue"))))
2756 (font-lock-variable-name-face ((t (:foreground "magenta4"))))
2757 (font-lock-warning-face ((t (:bold t :background "yellow" :foreground "Red"))))
2758 (gnus-emphasis-bold ((t (:bold t))))
2759 (gnus-emphasis-bold-italic ((t (nil))))
2760 (gnus-emphasis-italic ((t (nil))))
2761 (gnus-emphasis-underline ((t (:underline t))))
2762 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
2763 (gnus-emphasis-underline-bold-italic ((t (:underline t))))
2764 (gnus-emphasis-underline-italic ((t (:underline t))))
2765 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
2766 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
2767 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
2768 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
2769 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
2770 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
2771 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
2772 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
2773 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
2774 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
2775 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
2776 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
2777 (gnus-group-news-3-empty-face ((t (:foreground "DeepPink4"))))
2778 (gnus-group-news-3-face ((t (:bold t :foreground "DeepPink4"))))
2779 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
2780 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
2781 (gnus-header-content-face ((t (:foreground "indianred4"))))
2782 (gnus-header-from-face ((t (:foreground "red3"))))
2783 (gnus-header-name-face ((t (:foreground "maroon"))))
2784 (gnus-header-newsgroups-face ((t (:foreground "MidnightBlue"))))
2785 (gnus-header-subject-face ((t (:foreground "red4"))))
2786 (gnus-signature-face ((t (:bold t))))
2787 (gnus-splash-face ((t (:foreground "ForestGreen"))))
2788 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
2789 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
2790 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
2791 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
2792 (gnus-summary-high-unread-face ((t (:bold t))))
2793 (gnus-summary-low-ancient-face ((t (:foreground "RoyalBlue"))))
2794 (gnus-summary-low-read-face ((t (:foreground "DarkGreen"))))
2795 (gnus-summary-low-ticked-face ((t (:foreground "firebrick"))))
2796 (gnus-summary-low-unread-face ((t (nil))))
2797 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
2798 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
2799 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
2800 (gnus-summary-normal-unread-face ((t (nil))))
2801 (gnus-summary-selected-face ((t (:underline t))))
2802 (gnus-x-face ((t (:background "lightgrey" :foreground "black"))))
2803 (green ((t (:foreground "green"))))
2804 (gui-button-face ((t (:background "grey75" :foreground "black"))))
2805 (gui-element ((t (:background "lightgrey"))))
2806 (highlight ((t (:background "darkseagreen2"))))
2807 (info-node ((t (:underline t :bold t :foreground "mediumpurple"))))
2808 (info-xref ((t (:underline t :bold t :foreground "#0000ee"))))
2809 (isearch ((t (:background "paleturquoise"))))
2810 (italic ((t (:italic t))))
2811 (left-margin ((t (nil))))
2812 (list-mode-item-selected ((t (:background "gray68" :foreground "black"))))
2813 (message-cited-text ((t (:foreground "slategrey"))))
2814 (message-cited-text-face ((t (:foreground "red"))))
2815 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
2816 (message-header-contents ((t (:italic t))))
2817 (message-header-name-face ((t (:foreground "cornflower blue"))))
2818 (message-header-newsgroups-face ((t (:bold t :foreground "blue4"))))
2819 (message-header-other-face ((t (:foreground "steel blue"))))
2820 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
2821 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
2822 (message-header-xheader-face ((t (:foreground "blue"))))
2823 (message-headers ((t (:bold t))))
2824 (message-highlighted-header-contents ((t (:bold t))))
2825 (message-separator-face ((t (:foreground "brown"))))
2826 (message-url ((t (:bold t))))
2827 (modeline ((t (:bold t :background "Gray75" :foreground "Black"))))
2828 (modeline-buffer-id ((t (:bold t :background "Gray75" :foreground "blue4"))))
2829 (modeline-mousable ((t (:bold t :background "Gray75" :foreground "firebrick"))))
2830 (modeline-mousable-minor-mode ((t (:bold t :background "Gray75" :foreground "green4"))))
2831 (paren-blink-off ((t (:foreground "lightgrey"))))
2832 (paren-match ((t (:background "darkseagreen2"))))
2833 (paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
2834 (pointer ((t (:foreground "blue"))))
2835 (primary-selection ((t (:background "gray65"))))
2836 (red ((t (:foreground "red"))))
2837 (region ((t (:background "black" :foreground "white"))))
2838 (right-margin ((t (nil))))
2839 (searchm-buffer ((t (:bold t :background "white" :foreground "red"))))
2840 (searchm-button ((t (:bold t :background "CadetBlue" :foreground "white"))))
2841 (searchm-field ((t (:background "grey89"))))
2842 (searchm-field-label ((t (:bold t))))
2843 (searchm-highlight ((t (:bold t :background "darkseagreen2" :foreground "black"))))
2844 (secondary-selection ((t (:background "paleturquoise"))))
2845 (template-message-face ((t (:bold t))))
2846 (text-cursor ((t (:background "blue" :foreground "lightgrey"))))
2847 (toolbar ((t (nil))))
2848 (underline ((t (:underline t))))
2849 (vertical-divider ((t (nil))))
2850 (widget-button-face ((t (:bold t))))
2851 (widget-button-pressed-face ((t (:foreground "red"))))
2852 (widget-documentation-face ((t (:foreground "dark green"))))
2853 (widget-field-face ((t (:background "gray85"))))
2854 (widget-inactive-face ((t (:foreground "dim gray"))))
2855 (x-face ((t (:background "white" :foreground "black"))))
2856 (x-symbol-adobe-fontspecific-face ((t (nil))))
2857 (x-symbol-face ((t (nil))))
2858 (x-symbol-heading-face ((t (:underline t :bold t :foreground "green4"))))
2859 (x-symbol-info-face ((t (:foreground "green4"))))
2860 (x-symbol-invisible-face ((t (nil))))
2861 (x-symbol-revealed-face ((t (:background "pink"))))
2862 (yellow ((t (:foreground "yellow"))))
2863 (zmacs-region ((t (:background "yellow")))))))
2865 (defun color-theme-raspopovic ()
2866 "Color theme by Pedja Raspopovic, created 2000-10-19.
2867 Includes faces for dired, font-lock, info, paren."
2868 (interactive)
2869 (color-theme-install
2870 '(color-theme-raspopovic
2871 ((background-color . "darkblue")
2872 (background-mode . light)
2873 (background-toolbar-color . "#bfbfbfbfbfbf")
2874 (border-color . "#000000000000")
2875 (bottom-toolbar-shadow-color . "#737373737373")
2876 (cursor-color . "Red3")
2877 (foreground-color . "yellow")
2878 (top-toolbar-shadow-color . "#e6e6e6e6e6e6"))
2879 ((setnu-line-number-face . bold)
2880 (goto-address-mail-face . info-xref))
2881 (default ((t (nil))))
2882 (blue ((t (:background "darkblue" :foreground "blue"))))
2883 (bold ((t (:bold t :background "darkblue" :foreground "yellow"))))
2884 (bold-italic ((t (:bold t :background "darkblue" :foreground "red3"))))
2885 (comint-input-face ((t (:foreground "deepskyblue"))))
2886 (dired-face-boring ((t (:foreground "Gray65"))))
2887 (dired-face-directory ((t (:foreground "lightgreen"))))
2888 (dired-face-executable ((t (:foreground "indianred"))))
2889 (dired-face-flagged ((t (:background "LightSlateGray"))))
2890 (dired-face-marked ((t (:background "darkblue" :foreground "deepskyblue"))))
2891 (dired-face-permissions ((t (:background "darkblue" :foreground "white"))))
2892 (dired-face-setuid ((t (:foreground "Red"))))
2893 (dired-face-socket ((t (:foreground "magenta"))))
2894 (dired-face-symlink ((t (:foreground "grey95"))))
2895 (font-lock-comment-face ((t (:background "darkblue" :foreground "lightgreen"))))
2896 (font-lock-doc-string-face ((t (:background "darkblue" :foreground "darkseagreen"))))
2897 (font-lock-function-name-face ((t (:bold t :background "darkblue" :foreground "indianred"))))
2898 (font-lock-keyword-face ((t (:background "darkblue" :foreground "skyblue"))))
2899 (font-lock-preprocessor-face ((t (:background "darkblue" :foreground "orange"))))
2900 (font-lock-reference-face ((t (:background "darkblue" :foreground "deepskyblue"))))
2901 (font-lock-string-face ((t (:background "darkblue" :foreground "lightgrey"))))
2902 (font-lock-type-face ((t (:background "darkblue" :foreground "orange"))))
2903 (font-lock-variable-name-face ((t (:background "darkblue" :foreground "white"))))
2904 (green ((t (:background "darkblue" :foreground "green"))))
2905 (gui-button-face ((t (:background "grey75" :foreground "black"))))
2906 (highlight ((t (:background "yellow" :foreground "darkblue"))))
2907 (info-node ((t (:bold t :background "darkblue" :foreground "red3"))))
2908 (info-xref ((t (:bold t :background "darkblue" :foreground "yellow"))))
2909 (isearch ((t (:background "yellow" :foreground "darkblue"))))
2910 (isearch-secondary ((t (:foreground "red3"))))
2911 (italic ((t (:background "darkblue" :foreground "red3"))))
2912 (left-margin ((t (:background "darkblue" :foreground "yellow"))))
2913 (list-mode-item-selected ((t (:background "gray68" :foreground "yellow"))))
2914 (makefile-space-face ((t (:background "hotpink"))))
2915 (modeline ((t (:background "Gray75" :foreground "Black"))))
2916 (modeline-buffer-id ((t (:background "Gray75" :foreground "blue"))))
2917 (modeline-mousable ((t (:background "Gray75" :foreground "red"))))
2918 (modeline-mousable-minor-mode ((t (:background "Gray75" :foreground "green4"))))
2919 (paren-blink-off ((t (:foreground "darkblue"))))
2920 (paren-match ((t (:background "yellow" :foreground "darkblue"))))
2921 (paren-mismatch ((t (:background "DeepPink" :foreground "yellow"))))
2922 (pointer ((t (:background "darkblue" :foreground "red3"))))
2923 (primary-selection ((t (:background "yellow" :foreground "darkblue"))))
2924 (red ((t (:background "darkblue" :foreground "red"))))
2925 (right-margin ((t (:background "darkblue" :foreground "yellow"))))
2926 (secondary-selection ((t (:background "darkblue" :foreground "yellow"))))
2927 (shell-option-face ((t (:background "darkblue" :foreground "cyan2"))))
2928 (shell-output-2-face ((t (:background "darkblue" :foreground "darkseagreen"))))
2929 (shell-output-3-face ((t (:background "darkblue" :foreground "lightgrey"))))
2930 (shell-output-face ((t (:background "darkblue" :foreground "white"))))
2931 (shell-prompt-face ((t (:background "darkblue" :foreground "red"))))
2932 (text-cursor ((t (:background "Red3" :foreground "white"))))
2933 (underline ((t (:underline t :background "darkblue" :foreground "yellow"))))
2934 (vvb-face ((t (:background "pink" :foreground "black"))))
2935 (yellow ((t (:background "darkblue" :foreground "yellow"))))
2936 (zmacs-region ((t (:background "gray" :foreground "black")))))))
2938 (defun color-theme-taylor ()
2939 "Color theme by Art Taylor, created 2000-10-20.
2940 Wheat on black. Includes faces for font-lock, gnus, paren."
2941 (interactive)
2942 (color-theme-install
2943 '(color-theme-taylor
2944 ((background-color . "black")
2945 (background-mode . dark)
2946 (border-color . "black")
2947 (cursor-color . "red")
2948 (foreground-color . "wheat")
2949 (mouse-color . "black"))
2950 ((gnus-mouse-face . highlight)
2951 (list-matching-lines-face . bold)
2952 (view-highlight-face . highlight))
2953 (default ((t (nil))))
2954 (bold ((t (:bold t :background "grey40" :foreground "yellow"))))
2955 (bold-italic ((t (:italic t :bold t :foreground "yellow green"))))
2956 (fl-comment-face ((t (:foreground "medium purple"))))
2957 (fl-function-name-face ((t (:foreground "green"))))
2958 (fl-keyword-face ((t (:foreground "LightGreen"))))
2959 (fl-string-face ((t (:foreground "light coral"))))
2960 (fl-type-face ((t (:foreground "cyan"))))
2961 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
2962 (font-lock-comment-face ((t (:foreground "OrangeRed"))))
2963 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
2964 (font-lock-function-name-face ((t (:foreground "LightSkyBlue"))))
2965 (font-lock-keyword-face ((t (:foreground "Cyan"))))
2966 (font-lock-string-face ((t (:foreground "LightSalmon"))))
2967 (font-lock-type-face ((t (:foreground "PaleGreen"))))
2968 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
2969 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
2970 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
2971 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1"))))
2972 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
2973 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2"))))
2974 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
2975 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3"))))
2976 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
2977 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4"))))
2978 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
2979 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise"))))
2980 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
2981 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise"))))
2982 (gnus-group-news-3-empty-face ((t (nil))))
2983 (gnus-group-news-3-face ((t (:bold t))))
2984 (gnus-group-news-4-empty-face ((t (nil))))
2985 (gnus-group-news-4-face ((t (:bold t))))
2986 (gnus-group-news-5-empty-face ((t (nil))))
2987 (gnus-group-news-5-face ((t (:bold t))))
2988 (gnus-group-news-6-empty-face ((t (nil))))
2989 (gnus-group-news-6-face ((t (:bold t))))
2990 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
2991 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise"))))
2992 (gnus-splash-face ((t (:foreground "Brown"))))
2993 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
2994 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue"))))
2995 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen"))))
2996 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink"))))
2997 (gnus-summary-high-unread-face ((t (:bold t))))
2998 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue"))))
2999 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen"))))
3000 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink"))))
3001 (gnus-summary-low-unread-face ((t (:italic t))))
3002 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
3003 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
3004 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
3005 (gnus-summary-normal-unread-face ((t (nil))))
3006 (gnus-summary-selected-face ((t (:underline t))))
3007 (highlight ((t (:background "black" :foreground "black"))))
3008 (italic ((t (:italic t :foreground "yellow3"))))
3009 (message-cited-text-face ((t (:foreground "red"))))
3010 (message-header-cc-face ((t (:bold t :foreground "green4"))))
3011 (message-header-name-face ((t (:foreground "DarkGreen"))))
3012 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow"))))
3013 (message-header-other-face ((t (:foreground "#b00000"))))
3014 (message-header-subject-face ((t (:foreground "green3"))))
3015 (message-header-to-face ((t (:bold t :foreground "green2"))))
3016 (message-header-xheader-face ((t (:foreground "blue"))))
3017 (message-mml-face ((t (:foreground "ForestGreen"))))
3018 (message-separator-face ((t (:foreground "blue3"))))
3019 (modeline ((t (:background "wheat" :foreground "black"))))
3020 (modeline-buffer-id ((t (:background "wheat" :foreground "black"))))
3021 (modeline-mousable ((t (:background "wheat" :foreground "black"))))
3022 (modeline-mousable-minor-mode ((t (:background "wheat" :foreground "black"))))
3023 (region ((t (:background "blue"))))
3024 (secondary-selection ((t (:background "darkslateblue" :foreground "black"))))
3025 (show-paren-match-face ((t (:background "turquoise"))))
3026 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
3027 (underline ((t (:underline t))))
3028 (xref-keyword-face ((t (:foreground "blue"))))
3029 (xref-list-default-face ((t (nil))))
3030 (xref-list-pilot-face ((t (:foreground "navy"))))
3031 (xref-list-symbol-face ((t (:foreground "navy")))))))
3033 (defun color-theme-marquardt ()
3034 "Color theme by Colin Marquardt, created 2000-10-25.
3035 Black on bisque, a light color. Based on some settings from Robin S. Socha.
3036 Features some color changes to programming languages, especially vhdl-mode.
3037 You might also want to put something like
3038 Emacs*Foreground: Black
3039 Emacs*Background: bisque2
3040 in your ~/.Xdefaults."
3041 (interactive)
3042 (color-theme-install
3043 '(color-theme-marquardt
3044 ((background-color . "bisque")
3045 (background-mode . light)
3046 (background-toolbar-color . "bisque")
3047 (border-color . "#000000000000")
3048 (bottom-toolbar-shadow-color . "#909099999999")
3049 (cursor-color . "Red3")
3050 (foreground-color . "black")
3051 (top-toolbar-shadow-color . "#ffffffffffff"))
3052 (default ((t (nil))))
3053 (blue ((t (:foreground "blue"))))
3054 (bold ((t (:bold t))))
3055 (bold-italic ((t (:bold t))))
3056 (border-glyph ((t (nil))))
3057 (calendar-today-face ((t (:underline t))))
3058 (diary-face ((t (:foreground "red"))))
3059 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
3060 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
3061 (display-time-time-balloon-face ((t (:foreground "red"))))
3062 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
3063 (font-lock-comment-face ((t (:foreground "gray50"))))
3064 (font-lock-doc-string-face ((t (:foreground "green4"))))
3065 (font-lock-function-name-face ((t (:foreground "darkorange"))))
3066 (font-lock-keyword-face ((t (:foreground "blue3"))))
3067 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
3068 (font-lock-reference-face ((t (:foreground "red3"))))
3069 (font-lock-special-comment-face ((t (:foreground "blue4"))))
3070 (font-lock-special-keyword-face ((t (:foreground "red4"))))
3071 (font-lock-string-face ((t (:foreground "green4"))))
3072 (font-lock-type-face ((t (:foreground "steelblue"))))
3073 (font-lock-variable-name-face ((t (:foreground "black"))))
3074 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
3075 (green ((t (:foreground "green"))))
3076 (gui-button-face ((t (:background "grey75" :foreground "black"))))
3077 (gui-element ((t (:background "azure1" :foreground "Black"))))
3078 (highlight ((t (:background "darkseagreen2" :foreground "blue"))))
3079 (holiday-face ((t (:background "pink" :foreground "black"))))
3080 (info-node ((t (:bold t))))
3081 (info-xref ((t (:bold t))))
3082 (isearch ((t (:background "yellow" :foreground "red"))))
3083 (italic ((t (:bold t))))
3084 (left-margin ((t (nil))))
3085 (list-mode-item-selected ((t (:background "gray68" :foreground "black"))))
3086 (message-cited-text-face ((t (:foreground "red"))))
3087 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
3088 (message-header-name-face ((t (:foreground "cornflower blue"))))
3089 (message-header-newsgroups-face ((t (:bold t :foreground "blue4"))))
3090 (message-header-other-face ((t (:foreground "steel blue"))))
3091 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
3092 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
3093 (message-header-xheader-face ((t (:foreground "blue"))))
3094 (message-mml-face ((t (:foreground "ForestGreen"))))
3095 (message-separator-face ((t (:foreground "brown"))))
3096 (modeline ((t (:background "bisque2" :foreground "steelblue4"))))
3097 (modeline-buffer-id ((t (:background "bisque2" :foreground "blue4"))))
3098 (modeline-mousable ((t (:background "bisque2" :foreground "firebrick"))))
3099 (modeline-mousable-minor-mode ((t (:background "bisque2" :foreground "green4"))))
3100 (paren-blink-off ((t (:foreground "azure1"))))
3101 (paren-face ((t (:background "lightgoldenrod"))))
3102 (paren-match ((t (:background "bisque2"))))
3103 (paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
3104 (paren-mismatch-face ((t (:background "DeepPink"))))
3105 (paren-no-match-face ((t (:background "yellow"))))
3106 (pointer ((t (:background "white" :foreground "blue"))))
3107 (primary-selection ((t (:background "gray65"))))
3108 (red ((t (:foreground "red"))))
3109 (right-margin ((t (nil))))
3110 (secondary-selection ((t (:background "paleturquoise"))))
3111 (shell-option-face ((t (:foreground "gray50"))))
3112 (shell-output-2-face ((t (:foreground "green4"))))
3113 (shell-output-3-face ((t (:foreground "green4"))))
3114 (shell-output-face ((t (:bold t))))
3115 (shell-prompt-face ((t (:foreground "blue3"))))
3116 (speedbar-button-face ((t (:foreground "green4"))))
3117 (speedbar-directory-face ((t (:foreground "blue4"))))
3118 (speedbar-file-face ((t (:foreground "cyan4"))))
3119 (speedbar-highlight-face ((t (:background "green"))))
3120 (speedbar-selected-face ((t (:underline t :foreground "red"))))
3121 (speedbar-tag-face ((t (:foreground "brown"))))
3122 (text-cursor ((t (:background "Red3" :foreground "bisque"))))
3123 (toolbar ((t (:background "Gray80"))))
3124 (underline ((t (:underline t))))
3125 (vertical-divider ((t (nil))))
3126 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
3127 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
3128 (vhdl-font-lock-enumvalue-face ((t (:foreground "SaddleBrown"))))
3129 (vhdl-font-lock-function-face ((t (:foreground "DarkCyan"))))
3130 (vhdl-font-lock-generic-/constant-face ((t (:foreground "Gold3"))))
3131 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red"))))
3132 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange"))))
3133 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
3134 (vhdl-font-lock-type-face ((t (:foreground "ForestGreen"))))
3135 (vhdl-font-lock-variable-face ((t (:foreground "Grey50"))))
3136 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
3137 (vhdl-speedbar-architecture-selected-face ((t (:underline t :foreground "Blue"))))
3138 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
3139 (vhdl-speedbar-configuration-selected-face ((t (:underline t :foreground "DarkGoldenrod"))))
3140 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
3141 (vhdl-speedbar-entity-selected-face ((t (:underline t :foreground "ForestGreen"))))
3142 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
3143 (vhdl-speedbar-instantiation-selected-face ((t (:underline t :foreground "Brown"))))
3144 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
3145 (vhdl-speedbar-package-selected-face ((t (:underline t :foreground "Grey50"))))
3146 (vhdl-speedbar-subprogram-face ((t (:foreground "Orchid4"))))
3147 (widget-button-face ((t (:bold t))))
3148 (widget-button-pressed-face ((t (:foreground "red"))))
3149 (widget-documentation-face ((t (:foreground "dark green"))))
3150 (widget-field-face ((t (:background "gray85"))))
3151 (widget-inactive-face ((t (:foreground "dim gray"))))
3152 (yellow ((t (:foreground "yellow"))))
3153 (zmacs-region ((t (:background "steelblue" :foreground "yellow")))))))
3155 (defun color-theme-parus ()
3156 "Color theme by Jon K Hellan, created 2000-11-01.
3157 White on dark blue color theme.
3159 There is some redundancy in the X resources, but I do not have time to
3160 find out which should go or which should stay:
3162 Emacs*dialog*Background: midnightblue
3163 Emacs*dialog*Foreground: white
3164 Emacs*popup*Background: midnightblue
3165 Emacs*popup*Foreground: white
3166 emacs*background: #00005a
3167 emacs*cursorColor: gray90
3168 emacs*foreground: White
3169 emacs.dialog*.background: midnightblue
3170 emacs.menu*.background: midnightblue
3171 emacs.pane.menubar.background: midnightblue"
3172 (interactive)
3173 (color-theme-install
3174 '(color-theme-parus
3175 ((background-color . "#00005a")
3176 (background-mode . dark)
3177 (border-color . "black")
3178 (cursor-color . "yellow")
3179 (foreground-color . "White")
3180 (mouse-color . "yellow"))
3181 ((gnus-mouse-face . highlight)
3182 (list-matching-lines-face . bold)
3183 (paren-face . bold)
3184 (paren-mismatch-face . paren-mismatch-face)
3185 (paren-no-match-face . paren-no-match-face)
3186 (view-highlight-face . highlight))
3187 (default ((t (nil))))
3188 (bold ((t (:bold t))))
3189 (bold-italic ((t (:italic t :bold t))))
3190 (font-latex-bold-face ((t (:bold t :foreground "OliveDrab"))))
3191 (font-latex-italic-face ((t (:italic t :foreground "OliveDrab"))))
3192 (font-latex-math-face ((t (:foreground "burlywood"))))
3193 (font-latex-sedate-face ((t (:foreground "LightGray"))))
3194 (font-latex-string-face ((t (:foreground "LightSalmon"))))
3195 (font-latex-warning-face ((t (:foreground "Pink"))))
3196 (font-lock-builtin-face ((t (:foreground "#e0e0ff"))))
3197 (font-lock-reference-face ((t (:foreground "#e0e0ff"))))
3198 (font-lock-comment-face ((t (:foreground "#FFd1d1"))))
3199 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
3200 (font-lock-preprocessor-face ((t (:foreground "Aquamarine"))))
3201 (font-lock-function-name-face ((t (:foreground "#b2e4ff"))))
3202 (font-lock-keyword-face ((t (:foreground "#a0ffff"))))
3203 (font-lock-string-face ((t (:foreground "#efca10"))))
3204 (font-lock-doc-string-face ((t (:foreground "#efca10"))))
3205 (font-lock-type-face ((t (:foreground "PaleGreen"))))
3206 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
3207 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
3208 (gnus-cite-attribution-face ((t (:italic t))))
3209 (gnus-cite-face-1 ((t (:foreground "#dfdfff"))))
3210 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
3211 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
3212 (gnus-cite-face-2 ((t (:foreground "light cyan"))))
3213 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
3214 (gnus-cite-face-4 ((t (:foreground "light pink"))))
3215 (gnus-cite-face-5 ((t (:foreground "pale green"))))
3216 (gnus-cite-face-6 ((t (:foreground "beige"))))
3217 (gnus-cite-face-7 ((t (:foreground "orange"))))
3218 (gnus-cite-face-8 ((t (:foreground "magenta"))))
3219 (gnus-cite-face-9 ((t (:foreground "violet"))))
3220 (gnus-emphasis-bold ((t (:bold t))))
3221 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
3222 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
3223 (gnus-emphasis-italic ((t (:italic t))))
3224 (gnus-emphasis-underline ((t (:underline t))))
3225 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
3226 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
3227 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
3228 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
3229 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1"))))
3230 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
3231 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2"))))
3232 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
3233 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3"))))
3234 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
3235 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4"))))
3236 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
3237 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise"))))
3238 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
3239 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise"))))
3240 (gnus-group-news-3-empty-face ((t (nil))))
3241 (gnus-group-news-3-face ((t (:bold t))))
3242 (gnus-group-news-4-empty-face ((t (nil))))
3243 (gnus-group-news-4-face ((t (:bold t))))
3244 (gnus-group-news-5-empty-face ((t (nil))))
3245 (gnus-group-news-5-face ((t (:bold t))))
3246 (gnus-group-news-6-empty-face ((t (nil))))
3247 (gnus-group-news-6-face ((t (:bold t))))
3248 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
3249 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise"))))
3250 (gnus-header-content-face ((t (:italic t :foreground "#90f490"))))
3251 (gnus-header-from-face ((t (:foreground "#aaffaa"))))
3252 (gnus-header-name-face ((t (:foreground "#c7e3c7"))))
3253 (gnus-header-newsgroups-face ((t (:italic t :foreground "yellow"))))
3254 (gnus-header-subject-face ((t (:foreground "#a0f0a0"))))
3255 (gnus-signature-face ((t (:italic t))))
3256 (gnus-splash-face ((t (:foreground "Brown"))))
3257 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
3258 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue"))))
3259 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen"))))
3260 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink"))))
3261 (gnus-summary-high-unread-face ((t (:bold t))))
3262 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue"))))
3263 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen"))))
3264 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink"))))
3265 (gnus-summary-low-unread-face ((t (:italic t))))
3266 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
3267 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
3268 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
3269 (gnus-summary-normal-unread-face ((t (nil))))
3270 (gnus-summary-selected-face ((t (:underline t))))
3271 (highlight ((t (:background "darkolivegreen"))))
3272 (italic ((t (:italic t))))
3273 (message-cited-text-face ((t (:foreground "#dfdfff"))))
3274 (message-header-cc-face ((t (:bold t :foreground "#a0f0a0"))))
3275 (message-header-name-face ((t (:foreground "#c7e3c7"))))
3276 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow"))))
3277 (message-header-other-face ((t (:foreground "#db9b9b"))))
3278 (message-header-subject-face ((t (:foreground "#a0f0a0"))))
3279 (message-header-to-face ((t (:bold t :foreground "#aaffaa"))))
3280 (message-header-xheader-face ((t (:foreground "#e2e2ff"))))
3281 (message-mml-face ((t (:foreground "#abdbab"))))
3282 (message-separator-face ((t (:foreground "#dfdfff"))))
3283 (modeline ((t (:background "White" :foreground "#00005a"))))
3284 (modeline-buffer-id ((t (:background "White" :foreground "#00005a"))))
3285 (modeline-mousable ((t (:background "White" :foreground "#00005a"))))
3286 (modeline-mousable-minor-mode ((t (:background "White" :foreground "#00005a"))))
3287 (paren-mismatch-face ((t (:background "DeepPink"))))
3288 (paren-no-match-face ((t (:background "yellow"))))
3289 (region ((t (:background "blue"))))
3290 (primary-selection ((t (:background "blue"))))
3291 (isearch ((t (:background "blue"))))
3292 (secondary-selection ((t (:background "darkslateblue"))))
3293 (underline ((t (:underline t))))
3294 (widget-button-face ((t (:bold t))))
3295 (widget-button-pressed-face ((t (:foreground "red"))))
3296 (widget-documentation-face ((t (:foreground "lime green"))))
3297 (widget-field-face ((t (:background "dim gray"))))
3298 (widget-inactive-face ((t (:foreground "light gray"))))
3299 (widget-single-line-field-face ((t (:background "dim gray")))))))
3301 (defun color-theme-high-contrast ()
3302 "High contrast color theme, maybe for the visually impaired.
3303 Watch out! This will set a very large font-size!
3305 If you want to modify the font as well, you should customize variable
3306 `color-theme-legal-frame-parameters' to \"\\(color\\|mode\\|font\\|height\\|width\\)$\".
3307 The default setting will prevent color themes from installing specific
3308 fonts."
3309 (interactive)
3310 (color-theme-standard)
3311 (let ((color-theme-is-cumulative t))
3312 (color-theme-install
3313 '(color-theme-high-contrast
3314 ((cursor-color . "red")
3315 (width . 60)
3316 (height . 25)
3317 (background . dark))
3318 (default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight bold :height 240 :width normal :family "adobe-courier"))))
3320 (bold ((t (:bold t :underline t))))
3321 (bold-italic ((t (:bold t :underline t))))
3322 (font-lock-builtin-face ((t (:bold t :foreground "Red"))))
3323 (font-lock-comment-face ((t (:bold t :foreground "Firebrick"))))
3324 (font-lock-constant-face ((t (:bold t :underline t :foreground "Blue"))))
3325 (font-lock-function-name-face ((t (:bold t :foreground "Blue"))))
3326 (font-lock-keyword-face ((t (:bold t :foreground "Purple"))))
3327 (font-lock-string-face ((t (:bold t :foreground "DarkGreen"))))
3328 (font-lock-type-face ((t (:bold t :foreground "ForestGreen"))))
3329 (font-lock-variable-name-face ((t (:bold t :foreground "DarkGoldenrod"))))
3330 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
3331 (highlight ((t (:background "black" :foreground "white" :bold 1))))
3332 (info-menu-5 ((t (:underline t :bold t))))
3333 (info-node ((t (:bold t))))
3334 (info-xref ((t (:bold t ))))
3335 (italic ((t (:bold t :underline t))))
3336 (modeline ((t (:background "black" :foreground "white" :bold 1))))
3337 (modeline-buffer-id ((t (:background "black" :foreground "white" :bold 1))))
3338 (modeline-mousable ((t (:background "black" :foreground "white" :bold 1))))
3339 (modeline-mousable-minor-mode ((t (:background "black" :foreground "white" :bold 1))))
3340 (region ((t (:background "black" :foreground "white" :bold 1))))
3341 (secondary-selection ((t (:background "black" :foreground "white" :bold 1))))
3342 (underline ((t (:bold t :underline t))))))))
3344 (defun color-theme-infodoc ()
3345 "Color theme by Frederic Giroud, created 2001-01-18.
3346 Black on wheat scheme. Based on infodoc (xemacs variant distribution),
3347 with my favorit fontlock color."
3348 (interactive)
3349 (color-theme-install
3350 '(color-theme-infodoc
3351 ((background-color . "wheat")
3352 (background-mode . light)
3353 (background-toolbar-color . "#000000000000")
3354 (border-color . "#000000000000")
3355 (bottom-toolbar-shadow-color . "#000000000000")
3356 (cursor-color . "red")
3357 (foreground-color . "black")
3358 (top-toolbar-shadow-color . "#ffffffffffff"))
3360 (default ((t (:bold t))))
3361 (blue ((t (:bold t :foreground "blue"))))
3362 (bold ((t (:background "wheat" :foreground "black"))))
3363 (bold-italic ((t (:bold t :background "wheat" :foreground "black"))))
3364 (border-glyph ((t (:bold t))))
3365 (calendar-today-face ((t (:underline t :bold t))))
3366 (custom-button-face ((t (nil))))
3367 (custom-changed-face ((t (:bold t :background "blue" :foreground "white"))))
3368 (custom-documentation-face ((t (:bold t :background "wheat" :foreground "purple4"))))
3369 (custom-face-tag-face ((t (:underline t :bold t))))
3370 (custom-group-tag-face ((t (:underline t :bold t :background "wheat" :foreground "blue"))))
3371 (custom-group-tag-face-1 ((t (:underline t :bold t :background "wheat" :foreground "red"))))
3372 (custom-invalid-face ((t (:bold t :background "red" :foreground "yellow"))))
3373 (custom-modified-face ((t (:bold t :background "blue" :foreground "white"))))
3374 (custom-rogue-face ((t (:bold t :background "black" :foreground "pink"))))
3375 (custom-saved-face ((t (:underline t :bold t))))
3376 (custom-set-face ((t (:bold t :background "white" :foreground "blue"))))
3377 (custom-state-face ((t (:bold t :background "wheat" :foreground "dark green"))))
3378 (custom-variable-button-face ((t (:underline t))))
3379 (custom-variable-tag-face ((t (:underline t :bold t :background "wheat" :foreground "blue"))))
3380 (diary-face ((t (:bold t :foreground "red"))))
3381 (display-time-mail-balloon-enhance-face ((t (:bold t :background "wheat" :foreground "black"))))
3382 (display-time-mail-balloon-gnus-group-face ((t (:bold t :background "wheat" :foreground "blue"))))
3383 (display-time-time-balloon-face ((t (:bold t :background "light salmon" :foreground "dark green"))))
3384 (font-lock-comment-face ((t (:bold t :background "wheat" :foreground "turquoise4"))))
3385 (font-lock-doc-string-face ((t (:bold t :background "wheat" :foreground "purple4"))))
3386 (font-lock-function-name-face ((t (:bold t :background "wheat" :foreground "blue4"))))
3387 (font-lock-keyword-face ((t (:bold t :background "wheat" :foreground "dark orchid"))))
3388 (font-lock-preprocessor-face ((t (:bold t :background "wheat" :foreground "orchid4"))))
3389 (font-lock-reference-face ((t (:bold t :background "wheat" :foreground "red3"))))
3390 (font-lock-string-face ((t (:bold t :background "wheat" :foreground "dark goldenrod"))))
3391 (font-lock-type-face ((t (:bold t :background "wheat" :foreground "brown"))))
3392 (font-lock-variable-name-face ((t (:bold t :background "wheat" :foreground "chocolate"))))
3393 (font-lock-warning-face ((t (:bold t :background "wheat" :foreground "black"))))
3394 (gdb-arrow-face ((t (:bold t :background "LightGreen" :foreground "black"))))
3395 (green ((t (:bold t :foreground "green"))))
3396 (gui-button-face ((t (:bold t :background "wheat" :foreground "red"))))
3397 (gui-element ((t (:bold t :background "wheat" :foreground "black"))))
3398 (highlight ((t (:bold t :background "darkseagreen2" :foreground "dark green"))))
3399 (holiday-face ((t (:bold t :background "pink" :foreground "black"))))
3400 (hproperty:but-face ((t (:bold t :background "wheat" :foreground "medium violet red"))))
3401 (hproperty:flash-face ((t (:bold t :background "wheat" :foreground "gray80"))))
3402 (hproperty:highlight-face ((t (:bold t :background "wheat" :foreground "red"))))
3403 (hproperty:item-face ((t (:bold t))))
3404 (isearch ((t (:bold t :background "pale turquoise" :foreground "blue"))))
3405 (italic ((t (:bold t :background "wheat" :foreground "black"))))
3406 (left-margin ((t (:bold t :background "wheat" :foreground "black"))))
3407 (list-mode-item-selected ((t (:bold t :background "gray68" :foreground "black"))))
3408 (message-cited-text ((t (:bold t :background "wheat" :foreground "brown"))))
3409 (message-header-contents ((t (:bold t :background "wheat" :foreground "black"))))
3410 (message-headers ((t (:bold t :background "wheat" :foreground "black"))))
3411 (message-highlighted-header-contents ((t (:bold t :background "wheat" :foreground "blue"))))
3412 (message-url ((t (nil))))
3413 (modeline ((t (:bold t :background "light salmon" :foreground "dark green"))))
3414 (modeline-buffer-id ((t (:bold t :background "light salmon" :foreground "blue4"))))
3415 (modeline-mousable ((t (:bold t :background "light salmon" :foreground "firebrick"))))
3416 (modeline-mousable-minor-mode ((t (:bold t :background "light salmon" :foreground "green4"))))
3417 (pointer ((t (:bold t :background "wheat" :foreground "red"))))
3418 (primary-selection ((t (:bold t :background "medium sea green"))))
3419 (red ((t (:bold t :foreground "red"))))
3420 (right-margin ((t (:bold t :background "wheat" :foreground "black"))))
3421 (secondary-selection ((t (:bold t :background "paleturquoise" :foreground "black"))))
3422 (shell-input-face ((t (:bold t :background "wheat" :foreground "blue"))))
3423 (shell-option-face ((t (:bold t :background "wheat" :foreground "turquoise4"))))
3424 (shell-output-2-face ((t (:bold t :background "wheat" :foreground "dark goldenrod"))))
3425 (shell-output-3-face ((t (:bold t :background "wheat" :foreground "dark goldenrod"))))
3426 (shell-output-face ((t (:bold t :background "wheat" :foreground "black"))))
3427 (shell-prompt-face ((t (:bold t :background "wheat" :foreground "dark orchid"))))
3428 (text-cursor ((t (:bold t :background "red" :foreground "wheat"))))
3429 (toolbar ((t (:bold t :background "wheat" :foreground "black"))))
3430 (underline ((t (:underline t :bold t :background "wheat" :foreground "black"))))
3431 (vertical-divider ((t (:bold t))))
3432 (widget-button-face ((t (nil))))
3433 (widget-button-pressed-face ((t (:bold t :background "wheat" :foreground "red"))))
3434 (widget-documentation-face ((t (:bold t :background "wheat" :foreground "dark green"))))
3435 (widget-field-face ((t (:bold t :background "gray85"))))
3436 (widget-inactive-face ((t (:bold t :background "wheat" :foreground "dim gray"))))
3437 (x-face ((t (:bold t :background "wheat" :foreground "black"))))
3438 (yellow ((t (:bold t :foreground "yellow"))))
3439 (zmacs-region ((t (:bold t :background "lightyellow" :foreground "darkgreen")))))))
3441 (defun color-theme-classic ()
3442 "Color theme by Frederic Giroud, created 2001-01-18.
3443 AntiqueWhite on darkslategrey scheme. Based on Gnome 2, with my favorit
3444 color foreground-color and fontlock color."
3445 (interactive)
3446 (color-theme-blue-gnus)
3447 (let ((color-theme-is-cumulative t))
3448 (color-theme-install
3449 '(color-theme-classic
3450 ((foreground-color . "AntiqueWhite")
3451 (background-color . "darkslategrey")
3452 (mouse-color . "Grey")
3453 (cursor-color . "Red")
3454 (border-color . "black")
3455 (background-mode . dark))
3456 ((apropos-keybinding-face . underline)
3457 (apropos-label-face . italic)
3458 (apropos-match-face . secondary-selection)
3459 (apropos-property-face . bold-italic)
3460 (apropos-symbol-face . info-xref)
3461 (goto-address-mail-face . message-header-to-face)
3462 (goto-address-mail-mouse-face . secondary-selection)
3463 (goto-address-url-face . info-xref)
3464 (goto-address-url-mouse-face . highlight)
3465 (list-matching-lines-face . bold)
3466 (view-highlight-face . highlight))
3467 (default ((t (nil))))
3468 (bold ((t (:bold t))))
3469 (bold-italic ((t (:italic t :bold t :foreground "beige"))))
3470 (calendar-today-face ((t (:underline t))))
3471 (cperl-array-face ((t (:foreground "Yellow"))))
3472 (cperl-hash-face ((t (:foreground "White"))))
3473 (cperl-nonoverridable-face ((t (:foreground "SkyBlue"))))
3474 (custom-button-face ((t (:underline t :foreground "MediumSlateBlue"))))
3475 (custom-documentation-face ((t (:foreground "Grey"))))
3476 (custom-group-tag-face ((t (:foreground "MediumAquamarine"))))
3477 (custom-state-face ((t (:foreground "LightSalmon"))))
3478 (custom-variable-tag-face ((t (:foreground "Aquamarine"))))
3479 (diary-face ((t (:foreground "IndianRed"))))
3480 (erc-action-face ((t (:bold t))))
3481 (erc-bold-face ((t (:bold t))))
3482 (erc-default-face ((t (nil))))
3483 (erc-direct-msg-face ((t (:foreground "LightSalmon"))))
3484 (erc-error-face ((t (:bold t :foreground "IndianRed"))))
3485 (erc-input-face ((t (:foreground "Beige"))))
3486 (erc-inverse-face ((t (:background "wheat" :foreground "darkslategrey"))))
3487 (erc-notice-face ((t (:foreground "MediumAquamarine"))))
3488 (erc-pal-face ((t (:foreground "pale green"))))
3489 (erc-prompt-face ((t (:foreground "MediumAquamarine"))))
3490 (erc-underline-face ((t (:underline t))))
3491 (eshell-ls-archive-face ((t (:bold t :foreground "IndianRed"))))
3492 (eshell-ls-backup-face ((t (:foreground "Grey"))))
3493 (eshell-ls-clutter-face ((t (:foreground "DimGray"))))
3494 (eshell-ls-directory-face ((t (:bold t :foreground "MediumSlateBlue"))))
3495 (eshell-ls-executable-face ((t (:foreground "Coral"))))
3496 (eshell-ls-missing-face ((t (:foreground "black"))))
3497 (eshell-ls-picture-face ((t (:foreground "Violet"))))
3498 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
3499 (eshell-ls-readonly-face ((t (:foreground "Aquamarine"))))
3500 (eshell-ls-special-face ((t (:foreground "Gold"))))
3501 (eshell-ls-symlink-face ((t (:foreground "White"))))
3502 (eshell-ls-unreadable-face ((t (:foreground "DimGray"))))
3503 (eshell-prompt-face ((t (:foreground "MediumAquamarine"))))
3504 (font-lock-builtin-face ((t (:bold t :foreground "PaleGreen"))))
3505 (font-lock-comment-face ((t (:foreground "tomato3"))))
3506 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
3507 (font-lock-doc-string-face ((t (:foreground "LightSalmon3"))))
3508 (font-lock-function-name-face ((t (:foreground "SteelBlue1"))))
3509 (font-lock-keyword-face ((t (:foreground "cyan1"))))
3510 (font-lock-reference-face ((t (:foreground "LightSalmon2"))))
3511 (font-lock-string-face ((t (:foreground "LightSalmon3"))))
3512 (font-lock-type-face ((t (:foreground "PaleGreen3"))))
3513 (font-lock-variable-name-face ((t (:foreground "khaki1"))))
3514 (font-lock-warning-face ((t (:bold t :foreground "IndianRed"))))
3515 (font-lock-preprocessor-face ((t (:foreground "SkyBlue3"))))
3516 (widget-field-face ((t (:background "DarkCyan"))))
3517 (custom-group-tag-face ((t(:foreground "brown" :underline t))))
3518 (custom-state-face ((t (:foreground "khaki"))))
3519 (highlight ((t (:background "PaleGreen" :foreground "DarkGreen"))))
3520 (highline-face ((t (:background "SeaGreen"))))
3521 (holiday-face ((t (:background "DimGray"))))
3522 (info-menu-5 ((t (:underline t))))
3523 (info-node ((t (:underline t :bold t :foreground "DodgerBlue1"))))
3524 (info-xref ((t (:underline t :foreground "DodgerBlue1"))))
3525 (isearch ((t (:foreground "red" :background "CornflowerBlue"))))
3526 (italic ((t (:italic t))))
3527 (modeline ((t (:background "LightSlateGray" :foreground "AntiqueWhite"))))
3528 (modeline-buffer-id ((t (:background "LightSlateGray" :foreground "DarkBlue"))))
3529 (modeline-mousable ((t (:background "LightSlateGray" :foreground "firebrick"))))
3530 (modeline-mousable-minor-mode ((t (:background "LightSlateGray" :foreground "wheat"))))
3531 (region ((t (:background "dark cyan" :foreground "cyan"))))
3532 (secondary-selection ((t (:background "Aquamarine" :foreground "SlateBlue"))))
3533 (show-paren-match-face ((t (:background "Aquamarine" :foreground "SlateBlue"))))
3534 (show-paren-mismatch-face ((t (:background "Red" :foreground "White"))))
3535 (underline ((t (:underline t))))
3536 (widget-field-face ((t (:foreground "LightBlue"))))
3537 (widget-inactive-face ((t (:foreground "DimGray"))))
3538 (widget-single-line-field-face ((t (:foreground "LightBlue"))))
3539 (woman-bold-face ((t (:bold t))))
3540 (woman-italic-face ((t (:foreground "beige"))))
3541 (woman-unknown-face ((t (:foreground "LightSalmon"))))))))
3543 (defun color-theme-scintilla ()
3544 "Color theme by Gordon Messmer, created 2001-02-07.
3545 Based on the Scintilla editor.
3547 If you want to modify the font as well, you should customize variable
3548 `color-theme-legal-frame-parameters' to \"\\(color\\|mode\\|font\\|height\\|width\\)$\".
3549 The default setting will prevent color themes from installing specific
3550 fonts."
3551 (interactive)
3552 (color-theme-install
3553 ;; The light editor style doesn't seem to look right with
3554 ;; the same font that works in the dark editor style.
3555 ;; Dark letters on light background just isn't as visible.
3556 '(color-theme-scintilla
3557 ((font . "-monotype-courier new-bold-r-normal-*-*-140-*-*-m-*-iso8859-1")
3558 (width . 95)
3559 (height . 40)
3560 (background-color . "white")
3561 (foreground-color . "black")
3562 (background-mode . light)
3563 (mouse-color . "grey15")
3564 (cursor-color . "grey15"))
3565 (default ((t nil)))
3566 (font-lock-comment-face ((t (:italic t :foreground "ForestGreen"))))
3567 (font-lock-string-face ((t (:foreground "DarkMagenta"))))
3568 (font-lock-keyword-face ((t (:foreground "NavyBlue"))))
3569 (font-lock-warning-face ((t (:bold t :foreground "VioletRed"))))
3570 (font-lock-constant-face ((t (:foreground "Blue"))))
3571 (font-lock-type-face ((t (:foreground "NavyBlue"))))
3572 (font-lock-variable-name-face ((t (:foreground "DarkCyan"))))
3573 (font-lock-function-name-face ((t (:foreground "DarkCyan"))))
3574 (font-lock-builtin-face ((t (:foreground "NavyBlue"))))
3575 (highline-face ((t (:background "Grey95"))))
3576 (show-paren-match-face ((t (:background "Grey80"))))
3577 (region ((t (:background "Grey80"))))
3578 (highlight ((t (:foreground "ForestGreen"))))
3579 (secondary-selection ((t (:background "NavyBlue" :foreground "white"))))
3580 (widget-field-face ((t (:background "NavyBlue"))))
3581 (widget-single-line-field-face ((t (:background "RoyalBlue")))))) )
3583 (defun color-theme-gtk-ide ()
3584 "Color theme by Gordon Messmer, created 2001-02-07.
3585 Inspired by a GTK IDE whose name I've forgotten.
3587 If you want to modify the font as well, you should customize variable
3588 `color-theme-legal-frame-parameters' to \"\\(color\\|mode\\|font\\|height\\|width\\)$\".
3589 The default setting will prevent color themes from installing specific
3590 fonts."
3591 ;; The light editor style doesn't seem to look right with
3592 ;; the same font that works in the dark editor style.
3593 ;; Dark letters on light background just isn't as visible.
3594 (interactive)
3595 (color-theme-install
3596 '(color-theme-gtk-ide
3597 ((font . "-monotype-courier new-medium-r-normal-*-*-120-*-*-m-*-iso8859-15")
3598 (width . 95)
3599 (height . 45)
3600 (background-color . "white")
3601 (foreground-color . "black")
3602 (background-mode . light)
3603 (mouse-color . "grey15")
3604 (cursor-color . "grey15"))
3605 (default ((t nil)))
3606 (font-lock-comment-face ((t (:italic t :foreground "grey55"))))
3607 (font-lock-string-face ((t (:foreground "DarkRed"))))
3608 (font-lock-keyword-face ((t (:foreground "DarkBlue"))))
3609 (font-lock-warning-face ((t (:bold t :foreground "VioletRed"))))
3610 (font-lock-constant-face ((t (:foreground "OliveDrab"))))
3611 (font-lock-type-face ((t (:foreground "SteelBlue4"))))
3612 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
3613 (font-lock-function-name-face ((t (:foreground "SlateBlue"))))
3614 (font-lock-builtin-face ((t (:foreground "ForestGreen"))))
3615 (highline-face ((t (:background "grey95"))))
3616 (show-paren-match-face ((t (:background "grey80"))))
3617 (region ((t (:background "grey80"))))
3618 (highlight ((t (:background "LightSkyBlue"))))
3619 (secondary-selection ((t (:background "grey55"))))
3620 (widget-field-face ((t (:background "navy"))))
3621 (widget-single-line-field-face ((t (:background "royalblue")))))) )
3623 (defun color-theme-midnight ()
3624 "Color theme by Gordon Messmer, created 2001-02-07.
3625 A color theme inspired by a certain IDE for Windows. It's all from memory,
3626 since I only used that software in college.
3628 If you want to modify the font as well, you should customize variable
3629 `color-theme-legal-frame-parameters' to \"\\(color\\|mode\\|font\\|height\\|width\\)$\".
3630 The default setting will prevent color themes from installing specific
3631 fonts."
3632 (interactive)
3633 (color-theme-install
3634 '(color-theme-midnight
3635 ((font . "fixed")
3636 (width . 130)
3637 (height . 50)
3638 (background-color . "black")
3639 (foreground-color . "grey85")
3640 (background-mode . dark)
3641 (mouse-color . "grey85")
3642 (cursor-color . "grey85"))
3643 (default ((t (nil))))
3644 (font-lock-comment-face ((t (:italic t :foreground "grey60"))))
3645 (font-lock-string-face ((t (:foreground "Magenta"))))
3646 (font-lock-keyword-face ((t (:foreground "Cyan"))))
3647 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
3648 (font-lock-constant-face ((t (:foreground "OliveDrab"))))
3649 (font-lock-type-face ((t (:foreground "DarkCyan"))))
3650 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
3651 (font-lock-function-name-face ((t (:foreground "SlateBlue"))))
3652 (font-lock-builtin-face ((t (:foreground "SkyBlue"))))
3653 (highline-face ((t (:background "grey12"))))
3654 (setnu-line-number-face ((t (:background "Grey15" :foreground "White" :bold t))))
3655 (show-paren-match-face ((t (:background "grey30"))))
3656 (region ((t (:background "grey15"))))
3657 (highlight ((t (:background "blue"))))
3658 (secondary-selection ((t (:background "navy"))))
3659 (widget-field-face ((t (:background "navy"))))
3660 (widget-single-line-field-face ((t (:background "royalblue")))))) )
3662 (defun color-theme-jedit-grey ()
3663 "Color theme by Gordon Messmer, created 2001-02-07.
3664 Based on a screenshot of jedit.
3666 If you want to modify the font as well, you should customize variable
3667 `color-theme-legal-frame-parameters' to \"\\(color\\|mode\\|font\\|height\\|width\\)$\".
3668 The default setting will prevent color themes from installing specific
3669 fonts."
3670 (interactive)
3671 (color-theme-install
3672 '(color-theme-jedit-grey
3673 ((font . "fixed")
3674 (width . 130)
3675 (height . 50)
3676 (background-color . "grey77")
3677 (foreground-color . "black")
3678 (background-mode . light)
3679 (mouse-color . "black")
3680 (cursor-color . "black"))
3681 (default ((t (nil))))
3682 (font-lock-comment-face ((t (:italic t :foreground "RoyalBlue4"))))
3683 (font-lock-string-face ((t (:foreground "Gold4"))))
3684 (font-lock-keyword-face ((t (:bold t :foreground "DarkRed"))))
3685 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
3686 (font-lock-constant-face ((t (:foreground "DarkCyan"))))
3687 (font-lock-type-face ((t (:foreground "DarkRed"))))
3688 (font-lock-function-name-face ((t (:foreground "Green4"))))
3689 (font-lock-builtin-face ((t (:bold t :foreground "DarkRed"))))
3690 (highline-face ((t (:background "grey84"))))
3691 (setnu-line-number-face ((t (:background "White" :foreground "MediumPurple3" :italic t))))
3692 (show-paren-match-face ((t (:background "grey60"))))
3693 (region ((t (:background "grey70"))))
3694 (highlight ((t (:background "grey90"))))
3695 (secondary-selection ((t (:background "white"))))
3696 (widget-field-face ((t (:background "royalblue"))))
3697 (widget-single-line-field-face ((t (:background "royalblue")))))) )
3699 (defun color-theme-snow ()
3700 "Color theme by Nicolas Rist, created 2001-03-08.
3701 Black on gainsboro. In Emacs, the text background is a shade darker
3702 than the frame background: Gainsboro instead of snow. This makes the
3703 structure of the text clearer without being too agressive on the eyes.
3704 On XEmacs, this doesn't really work as the frame and the default face
3705 allways use the same foreground and background colors.
3706 The color theme includes gnus, message, font-lock, sgml, and speedbar."
3707 (interactive)
3708 (color-theme-install
3709 '(color-theme-snow
3710 ((background-color . "snow2")
3711 (background-mode . light)
3712 (border-color . "black")
3713 (cursor-color . "RoyalBlue2")
3714 (foreground-color . "black")
3715 (mouse-color . "black"))
3716 ((gnus-mouse-face . highlight)
3717 (list-matching-lines-face . bold)
3718 (view-highlight-face . highlight))
3719 (default ((t (:background "gainsboro" :foreground "dark slate gray"))))
3720 (bold ((t (:bold t))))
3721 (bold-italic ((t (:italic t :bold t))))
3722 (calendar-today-face ((t (:underline t))))
3723 (custom-button-face ((t (:background "gainsboro" :foreground "dark cyan"))))
3724 (custom-documentation-face ((t (:background "gainsboro"))))
3725 (diary-face ((t (:foreground "red"))))
3726 (fg:black ((t (:foreground "black"))))
3727 (font-lock-builtin-face ((t (:background "gainsboro" :foreground "medium orchid"))))
3728 (font-lock-comment-face ((t (:background "gainsboro" :foreground "SteelBlue3"))))
3729 (font-lock-constant-face ((t (:background "gainsboro" :foreground "orange3"))))
3730 (font-lock-function-name-face ((t (:background "gainsboro" :foreground "blue3"))))
3731 (font-lock-keyword-face ((t (:background "gainsboro" :foreground "red3"))))
3732 (font-lock-string-face ((t (:background "gainsboro" :foreground "SpringGreen3"))))
3733 (font-lock-type-face ((t (:background "gainsboro" :foreground "dark cyan"))))
3734 (font-lock-variable-name-face ((t (:background "gainsboro" :foreground "purple2"))))
3735 (font-lock-warning-face ((t (:bold t :background "gainsboro" :foreground "red"))))
3736 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
3737 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
3738 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
3739 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
3740 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
3741 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
3742 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
3743 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
3744 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
3745 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
3746 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
3747 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
3748 (gnus-group-news-3-empty-face ((t (nil))))
3749 (gnus-group-news-3-face ((t (:bold t))))
3750 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
3751 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
3752 (gnus-splash-face ((t (:foreground "ForestGreen"))))
3753 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
3754 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
3755 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
3756 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
3757 (gnus-summary-high-unread-face ((t (:bold t))))
3758 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
3759 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
3760 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick"))))
3761 (gnus-summary-low-unread-face ((t (:italic t))))
3762 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
3763 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
3764 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
3765 (gnus-summary-normal-unread-face ((t (nil))))
3766 (gnus-summary-selected-face ((t (:underline t))))
3767 (gui-button-face ((t (:foreground "light grey"))))
3768 (highlight ((t (:background "LightSteelBlue1"))))
3769 (holiday-face ((t (:background "pink"))))
3770 (ibuffer-marked-face ((t (:foreground "red"))))
3771 (italic ((t (:italic t))))
3772 (message-cited-text-face ((t (:foreground "red"))))
3773 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
3774 (message-header-name-face ((t (:foreground "cornflower blue"))))
3775 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
3776 (message-header-other-face ((t (:foreground "steel blue"))))
3777 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
3778 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
3779 (message-header-xheader-face ((t (:foreground "blue"))))
3780 (message-separator-face ((t (:foreground "brown"))))
3781 (modeline ((t (:background "dark slate gray" :foreground "gainsboro"))))
3782 (modeline-buffer-id ((t (:background "dark slate gray" :foreground "gainsboro"))))
3783 (modeline-mousable ((t (:background "dark slate gray" :foreground "gainsboro"))))
3784 (modeline-mousable-minor-mode ((t (:background "dark slate gray" :foreground "gainsboro"))))
3785 (region ((t (:background "lavender"))))
3786 (secondary-selection ((t (:background "paleturquoise"))))
3787 (sgml-comment-face ((t (:foreground "dark green"))))
3788 (sgml-doctype-face ((t (:foreground "maroon"))))
3789 (sgml-end-tag-face ((t (:foreground "blue2"))))
3790 (sgml-entity-face ((t (:foreground "red2"))))
3791 (sgml-ignored-face ((t (:background "gray90" :foreground "maroon"))))
3792 (sgml-ms-end-face ((t (:foreground "maroon"))))
3793 (sgml-ms-start-face ((t (:foreground "maroon"))))
3794 (sgml-pi-face ((t (:foreground "maroon"))))
3795 (sgml-sgml-face ((t (:foreground "maroon"))))
3796 (sgml-short-ref-face ((t (:foreground "goldenrod"))))
3797 (sgml-start-tag-face ((t (:foreground "blue2"))))
3798 (show-paren-match-face ((t (:background "SlateGray1"))))
3799 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
3800 (speedbar-button-face ((t (:foreground "green4"))))
3801 (speedbar-directory-face ((t (:foreground "blue4"))))
3802 (speedbar-file-face ((t (:foreground "cyan4"))))
3803 (speedbar-highlight-face ((t (:background "dark turquoise" :foreground "white"))))
3804 (speedbar-selected-face ((t (:underline t :foreground "red"))))
3805 (speedbar-tag-face ((t (:foreground "brown"))))
3806 (underline ((t (:underline t)))))))
3808 (defun color-theme-montz ()
3809 "Color theme by Brady Montz, created 2001-03-08.
3810 Black on Gray.
3811 Includes dired, bbdb, font-lock, gnus, message, viper, and widget."
3812 (interactive)
3813 (color-theme-install
3814 '(color-theme-montz
3815 ((background-color . "gray80")
3816 (background-mode . light)
3817 (background-toolbar-color . "#cccccccccccc")
3818 (border-color . "#000000000000")
3819 (bottom-toolbar-shadow-color . "#7a7a7a7a7a7a")
3820 (cursor-color . "Red3")
3821 (foreground-color . "black")
3822 (top-toolbar-shadow-color . "#f5f5f5f5f5f5")
3823 (viper-saved-cursor-color-in-replace-mode . "Red3"))
3824 ((gnus-mouse-face . highlight)
3825 (paren-match-face . paren-face-match)
3826 (paren-mismatch-face . paren-face-mismatch)
3827 (paren-no-match-face . paren-face-no-match)
3828 (smiley-mouse-face . highlight))
3829 (default ((t (nil))))
3830 (bbdb-company ((t (:italic t))))
3831 (bbdb-field-name ((t (:bold t))))
3832 (bbdb-field-value ((t (nil))))
3833 (bbdb-name ((t (:underline t))))
3834 (blue ((t (:foreground "blue"))))
3835 (bold ((t (:bold t))))
3836 (bold-italic ((t (:italic t :bold t))))
3837 (border-glyph ((t (nil))))
3838 (dired-face-boring ((t (:foreground "Gray65"))))
3839 (dired-face-directory ((t (:bold t))))
3840 (dired-face-executable ((t (:foreground "SeaGreen"))))
3841 (dired-face-flagged ((t (:background "LightSlateGray"))))
3842 (dired-face-marked ((t (:background "PaleVioletRed"))))
3843 (dired-face-permissions ((t (:background "grey75" :foreground "black"))))
3844 (dired-face-setuid ((t (:foreground "Red"))))
3845 (dired-face-socket ((t (:foreground "magenta"))))
3846 (dired-face-symlink ((t (:foreground "cyan"))))
3847 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
3848 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
3849 (display-time-time-balloon-face ((t (:foreground "red"))))
3850 (font-lock-builtin-face ((t (:foreground "red3"))))
3851 (font-lock-comment-face ((t (:foreground "blue"))))
3852 (font-lock-constant-face ((t (:foreground "red3"))))
3853 (font-lock-doc-string-face ((t (:foreground "mediumvioletred"))))
3854 (font-lock-function-name-face ((t (:foreground "firebrick"))))
3855 (font-lock-keyword-face ((t (:bold t :foreground "black"))))
3856 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
3857 (font-lock-reference-face ((t (:foreground "red3"))))
3858 (font-lock-string-face ((t (:foreground "mediumvioletred"))))
3859 (font-lock-type-face ((t (:foreground "darkgreen"))))
3860 (font-lock-variable-name-face ((t (:foreground "black"))))
3861 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
3862 (gnus-cite-attribution-face ((t (:italic t))))
3863 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
3864 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
3865 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
3866 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
3867 (gnus-cite-face-3 ((t (:foreground "dark green"))))
3868 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
3869 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
3870 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
3871 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
3872 (gnus-cite-face-8 ((t (:foreground "magenta"))))
3873 (gnus-cite-face-9 ((t (:foreground "violet"))))
3874 (gnus-emphasis-bold ((t (:bold t))))
3875 (gnus-emphasis-bold-italic ((t (:bold t))))
3876 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
3877 (gnus-emphasis-italic ((t (:italic t))))
3878 (gnus-emphasis-underline ((t (:underline t))))
3879 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
3880 (gnus-emphasis-underline-bold-italic ((t (:underline t :bold t))))
3881 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
3882 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
3883 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
3884 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
3885 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
3886 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
3887 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
3888 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
3889 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
3890 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
3891 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
3892 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
3893 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
3894 (gnus-group-news-3-empty-face ((t (nil))))
3895 (gnus-group-news-3-face ((t (:bold t))))
3896 (gnus-group-news-4-empty-face ((t (nil))))
3897 (gnus-group-news-4-face ((t (:bold t))))
3898 (gnus-group-news-5-empty-face ((t (nil))))
3899 (gnus-group-news-5-face ((t (:bold t))))
3900 (gnus-group-news-6-empty-face ((t (nil))))
3901 (gnus-group-news-6-face ((t (:bold t))))
3902 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
3903 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
3904 (gnus-header-content-face ((t (:italic t :foreground "indianred4"))))
3905 (gnus-header-from-face ((t (:foreground "red3"))))
3906 (gnus-header-name-face ((t (:foreground "maroon"))))
3907 (gnus-header-newsgroups-face ((t (:italic t :foreground "MidnightBlue"))))
3908 (gnus-header-subject-face ((t (:foreground "red4"))))
3909 (gnus-picons-face ((t (:background "white" :foreground "black"))))
3910 (gnus-picons-xbm-face ((t (:background "white" :foreground "black"))))
3911 (gnus-signature-face ((t (:italic t))))
3912 (gnus-splash-face ((t (:foreground "Brown"))))
3913 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
3914 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
3915 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
3916 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
3917 (gnus-summary-high-unread-face ((t (:bold t))))
3918 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
3919 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
3920 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick"))))
3921 (gnus-summary-low-unread-face ((t (:italic t))))
3922 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
3923 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
3924 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
3925 (gnus-summary-normal-unread-face ((t (nil))))
3926 (gnus-summary-selected-face ((t (:underline t))))
3927 (gnus-x-face ((t (:background "white" :foreground "black"))))
3928 (green ((t (:foreground "green"))))
3929 (gui-button-face ((t (:background "grey75" :foreground "black"))))
3930 (gui-element ((t (nil))))
3931 (highlight ((t (:background "darkseagreen2"))))
3932 (info-node ((t (:bold t))))
3933 (info-xref ((t (:bold t))))
3934 (isearch ((t (:background "paleturquoise"))))
3935 (italic ((t (:italic t))))
3936 (left-margin ((t (nil))))
3937 (list-mode-item-selected ((t (:background "gray68" :foreground "black"))))
3938 (message-cited-text-face ((t (:foreground "red"))))
3939 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
3940 (message-header-name-face ((t (:foreground "cornflower blue"))))
3941 (message-header-newsgroups-face ((t (:bold t :foreground "blue4"))))
3942 (message-header-other-face ((t (:foreground "steel blue"))))
3943 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
3944 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
3945 (message-header-xheader-face ((t (:foreground "blue"))))
3946 (message-mml-face ((t (:foreground "ForestGreen"))))
3947 (message-separator-face ((t (:foreground "brown"))))
3948 (modeline ((t (nil))))
3949 (modeline-buffer-id ((t (:background "Gray80" :foreground "blue4"))))
3950 (modeline-mousable ((t (:background "Gray80" :foreground "firebrick"))))
3951 (modeline-mousable-minor-mode ((t (:background "Gray80" :foreground "green4"))))
3952 (paren-face-match ((t (:background "turquoise"))))
3953 (paren-face-mismatch ((t (:background "purple" :foreground "white"))))
3954 (paren-face-no-match ((t (:background "yellow" :foreground "black"))))
3955 (pointer ((t (nil))))
3956 (primary-selection ((t (:background "gray65"))))
3957 (red ((t (:foreground "red"))))
3958 (right-margin ((t (nil))))
3959 (secondary-selection ((t (:background "paleturquoise"))))
3960 (text-cursor ((t (:background "Red3" :foreground "gray80"))))
3961 (toolbar ((t (nil))))
3962 (underline ((t (:underline t))))
3963 (vertical-divider ((t (nil))))
3964 (viper-minibuffer-emacs-face ((t (:background "gray80" :foreground "black"))))
3965 (viper-minibuffer-insert-face ((t (:background "gray80" :foreground "black"))))
3966 (viper-minibuffer-vi-face ((t (:background "gray80" :foreground "black"))))
3967 (viper-replace-overlay-face ((t (:background "black" :foreground "white"))))
3968 (viper-search-face ((t (:background "black" :foreground "white"))))
3969 (widget-button-face ((t (:bold t))))
3970 (widget-button-pressed-face ((t (:foreground "red"))))
3971 (widget-documentation-face ((t (:foreground "dark green"))))
3972 (widget-field-face ((t (:background "gray85"))))
3973 (widget-inactive-face ((t (:foreground "dim gray"))))
3974 (yellow ((t (:foreground "yellow"))))
3975 (zmacs-region ((t (:background "black" :foreground "white")))))))
3977 (defun color-theme-aalto-light ()
3978 "Color theme by Jari Aalto, created 2001-03-08.
3979 Black on light yellow.
3980 Used for Win32 on a Nokia446Xpro monitor.
3981 Includes cvs, font-lock, gnus, message, sgml, widget"
3982 (interactive)
3983 (color-theme-install
3984 '(color-theme-aalto-light
3985 ((background-color . "#FFFFE0")
3986 (background-mode . light)
3987 (border-color . "black")
3988 (cursor-color . "black")
3989 (foreground-color . "black")
3990 (mouse-color . "LawnGreen"))
3991 ((gnus-mouse-face . highlight)
3992 (list-matching-lines-face . bold)
3993 (tinyreplace-:face . highlight)
3994 (view-highlight-face . highlight))
3995 (default ((t (nil))))
3996 (bold ((t (:bold t))))
3997 (bold-italic ((t (:italic t :bold t))))
3998 (calendar-today-face ((t (:underline t))))
3999 (cvs-filename-face ((t (:foreground "blue4"))))
4000 (cvs-handled-face ((t (:foreground "pink"))))
4001 (cvs-header-face ((t (:bold t :foreground "blue4"))))
4002 (cvs-marked-face ((t (:bold t :foreground "green3"))))
4003 (cvs-msg-face ((t (:italic t))))
4004 (cvs-need-action-face ((t (:foreground "orange"))))
4005 (cvs-unknown-face ((t (:foreground "red"))))
4006 (diary-face ((t (:foreground "red"))))
4007 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed"))))
4008 (eshell-test-ok-face ((t (:bold t :foreground "Green"))))
4009 (font-lock-builtin-face ((t (:foreground "Orchid"))))
4010 (font-lock-comment-face ((t (:foreground "Firebrick"))))
4011 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
4012 (font-lock-function-name-face ((t (:foreground "Blue"))))
4013 (font-lock-keyword-face ((t (:foreground "Purple"))))
4014 (font-lock-string-face ((t (:foreground "RosyBrown"))))
4015 (font-lock-type-face ((t (:foreground "ForestGreen"))))
4016 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
4017 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
4018 (gnus-emphasis-bold ((t (:bold t))))
4019 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
4020 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
4021 (gnus-emphasis-italic ((t (:italic t))))
4022 (gnus-emphasis-underline ((t (:underline t))))
4023 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
4024 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
4025 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
4026 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
4027 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
4028 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
4029 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
4030 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
4031 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
4032 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
4033 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
4034 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
4035 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
4036 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
4037 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
4038 (gnus-group-news-3-empty-face ((t (nil))))
4039 (gnus-group-news-3-face ((t (:bold t))))
4040 (gnus-group-news-4-empty-face ((t (nil))))
4041 (gnus-group-news-4-face ((t (:bold t))))
4042 (gnus-group-news-5-empty-face ((t (nil))))
4043 (gnus-group-news-5-face ((t (:bold t))))
4044 (gnus-group-news-6-empty-face ((t (nil))))
4045 (gnus-group-news-6-face ((t (:bold t))))
4046 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
4047 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
4048 (gnus-header-content-face ((t (:italic t :foreground "indianred4"))))
4049 (gnus-header-from-face ((t (:foreground "red3"))))
4050 (gnus-header-name-face ((t (:foreground "maroon"))))
4051 (gnus-header-newsgroups-face ((t (:italic t :foreground "MidnightBlue"))))
4052 (gnus-header-subject-face ((t (:foreground "red4"))))
4053 (gnus-signature-face ((t (:italic t))))
4054 (gnus-splash-face ((t (:foreground "Brown"))))
4055 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
4056 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
4057 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
4058 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
4059 (gnus-summary-high-unread-face ((t (:bold t))))
4060 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
4061 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
4062 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick"))))
4063 (gnus-summary-low-unread-face ((t (:italic t))))
4064 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
4065 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
4066 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
4067 (gnus-summary-normal-unread-face ((t (nil))))
4068 (gnus-summary-selected-face ((t (:underline t))))
4069 (highlight ((t (:background "darkseagreen2"))))
4070 (holiday-face ((t (:background "pink"))))
4071 (info-menu-5 ((t (:underline t))))
4072 (info-node ((t (:italic t :bold t))))
4073 (info-xref ((t (:bold t))))
4074 (italic ((t (:italic t))))
4075 (message-cited-text-face ((t (:foreground "red"))))
4076 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
4077 (message-header-name-face ((t (:foreground "cornflower blue"))))
4078 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
4079 (message-header-other-face ((t (:foreground "steel blue"))))
4080 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
4081 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
4082 (message-header-xheader-face ((t (:foreground "blue"))))
4083 (message-mml-face ((t (:foreground "ForestGreen"))))
4084 (message-separator-face ((t (:foreground "brown"))))
4085 (modeline ((t (:background "black" :foreground "white"))))
4086 (modeline-buffer-id ((t (:background "black" :foreground "white"))))
4087 (modeline-mousable ((t (:background "black" :foreground "white"))))
4088 (modeline-mousable-minor-mode ((t (:background "black" :foreground "white"))))
4089 (region ((t (:background "gray"))))
4090 (secondary-selection ((t (:background "paleturquoise"))))
4091 (sgml-comment-face ((t (:foreground "dark turquoise"))))
4092 (sgml-doctype-face ((t (:foreground "red"))))
4093 (sgml-end-tag-face ((t (:foreground "blue"))))
4094 (sgml-entity-face ((t (:foreground "magenta"))))
4095 (sgml-ignored-face ((t (:background "gray60" :foreground "gray40"))))
4096 (sgml-ms-end-face ((t (:foreground "green"))))
4097 (sgml-ms-start-face ((t (:foreground "green"))))
4098 (sgml-pi-face ((t (:foreground "lime green"))))
4099 (sgml-sgml-face ((t (:foreground "brown"))))
4100 (sgml-short-ref-face ((t (:foreground "deep sky blue"))))
4101 (sgml-start-tag-face ((t (:foreground "blue"))))
4102 (show-paren-match-face ((t (:background "turquoise"))))
4103 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
4104 (underline ((t (:underline t))))
4105 (widget-button-face ((t (:bold t))))
4106 (widget-button-pressed-face ((t (:foreground "red"))))
4107 (widget-documentation-face ((t (:foreground "dark green"))))
4108 (widget-field-face ((t (:background "gray85"))))
4109 (widget-inactive-face ((t (:foreground "dim gray"))))
4110 (widget-single-line-field-face ((t (:background "gray85")))))))
4112 (defun color-theme-aalto-dark ()
4113 "Color theme by Jari Aalto, created 2001-03-08.
4114 White on Deep Sky Blue 3.
4115 Used for Unix Exceed on a Nokia446Xpro monitor.
4116 Includes font-lock, info, and message."
4117 (interactive)
4118 (color-theme-install
4119 '(color-theme-aalto-dark
4120 ((background-color . "DeepSkyBlue3")
4121 (background-mode . dark)
4122 (border-color . "black")
4123 (cursor-color . "yellow")
4124 (foreground-color . "white")
4125 (mouse-color . "black"))
4126 ((ispell-highlight-face . highlight)
4127 (list-matching-lines-face . bold)
4128 (tinyreplace-:face . highlight)
4129 (view-highlight-face . highlight))
4130 (default ((t (nil))))
4131 (bold ((t (:bold t :background "blue3" :foreground "white"))))
4132 (bold-italic ((t (:italic t :bold t :foreground "blue3"))))
4133 (calendar-today-face ((t (:underline t))))
4134 (diary-face ((t (:foreground "red"))))
4135 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
4136 (font-lock-comment-face ((t (:foreground "OrangeRed"))))
4137 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
4138 (font-lock-function-name-face ((t (:foreground "LightSkyBlue"))))
4139 (font-lock-keyword-face ((t (:foreground "Cyan"))))
4140 (font-lock-string-face ((t (:foreground "LightSalmon"))))
4141 (font-lock-type-face ((t (:foreground "PaleGreen"))))
4142 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
4143 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
4144 (highlight ((t (:background "blue3" :foreground "white"))))
4145 (holiday-face ((t (:background "pink"))))
4146 (info-menu-5 ((t (:underline t))))
4147 (info-node ((t (:italic t :bold t))))
4148 (info-xref ((t (:bold t))))
4149 (italic ((t (:italic t :background "gray"))))
4150 (message-cited-text-face ((t (:foreground "red"))))
4151 (message-header-cc-face ((t (:bold t :foreground "green4"))))
4152 (message-header-name-face ((t (:foreground "DarkGreen"))))
4153 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow"))))
4154 (message-header-other-face ((t (:foreground "#b00000"))))
4155 (message-header-subject-face ((t (:foreground "green3"))))
4156 (message-header-to-face ((t (:bold t :foreground "green2"))))
4157 (message-header-xheader-face ((t (:foreground "blue"))))
4158 (message-mml-face ((t (:foreground "ForestGreen"))))
4159 (message-separator-face ((t (:foreground "blue3"))))
4160 (modeline ((t (:background "white" :foreground "DeepSkyBlue3"))))
4161 (modeline-buffer-id ((t (:background "white" :foreground "DeepSkyBlue3"))))
4162 (modeline-mousable ((t (:background "white" :foreground "DeepSkyBlue3"))))
4163 (modeline-mousable-minor-mode ((t (:background "white" :foreground "DeepSkyBlue3"))))
4164 (region ((t (:background "gray"))))
4165 (secondary-selection ((t (:background "darkslateblue"))))
4166 (show-paren-match-face ((t (:background "turquoise"))))
4167 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
4168 (underline ((t (:underline t)))))))
4170 (defun color-theme-blippblopp ()
4171 "Color theme by Thomas Sicheritz-Ponten, created 2001-03-12.
4172 Used by researchers at Uppsala University and the Center for Biological
4173 Sequence Analysis at the Technical University of Denmark. (As some of my
4174 swedish friends couldn't pronounce Sicheritz - they choose to transform
4175 it to something more \"swedish\": Blippblopp :-)
4176 Includes font-lock and message."
4177 (interactive)
4178 (color-theme-install
4179 '(color-theme-blippblopp
4180 ((background-color . "white")
4181 (background-mode . light)
4182 (background-toolbar-color . "#cf3ccf3ccf3c")
4183 (border-color . "#000000000000")
4184 (bottom-toolbar-shadow-color . "#79e77df779e7")
4185 (cursor-color . "Red3")
4186 (foreground-color . "black")
4187 (mouse-color . "black")
4188 (top-toolbar-shadow-color . "#fffffbeeffff")
4189 (viper-saved-cursor-color-in-replace-mode . "Red3"))
4190 ((ispell-highlight-face . highlight))
4191 (default ((t (nil))))
4192 (blue ((t (:foreground "blue"))))
4193 (bold ((t (:bold t))))
4194 (bold-italic ((t (:italic t :bold t))))
4195 (excerpt ((t (:italic t))))
4196 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
4197 (fg:black ((t (:foreground "black"))))
4198 (fixed ((t (:bold t))))
4199 (font-lock-builtin-face ((t (:foreground "red3"))))
4200 (font-lock-comment-face ((t (:foreground "orange"))))
4201 (font-lock-constant-face ((t (:foreground "red3"))))
4202 (font-lock-doc-string-face ((t (:foreground "darkgreen"))))
4203 (font-lock-exit-face ((t (:foreground "green"))))
4204 (font-lock-function-name-face ((t (:bold t :foreground "red"))))
4205 (font-lock-keyword-face ((t (:bold t :foreground "steelblue"))))
4206 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
4207 (font-lock-reference-face ((t (:foreground "red3"))))
4208 (font-lock-string-face ((t (:foreground "green4"))))
4209 (font-lock-type-face ((t (:bold t :foreground "blue"))))
4210 (font-lock-variable-name-face ((t (:foreground "black"))))
4211 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
4212 (green ((t (:foreground "green"))))
4213 (message-cited-text-face ((t (:foreground "red"))))
4214 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
4215 (message-header-name-face ((t (:foreground "cornflower blue"))))
4216 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
4217 (message-header-other-face ((t (:foreground "steel blue"))))
4218 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
4219 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
4220 (message-header-xheader-face ((t (:foreground "blue"))))
4221 (message-mml-face ((t (:foreground "ForestGreen"))))
4222 (message-separator-face ((t (:foreground "brown"))))
4223 (modeline ((t (:background "dimgray" :foreground "lemonchiffon"))))
4224 (modeline-buffer-id ((t (:background "dimgray" :foreground "green3"))))
4225 (modeline-mousable ((t (:background "dimgray" :foreground "orange"))))
4226 (modeline-mousable-minor-mode ((t (:background "dimgray" :foreground "blue4"))))
4227 (primary-selection ((t (:background "gray65"))))
4228 (red ((t (:foreground "red"))))
4229 (region ((t (:background "gray65"))))
4230 (secondary-selection ((t (:background "paleturquoise"))))
4231 (show-paren-match-face ((t (:background "turquoise"))))
4232 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
4233 (text-cursor ((t (:background "Red3" :foreground "white"))))
4234 (toolbar ((t (:background "Gray80"))))
4235 (underline ((t (:underline t))))
4236 (vcursor ((t (:underline t :background "cyan" :foreground "blue"))))
4237 (vertical-divider ((t (:background "Gray80"))))
4238 (xref-keyword-face ((t (:foreground "blue"))))
4239 (xref-list-pilot-face ((t (:foreground "navy"))))
4240 (xref-list-symbol-face ((t (:foreground "navy"))))
4241 (yellow ((t (:foreground "yellow"))))
4242 (zmacs-region ((t (:background "gray65")))))))
4244 (defun color-theme-hober (&optional preview)
4245 "Does all sorts of crazy stuff.
4246 Originally based on color-theme-standard, so I probably still have some
4247 setting that I haven't changed. I also liberally copied settings from
4248 the other themes in this package. The end result isn't much like the
4249 other ones; I hope you like it."
4250 (interactive)
4251 (color-theme-install
4252 '(color-theme-hober
4253 ((foreground-color . "#c0c0c0")
4254 (background-color . "black")
4255 (mouse-color . "black")
4256 (cursor-color . "medium turquoise")
4257 (border-color . "black")
4258 (background-mode . dark))
4259 (default ((t (nil))))
4260 (modeline ((t (:foreground "white" :background "darkslateblue"))))
4261 (modeline-buffer-id ((t (:foreground "white" :background "darkslateblue"))))
4262 (modeline-mousable ((t (:foreground "white" :background "darkslateblue"))))
4263 (modeline-mousable-minor-mode ((t (:foreground "white" :background "darkslateblue"))))
4264 (highlight ((t (:foreground "black" :background "#c0c0c0"))))
4265 (bold ((t (:bold t))))
4266 (italic ((t (:italic t))))
4267 (bold-italic ((t (:bold t :italic t))))
4268 (region ((t (:foreground "white" :background "darkslateblue"))))
4269 (zmacs-region ((t (:foreground "white" :background "darkslateblue"))))
4270 (secondary-selection ((t (:background "paleturquoise"))))
4271 (underline ((t (:underline t))))
4272 (diary-face ((t (:foreground "red"))))
4273 (calendar-today-face ((t (:underline t))))
4274 (holiday-face ((t (:background "pink"))))
4275 (widget-documentation-face ((t (:foreground "dark green" :background "white"))))
4276 (widget-button-face ((t (:bold t))))
4277 (widget-button-pressed-face ((t (:foreground "red" :background "black"))))
4278 (widget-field-face ((t (:background "gray85" :foreground "black"))))
4279 (widget-single-line-field-face ((t (:background "gray85" :foreground "black"))))
4280 (widget-inactive-face ((t (:foreground "dim gray" :background "red"))))
4281 (fixed ((t (:bold t))))
4282 (excerpt ((t (:italic t))))
4283 (term-default-fg ((t (nil))))
4284 (term-default-bg ((t (nil))))
4285 (term-default-fg-inv ((t (nil))))
4286 (term-default-bg-inv ((t (nil))))
4287 (term-bold ((t (:bold t))))
4288 (term-underline ((t (:underline t))))
4289 (term-invisible ((t (nil))))
4290 (term-invisible-inv ((t (nil))))
4291 (term-white ((t (:foreground "#c0c0c0"))))
4292 (term-whitebg ((t (:background "#c0c0c0"))))
4293 (term-black ((t (:foreground "black"))))
4294 (term-blackbg ((t (:background "black"))))
4295 (term-red ((t (:foreground "#ef8171"))))
4296 (term-redbg ((t (:background "#ef8171"))))
4297 (term-green ((t (:foreground "#e5f779"))))
4298 (term-greenbg ((t (:background "#e5f779"))))
4299 (term-yellow ((t (:foreground "#fff796"))))
4300 (term-yellowbg ((t (:background "#fff796"))))
4301 (term-blue ((t (:foreground "#4186be"))))
4302 (term-bluebg ((t (:background "#4186be"))))
4303 (term-magenta ((t (:foreground "#ef9ebe"))))
4304 (term-magentabg ((t (:background "#ef9ebe"))))
4305 (term-cyan ((t (:foreground "#71bebe"))))
4306 (term-cyanbg ((t (:background "#71bebe"))))
4307 (font-lock-keyword-face ((t (:foreground "#00ffff"))))
4308 (font-lock-comment-face ((t (:foreground "Red"))))
4309 (font-lock-string-face ((t (:foreground "#ffff00"))))
4310 (font-lock-constant-face ((t (:foreground "#00ff00"))))
4311 (font-lock-builtin-face ((t (:foreground "#ffaa00"))))
4312 (font-lock-type-face ((t (:foreground "Coral"))))
4313 (font-lock-warning-face ((t (:foreground "Red" :bold t))))
4314 (font-lock-function-name-face ((t (:foreground "#4186be"))))
4315 (font-lock-variable-name-face ((t (:foreground "white" :bold t))))
4316 (message-header-to-face ((t (:foreground "#4186be" :bold t))))
4317 (message-header-cc-face ((t (:foreground "#4186be"))))
4318 (message-header-subject-face ((t (:foreground "#4186be" :bold t))))
4319 (message-header-newsgroups-face ((t (:foreground "Coral" :bold t))))
4320 (message-header-other-face ((t (:foreground "steel blue"))))
4321 (message-header-name-face ((t (:foreground "white"))))
4322 (message-header-xheader-face ((t (:foreground "blue"))))
4323 (message-separator-face ((t (:foreground "brown"))))
4324 (message-cited-text-face ((t (:foreground "white"))))
4325 (gnus-header-from-face ((t (:foreground "Coral"))))
4326 (gnus-header-subject-face ((t (:foreground "#4186be"))))
4327 (gnus-header-newsgroups-face ((t (:foreground "#4186be" :italic t))))
4328 (gnus-header-name-face ((t (:foreground "white"))))
4329 (gnus-header-content-face ((t (:foreground "#4186be" :italic t))))
4330 (gnus-cite-attribution-face ((t (:italic t))))
4331 (gnus-cite-face-list ((t (:bold nil :foreground "red"))))
4332 (gnus-group-news-1-face ((t (:foreground "ForestGreen" :bold t))))
4333 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
4334 (gnus-group-news-2-face ((t (:foreground "CadetBlue4" :bold t))))
4335 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
4336 (gnus-group-news-3-face ((t (:bold t))))
4337 (gnus-group-news-3-empty-face ((t (nil))))
4338 (gnus-group-news-low-face ((t (:foreground "DarkGreen" :bold t))))
4339 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
4340 (gnus-group-mail-1-face ((t (:foreground "DeepPink3" :bold t))))
4341 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
4342 (gnus-group-mail-2-face ((t (:foreground "HotPink3" :bold t))))
4343 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
4344 (gnus-group-mail-3-face ((t (:foreground "magenta4" :bold t))))
4345 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
4346 (gnus-group-mail-low-face ((t (:foreground "DeepPink4" :bold t))))
4347 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
4348 (gnus-summary-selected-face ((t (:underline t))))
4349 (gnus-summary-cancelled-face ((t (:foreground "yellow" :background "black"))))
4350 (gnus-summary-high-ticked-face ((t (:foreground "firebrick" :bold t))))
4351 (gnus-summary-low-ticked-face ((t (:foreground "firebrick" :italic t))))
4352 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
4353 (gnus-summary-high-ancient-face ((t (:foreground "RoyalBlue" :bold t))))
4354 (gnus-summary-low-ancient-face ((t (:foreground "RoyalBlue" :italic t))))
4355 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
4356 (gnus-summary-high-unread-face ((t (:bold t))))
4357 (gnus-summary-low-unread-face ((t (:italic t))))
4358 (gnus-summary-normal-unread-face ((t (nil))))
4359 (gnus-summary-high-read-face ((t (:foreground "DarkGreen" :bold t))))
4360 (gnus-summary-low-read-face ((t (:foreground "DarkGreen" :italic t))))
4361 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
4362 (gnus-splash-face ((t (:foreground "ForestGreen"))))
4363 (gnus-emphasis-bold ((t (:bold t))))
4364 (gnus-emphasis-italic ((t (:italic t))))
4365 (gnus-emphasis-underline ((t (:underline t))))
4366 (gnus-emphasis-underline-bold ((t (:bold t :underline t))))
4367 (gnus-emphasis-underline-italic ((t (:italic t :underline t))))
4368 (gnus-emphasis-bold-italic ((t (:bold t :italic t))))
4369 (gnus-emphasis-underline-bold-italic ((t (:bold t :italic t :underline t))))
4370 (gnus-signature-face ((t (:foreground "white"))))
4371 (gnus-cite-face-1 ((t (:foreground "Khaki"))))
4372 (gnus-cite-face-2 ((t (:foreground "Coral"))))
4373 (gnus-cite-face-3 ((t (:foreground "#4186be"))))
4374 (gnus-cite-face-4 ((t (:foreground "yellow green"))))
4375 (gnus-cite-face-5 ((t (:foreground "IndianRed"))))
4376 (highlight-changes-face ((t (:foreground "red"))))
4377 (highlight-changes-delete-face ((t (:foreground "red" :underline t))))
4378 (show-paren-match-face ((t (:foreground "white" :background "purple"))))
4379 (show-paren-mismatch-face ((t (:foreground "white" :background "red"))))
4380 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
4381 (cperl-array-face ((t (:foreground "Blue" :bold t :background "lightyellow2"))))
4382 (cperl-hash-face ((t (:foreground "Red" :bold t :italic t :background "lightyellow2"))))
4383 (makefile-space-face ((t (:background "hotpink"))))
4384 (sgml-start-tag-face ((t (:foreground "mediumspringgreen"))))
4385 (sgml-ignored-face ((t (:foreground "gray20" :background "gray60"))))
4386 (sgml-doctype-face ((t (:foreground "orange"))))
4387 (sgml-sgml-face ((t (:foreground "yellow"))))
4388 (sgml-end-tag-face ((t (:foreground "greenyellow"))))
4389 (sgml-entity-face ((t (:foreground "gold"))))
4390 (flyspell-incorrect-face ((t (:foreground "OrangeRed" :bold t :underline t))))
4391 (flyspell-duplicate-face ((t (:foreground "Gold3" :bold t :underline t)))))))
4393 (defun color-theme-bharadwaj ()
4394 "Color theme by Girish Bharadwaj, created 2001-03-28.
4395 Black on gainsboro. Includes BBDB, custom, cperl, cvs, dired, ediff,
4396 erc, eshell, font-latex, font-lock, gnus, info, message, paren, sgml,
4397 shell, speedbar, term, vhdl, viper, widget, woman, xref. Wow!"
4398 (interactive)
4399 (color-theme-install
4400 '(color-theme-bharadwaj
4401 ((background-color . "gainsboro")
4402 (background-mode . light)
4403 (background-toolbar-color . "#cf3ccf3ccf3c")
4404 (border-color . "black")
4405 (bottom-toolbar-shadow-color . "#79e77df779e7")
4406 (cursor-color . "grey15")
4407 (foreground-color . "black")
4408 (mouse-color . "grey15")
4409 (top-toolbar-shadow-color . "#fffffbeeffff")
4410 (viper-saved-cursor-color-in-replace-mode . "Red3"))
4411 ((gnus-mouse-face . highlight)
4412 (smiley-mouse-face . highlight))
4413 (default ((t (nil))))
4414 (bbdb-company ((t (nil))))
4415 (bbdb-field-name ((t (:bold t))))
4416 (bbdb-field-value ((t (nil))))
4417 (bbdb-name ((t (:underline t))))
4418 (blank-space-face ((t (nil))))
4419 (blank-tab-face ((t (nil))))
4420 (blue ((t (nil))))
4421 (bold ((t (:bold t))))
4422 (bold-italic ((t (:bold t))))
4423 (border-glyph ((t (nil))))
4424 (calendar-today-face ((t (:underline t))))
4425 (comint-input-face ((t (:foreground "deepskyblue"))))
4426 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue"))))
4427 (cperl-hash-face ((t (:bold t :background "lightyellow2" :foreground "Red"))))
4428 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
4429 (custom-button-face ((t (:bold t))))
4430 (custom-changed-face ((t (:background "blue" :foreground "white"))))
4431 (custom-documentation-face ((t (nil))))
4432 (custom-face-tag-face ((t (:underline t))))
4433 (custom-group-tag-face ((t (:underline t :bold t :foreground "blue"))))
4434 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
4435 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
4436 (custom-modified-face ((t (:background "blue" :foreground "white"))))
4437 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
4438 (custom-saved-face ((t (:underline t))))
4439 (custom-set-face ((t (:background "white" :foreground "blue"))))
4440 (custom-state-face ((t (:foreground "dark green"))))
4441 (custom-variable-button-face ((t (:underline t :bold t))))
4442 (custom-variable-tag-face ((t (:underline t :bold t :foreground "blue"))))
4443 (cvs-filename-face ((t (:foreground "blue4"))))
4444 (cvs-handled-face ((t (:foreground "pink"))))
4445 (cvs-header-face ((t (:bold t :foreground "blue4"))))
4446 (cvs-marked-face ((t (:bold t :foreground "green3"))))
4447 (cvs-msg-face ((t (nil))))
4448 (cvs-need-action-face ((t (:foreground "orange"))))
4449 (cvs-unknown-face ((t (:foreground "red"))))
4450 (diary-face ((t (:bold t :foreground "red"))))
4451 (dired-face-boring ((t (:foreground "Gray65"))))
4452 (dired-face-directory ((t (:bold t :foreground "forestgreen"))))
4453 (dired-face-executable ((t (:foreground "indianred"))))
4454 (dired-face-flagged ((t (:background "SlateGray"))))
4455 (dired-face-marked ((t (:background "darkblue" :foreground "deepskyblue"))))
4456 (dired-face-permissions ((t (nil))))
4457 (dired-face-setuid ((t (:foreground "Red"))))
4458 (dired-face-socket ((t (:foreground "magenta"))))
4459 (dired-face-symlink ((t (:foreground "grey95"))))
4460 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
4461 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
4462 (display-time-time-balloon-face ((t (:foreground "red"))))
4463 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
4464 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
4465 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
4466 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
4467 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
4468 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
4469 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
4470 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
4471 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
4472 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
4473 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
4474 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
4475 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
4476 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
4477 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
4478 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
4479 (erc-action-face ((t (:bold t))))
4480 (erc-bold-face ((t (:bold t))))
4481 (erc-default-face ((t (nil))))
4482 (erc-direct-msg-face ((t (nil))))
4483 (erc-error-face ((t (:bold t))))
4484 (erc-input-face ((t (nil))))
4485 (erc-inverse-face ((t (nil))))
4486 (erc-notice-face ((t (nil))))
4487 (erc-pal-face ((t (nil))))
4488 (erc-prompt-face ((t (nil))))
4489 (erc-underline-face ((t (nil))))
4490 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid"))))
4491 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
4492 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed"))))
4493 (eshell-ls-directory-face ((t (:bold t :foreground "Blue"))))
4494 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen"))))
4495 (eshell-ls-missing-face ((t (:bold t :foreground "Red"))))
4496 (eshell-ls-picture-face ((t (nil))))
4497 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
4498 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
4499 (eshell-ls-special-face ((t (:bold t :foreground "Magenta"))))
4500 (eshell-ls-symlink-face ((t (:bold t :foreground "DarkCyan"))))
4501 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
4502 (eshell-prompt-face ((t (:bold t :foreground "Red"))))
4503 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed"))))
4504 (eshell-test-ok-face ((t (:bold t :foreground "Green"))))
4505 (excerpt ((t (nil))))
4506 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
4507 (fg:black ((t (:foreground "black"))))
4508 (fixed ((t (:bold t))))
4509 (flyspell-duplicate-face ((t (:underline t :bold t :foreground "Gold3"))))
4510 (flyspell-incorrect-face ((t (:underline t :bold t :foreground "OrangeRed"))))
4511 (font-latex-bold-face ((t (nil))))
4512 (font-latex-italic-face ((t (nil))))
4513 (font-latex-math-face ((t (nil))))
4514 (font-latex-sedate-face ((t (nil))))
4515 (font-latex-string-face ((t (nil))))
4516 (font-latex-warning-face ((t (nil))))
4517 (font-lock-builtin-face ((t (:foreground "ForestGreen"))))
4518 (font-lock-comment-face ((t (:foreground "grey55"))))
4519 (font-lock-constant-face ((t (:foreground "OliveDrab"))))
4520 (font-lock-doc-string-face ((t (:bold t :foreground "blue4"))))
4521 (font-lock-exit-face ((t (nil))))
4522 (font-lock-function-name-face ((t (:italic t :bold t :foreground "SlateBlue"))))
4523 (font-lock-keyword-face ((t (:foreground "DarkBlue"))))
4524 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
4525 (font-lock-reference-face ((t (:foreground "red3"))))
4526 (font-lock-string-face ((t (:foreground "DarkRed"))))
4527 (font-lock-type-face ((t (:foreground "SteelBlue4"))))
4528 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
4529 (font-lock-warning-face ((t (:bold t :foreground "VioletRed"))))
4530 (fringe ((t (:background "grey95"))))
4531 (gnus-cite-attribution-face ((t (:bold t))))
4532 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
4533 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
4534 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
4535 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
4536 (gnus-cite-face-3 ((t (:foreground "dark green"))))
4537 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
4538 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
4539 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
4540 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
4541 (gnus-cite-face-8 ((t (:foreground "magenta"))))
4542 (gnus-cite-face-9 ((t (:foreground "violet"))))
4543 (gnus-emphasis-bold ((t (:bold t))))
4544 (gnus-emphasis-bold-italic ((t (:bold t))))
4545 (gnus-emphasis-highlight-words ((t (nil))))
4546 (gnus-emphasis-italic ((t (nil))))
4547 (gnus-emphasis-underline ((t (:underline t))))
4548 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
4549 (gnus-emphasis-underline-bold-italic ((t (:underline t :bold t))))
4550 (gnus-emphasis-underline-italic ((t (:underline t))))
4551 (gnus-filterhist-face-1 ((t (nil))))
4552 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
4553 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
4554 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
4555 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
4556 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
4557 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
4558 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
4559 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
4560 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
4561 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
4562 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
4563 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
4564 (gnus-group-news-3-empty-face ((t (nil))))
4565 (gnus-group-news-3-face ((t (:bold t))))
4566 (gnus-group-news-4-empty-face ((t (nil))))
4567 (gnus-group-news-4-face ((t (:bold t))))
4568 (gnus-group-news-5-empty-face ((t (nil))))
4569 (gnus-group-news-5-face ((t (:bold t))))
4570 (gnus-group-news-6-empty-face ((t (nil))))
4571 (gnus-group-news-6-face ((t (:bold t))))
4572 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
4573 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
4574 (gnus-header-content-face ((t (:foreground "indianred4"))))
4575 (gnus-header-from-face ((t (:bold t :foreground "red3"))))
4576 (gnus-header-name-face ((t (:bold t :foreground "maroon"))))
4577 (gnus-header-newsgroups-face ((t (:bold t :foreground "MidnightBlue"))))
4578 (gnus-header-subject-face ((t (:bold t :foreground "red4"))))
4579 (gnus-picons-face ((t (:background "white" :foreground "black"))))
4580 (gnus-picons-xbm-face ((t (:background "white" :foreground "black"))))
4581 (gnus-signature-face ((t (nil))))
4582 (gnus-splash ((t (nil))))
4583 (gnus-splash-face ((t (:foreground "ForestGreen"))))
4584 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
4585 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
4586 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
4587 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
4588 (gnus-summary-high-unread-face ((t (:bold t))))
4589 (gnus-summary-low-ancient-face ((t (:foreground "RoyalBlue"))))
4590 (gnus-summary-low-read-face ((t (:foreground "DarkGreen"))))
4591 (gnus-summary-low-ticked-face ((t (:bold t :foreground "firebrick"))))
4592 (gnus-summary-low-unread-face ((t (nil))))
4593 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
4594 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
4595 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "firebrick"))))
4596 (gnus-summary-normal-unread-face ((t (:bold t))))
4597 (gnus-summary-selected-face ((t (:underline t))))
4598 (gnus-x-face ((t (:background "white" :foreground "black"))))
4599 (green ((t (nil))))
4600 (gui-button-face ((t (:background "grey75"))))
4601 (gui-element ((t (:background "Gray80"))))
4602 (highlight ((t (:background "LightSkyBlue"))))
4603 (highlight-changes-delete-face ((t (:underline t :foreground "red"))))
4604 (highlight-changes-face ((t (:foreground "red"))))
4605 (highline-face ((t (:background "grey95"))))
4606 (holiday-face ((t (:background "pink"))))
4607 (html-helper-italic-face ((t (nil))))
4608 (info-menu-5 ((t (:underline t))))
4609 (info-node ((t (:bold t))))
4610 (info-xref ((t (:bold t))))
4611 (isearch ((t (:background "yellow"))))
4612 (isearch-secondary ((t (:foreground "red3"))))
4613 (italic ((t (nil))))
4614 (lazy-highlight-face ((t (:bold t :foreground "dark magenta"))))
4615 (left-margin ((t (nil))))
4616 (linemenu-face ((t (nil))))
4617 (list-mode-item-selected ((t (nil))))
4618 (makefile-space-face ((t (:background "hotpink"))))
4619 (message-cited-text-face ((t (:foreground "red"))))
4620 (message-header-cc-face ((t (:bold t :foreground "MidnightBlue"))))
4621 (message-header-name-face ((t (:foreground "cornflower blue"))))
4622 (message-header-newsgroups-face ((t (:bold t :foreground "blue4"))))
4623 (message-header-other-face ((t (:foreground "steel blue"))))
4624 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
4625 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
4626 (message-header-xheader-face ((t (:foreground "blue"))))
4627 (message-mml-face ((t (:bold t))))
4628 (message-separator-face ((t (:foreground "brown"))))
4629 (modeline ((t (:background "white" :foreground "black"))))
4630 (modeline-buffer-id ((t (:background "white" :foreground "black"))))
4631 (modeline-mousable ((t (:background "white" :foreground "black"))))
4632 (modeline-mousable-minor-mode ((t (:background "white" :foreground "black"))))
4633 (paren-blink-off ((t (:foreground "gray80"))))
4634 (paren-face-match ((t (:background "turquoise"))))
4635 (paren-face-mismatch ((t (:background "purple" :foreground "white"))))
4636 (paren-face-no-match ((t (:background "yellow" :foreground "black"))))
4637 (paren-match ((t (:background "darkseagreen2"))))
4638 (paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
4639 (paren-mismatch-face ((t (:bold t))))
4640 (paren-no-match-face ((t (:bold t))))
4641 (pointer ((t (nil))))
4642 (primary-selection ((t (nil))))
4643 (red ((t (nil))))
4644 (region ((t (:background "grey80"))))
4645 (right-margin ((t (nil))))
4646 (secondary-selection ((t (:background "grey55"))))
4647 (sgml-comment-face ((t (:foreground "dark turquoise"))))
4648 (sgml-doctype-face ((t (nil))))
4649 (sgml-end-tag-face ((t (nil))))
4650 (sgml-entity-face ((t (nil))))
4651 (sgml-ignored-face ((t (nil))))
4652 (sgml-ms-end-face ((t (:foreground "green"))))
4653 (sgml-ms-start-face ((t (:foreground "green"))))
4654 (sgml-pi-face ((t (:foreground "lime green"))))
4655 (sgml-sgml-face ((t (nil))))
4656 (sgml-short-ref-face ((t (:foreground "deep sky blue"))))
4657 (sgml-start-tag-face ((t (nil))))
4658 (shell-option-face ((t (:foreground "blue"))))
4659 (shell-output-2-face ((t (:foreground "darkseagreen"))))
4660 (shell-output-3-face ((t (:foreground "slategrey"))))
4661 (shell-output-face ((t (:foreground "palegreen"))))
4662 (shell-prompt-face ((t (:foreground "red"))))
4663 (show-paren-match-face ((t (:background "grey80"))))
4664 (show-paren-mismatch-face ((t (:bold t :background "purple" :foreground "white"))))
4665 (speedbar-button-face ((t (:bold t :foreground "green4"))))
4666 (speedbar-directory-face ((t (:bold t :foreground "blue4"))))
4667 (speedbar-file-face ((t (:bold t :foreground "cyan4"))))
4668 (speedbar-highlight-face ((t (:background "green"))))
4669 (speedbar-selected-face ((t (:underline t :foreground "red"))))
4670 (speedbar-tag-face ((t (:foreground "brown"))))
4671 (swbuff-current-buffer-face ((t (:bold t))))
4672 (template-message-face ((t (:bold t))))
4673 (term-black ((t (:foreground "black"))))
4674 (term-blackbg ((t (:background "black"))))
4675 (term-blue ((t (:foreground "blue"))))
4676 (term-bluebg ((t (:background "blue"))))
4677 (term-bold ((t (:bold t))))
4678 (term-cyan ((t (:foreground "cyan"))))
4679 (term-cyanbg ((t (:background "cyan"))))
4680 (term-default-bg ((t (nil))))
4681 (term-default-bg-inv ((t (nil))))
4682 (term-default-fg ((t (nil))))
4683 (term-default-fg-inv ((t (nil))))
4684 (term-green ((t (:foreground "green"))))
4685 (term-greenbg ((t (:background "green"))))
4686 (term-invisible ((t (nil))))
4687 (term-invisible-inv ((t (nil))))
4688 (term-magenta ((t (:foreground "magenta"))))
4689 (term-magentabg ((t (:background "magenta"))))
4690 (term-red ((t (:foreground "red"))))
4691 (term-redbg ((t (:background "red"))))
4692 (term-underline ((t (:underline t))))
4693 (term-white ((t (:foreground "white"))))
4694 (term-whitebg ((t (:background "white"))))
4695 (term-yellow ((t (:foreground "yellow"))))
4696 (term-yellowbg ((t (:background "yellow"))))
4697 (text-cursor ((t (:background "grey15" :foreground "gainsboro"))))
4698 (toolbar ((t (nil))))
4699 (underline ((t (:underline t))))
4700 (vc-annotate-face-0046FF ((t (nil))))
4701 (vcursor ((t (:underline t :background "cyan" :foreground "blue"))))
4702 (vertical-divider ((t (nil))))
4703 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
4704 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
4705 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
4706 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
4707 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red"))))
4708 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange"))))
4709 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
4710 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
4711 (vhdl-speedbar-architecture-selected-face ((t (:underline t :foreground "Blue"))))
4712 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
4713 (vhdl-speedbar-configuration-selected-face ((t (:underline t :foreground "DarkGoldenrod"))))
4714 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
4715 (vhdl-speedbar-entity-selected-face ((t (:underline t :foreground "ForestGreen"))))
4716 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
4717 (vhdl-speedbar-instantiation-selected-face ((t (:underline t :foreground "Brown"))))
4718 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
4719 (vhdl-speedbar-package-selected-face ((t (:underline t :foreground "Grey50"))))
4720 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
4721 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
4722 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
4723 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
4724 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
4725 (vvb-face ((t (:background "pink" :foreground "black"))))
4726 (widget-button-face ((t (:bold t))))
4727 (widget-button-pressed-face ((t (:foreground "red"))))
4728 (widget-documentation-face ((t (:foreground "dark green"))))
4729 (widget-field-face ((t (:background "navy" :foreground "white"))))
4730 (widget-inactive-face ((t (:foreground "dim gray"))))
4731 (widget-single-line-field-face ((t (:background "royalblue" :foreground "white"))))
4732 (woman-bold-face ((t (:bold t))))
4733 (woman-italic-face ((t (nil))))
4734 (woman-unknown-face ((t (nil))))
4735 (xref-keyword-face ((t (:foreground "blue"))))
4736 (xref-list-pilot-face ((t (:foreground "navy"))))
4737 (xref-list-symbol-face ((t (:foreground "navy"))))
4738 (yellow ((t (nil))))
4739 (zmacs-region ((t (:background "royalblue")))))))
4741 (defun color-theme-oswald ()
4742 "Color theme by Tom Oswald, created 2001-04-18.
4743 Green on black, includes font-lock, show-paren, and ediff."
4744 (interactive)
4745 (color-theme-install
4746 '(color-theme-oswald
4747 ((background-color . "black")
4748 (background-mode . dark)
4749 (border-color . "black")
4750 (cursor-color . "black")
4751 (foreground-color . "green")
4752 (mouse-color . "black"))
4753 ((blank-space-face . blank-space-face)
4754 (blank-tab-face . blank-tab-face)
4755 (list-matching-lines-face . bold)
4756 (view-highlight-face . highlight))
4757 (default ((t (nil))))
4758 (blank-space-face ((t (:background "LightGray"))))
4759 (blank-tab-face ((t (:background "green" :foreground "black"))))
4760 (bold ((t (:bold t))))
4761 (bold-italic ((t (:italic t :bold t))))
4762 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
4763 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
4764 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
4765 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
4766 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
4767 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
4768 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
4769 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
4770 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
4771 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
4772 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
4773 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
4774 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
4775 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
4776 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
4777 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
4778 (font-lock-builtin-face ((t (:italic t :bold t :foreground "LightSteelBlue"))))
4779 (font-lock-comment-face ((t (:italic t :foreground "LightGoldenrod4"))))
4780 (font-lock-constant-face ((t (:italic t :foreground "HotPink"))))
4781 (font-lock-doc-string-face ((t (:italic t :foreground "orange"))))
4782 (font-lock-function-name-face ((t (:italic t :bold t :foreground "red"))))
4783 (font-lock-keyword-face ((t (:foreground "red"))))
4784 (font-lock-preprocessor-face ((t (:italic t :foreground "HotPink"))))
4785 (font-lock-string-face ((t (:italic t :foreground "orange"))))
4786 (font-lock-reference-face ((t (:italic t :bold t :foreground "LightSteelBlue"))))
4787 (font-lock-type-face ((t (:italic t :foreground "LightSlateBlue"))))
4788 (font-lock-variable-name-face ((t (:underline t :foreground "LightGoldenrod"))))
4789 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
4790 (highlight ((t (:background "yellow" :foreground "red"))))
4791 (isearch ((t (:background "dim gray" :foreground "aquamarine"))))
4792 (ispell-face ((t (:bold t :background "#3454b4" :foreground "yellow"))))
4793 (italic ((t (:italic t))))
4794 (modeline ((t (:background "green" :foreground "black"))))
4795 (modeline-buffer-id ((t (:background "green" :foreground "black"))))
4796 (modeline-mousable ((t (:background "green" :foreground "black"))))
4797 (modeline-mousable-minor-mode ((t (:background "green" :foreground "black"))))
4798 (region ((t (:background "dim gray" :foreground "aquamarine"))))
4799 (secondary-selection ((t (:background "darkslateblue" :foreground "light goldenrod"))))
4800 (show-paren-match-face ((t (:background "turquoise" :foreground "black"))))
4801 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
4802 (underline ((t (:underline t))))
4803 (zmacs-region ((t (:background "dim gray" :foreground "aquamarine")))))))
4805 (defun color-theme-salmon-diff ()
4806 "Salmon and aquamarine faces for diff and change-log modes.
4807 This is intended for other color themes to use (eg. `color-theme-gnome2')."
4808 (color-theme-install
4809 '(color-theme-salmon-diff
4811 (change-log-acknowledgement-face ((t (:foreground "LightBlue"))))
4812 (change-log-conditionals-face ((t (:bold t :weight bold :foreground "Aquamarine"))))
4813 (change-log-date-face ((t (:foreground "LightSalmon"))))
4814 (change-log-email-face ((t (:bold t :weight bold :foreground "Aquamarine"))))
4815 (change-log-file-face ((t (:bold t :weight bold :foreground "Aquamarine"))))
4816 (change-log-function-face ((t (:bold t :weight bold :foreground "Aquamarine"))))
4817 (change-log-list-face ((t (:foreground "Salmon"))))
4818 (change-log-name-face ((t (:foreground "Aquamarine"))))
4819 (diff-added-face ((t (nil))))
4820 (diff-changed-face ((t (nil))))
4821 (diff-context-face ((t (:foreground "grey70"))))
4822 (diff-file-header-face ((t (:bold t))))
4823 (diff-function-face ((t (:foreground "grey70"))))
4824 (diff-header-face ((t (:foreground "light salmon"))))
4825 (diff-hunk-header-face ((t (:foreground "light salmon"))))
4826 (diff-index-face ((t (:bold t))))
4827 (diff-nonexistent-face ((t (:bold t))))
4828 (diff-removed-face ((t (nil))))
4829 (log-view-message-face ((t (:foreground "light salmon")))))))
4831 (defun color-theme-robin-hood ()
4832 "`color-theme-gnome2' with navajo white on green.
4833 This theme tries to avoid underlined and italic faces, because
4834 the fonts either look ugly, or do not exist. The author himself
4835 uses neep, for example."
4836 (interactive)
4837 (color-theme-gnome2)
4838 (let ((color-theme-is-cumulative t))
4839 (color-theme-install
4840 '(color-theme-robin-hood
4841 ((foreground-color . "navajo white")
4842 (background-color . "#304020"))
4843 ((CUA-mode-read-only-cursor-color . "white")
4844 (help-highlight-face . info-xref)
4845 (list-matching-lines-buffer-name-face . bold))
4846 (default ((t (nil))))
4847 (button ((t (:bold t))))
4848 (calendar-today-face ((t (:foreground "lemon chiffon"))))
4849 (custom-button-face ((t (:bold t :foreground "DodgerBlue1"))))
4850 (diary-face ((t (:bold t :foreground "yellow"))))
4851 (fringe ((t (:background "#003700"))))
4852 (header-line ((t (:background "#030" :foreground "#AA7"))))
4853 (holiday-face ((t (:bold t :foreground "peru"))))
4854 (ido-subdir-face ((t (:foreground "MediumSlateBlue"))))
4855 (isearch ((t (:foreground "pink" :background "red"))))
4856 (isearch-lazy-highlight-face ((t (:foreground "red"))))
4857 (menu ((t (:background "#304020" :foreground "navajo white"))))
4858 (minibuffer-prompt ((t (:foreground "pale green"))))
4859 (modeline ((t (:background "dark olive green" :foreground "wheat" :box (:line-width 1 :style released-button)))))
4860 (mode-line-inactive ((t (:background "dark olive green" :foreground "khaki" :box (:line-width 1 :style released-button)))))
4861 (semantic-dirty-token-face ((t (:background "grey22"))))
4862 (tool-bar ((t (:background "#304020" :foreground "wheat" :box (:line-width 1 :style released-button)))))
4863 (tooltip ((t (:background "lemon chiffon" :foreground "black"))))))))
4865 (defun color-theme-snowish ()
4866 "Color theme by Girish Bharadwaj, created 2001-05-17.
4867 Dark slate gray on snow2, lots of blue colors.
4868 Includes custom, eshell, font-lock, gnus, html-helper,
4869 hyper-apropos, jde, message, paren, semantic, speedbar,
4870 term, widget."
4871 (interactive)
4872 (color-theme-install
4873 '(color-theme-snowish
4874 ((background-color . "snow2")
4875 (background-mode . light)
4876 (cursor-color . "Red3")
4877 (foreground-color . "darkslategray"))
4878 ((buffers-tab-face . buffers-tab)
4879 (gnus-mouse-face . highlight)
4880 (sgml-set-face . t)
4881 (smiley-mouse-face . highlight))
4882 (default ((t (nil))))
4883 (blue ((t (:foreground "blue"))))
4884 (bold ((t (:bold t :foreground "peru"))))
4885 (bold-italic ((t (:italic t :bold t))))
4886 (border-glyph ((t (nil))))
4887 (buffers-tab ((t (:background "snow2" :foreground "darkslategray"))))
4888 (custom-button-face ((t (:bold t))))
4889 (custom-changed-face ((t (:background "blue" :foreground "white"))))
4890 (custom-comment-face ((t (:background "gray85"))))
4891 (custom-comment-tag-face ((t (:foreground "blue4"))))
4892 (custom-documentation-face ((t (nil))))
4893 (custom-face-tag-face ((t (:underline t))))
4894 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
4895 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
4896 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
4897 (custom-modified-face ((t (:background "blue" :foreground "white"))))
4898 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
4899 (custom-saved-face ((t (:underline t))))
4900 (custom-set-face ((t (:background "white" :foreground "blue"))))
4901 (custom-state-face ((t (:foreground "dark green"))))
4902 (custom-variable-button-face ((t (:underline t :bold t))))
4903 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
4904 (cyan ((t (:foreground "cyan"))))
4905 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
4906 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
4907 (display-time-time-balloon-face ((t (:foreground "red"))))
4908 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid"))))
4909 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
4910 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed"))))
4911 (eshell-ls-directory-face ((t (:bold t :foreground "Blue"))))
4912 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen"))))
4913 (eshell-ls-missing-face ((t (:bold t :foreground "Red"))))
4914 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
4915 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
4916 (eshell-ls-special-face ((t (:bold t :foreground "Magenta"))))
4917 (eshell-ls-symlink-face ((t (:bold t :foreground "Dark Cyan"))))
4918 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
4919 (eshell-prompt-face ((t (:bold t :foreground "Red"))))
4920 (font-lock-builtin-face ((t (:underline t :foreground "blue"))))
4921 (font-lock-comment-face ((t (:foreground "snow4"))))
4922 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
4923 (font-lock-doc-string-face ((t (:foreground "mediumblue"))))
4924 (font-lock-function-name-face ((t (:bold t :foreground "darkblue"))))
4925 (font-lock-keyword-face ((t (:bold t :foreground "dodgerblue"))))
4926 (font-lock-preprocessor-face ((t (:underline t :foreground "blue3"))))
4927 (font-lock-reference-face ((t (:foreground "red3"))))
4928 (font-lock-string-face ((t (:foreground "darkviolet"))))
4929 (font-lock-type-face ((t (:foreground "goldenrod"))))
4930 (font-lock-variable-name-face ((t (:foreground "tomato"))))
4931 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
4932 (gnus-cite-attribution-face ((t (nil))))
4933 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
4934 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
4935 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
4936 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
4937 (gnus-cite-face-3 ((t (:foreground "dark green"))))
4938 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
4939 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
4940 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
4941 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
4942 (gnus-cite-face-8 ((t (:foreground "magenta"))))
4943 (gnus-cite-face-9 ((t (:foreground "violet"))))
4944 (gnus-emphasis-bold ((t (:bold t))))
4945 (gnus-emphasis-bold-italic ((t (nil))))
4946 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
4947 (gnus-emphasis-italic ((t (nil))))
4948 (gnus-emphasis-underline ((t (:underline t))))
4949 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
4950 (gnus-emphasis-underline-bold-italic ((t (:underline t))))
4951 (gnus-emphasis-underline-italic ((t (:underline t))))
4952 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
4953 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
4954 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
4955 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
4956 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
4957 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
4958 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
4959 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
4960 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
4961 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
4962 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
4963 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
4964 (gnus-group-news-3-empty-face ((t (nil))))
4965 (gnus-group-news-3-face ((t (:bold t))))
4966 (gnus-group-news-4-empty-face ((t (nil))))
4967 (gnus-group-news-4-face ((t (:bold t))))
4968 (gnus-group-news-5-empty-face ((t (nil))))
4969 (gnus-group-news-5-face ((t (:bold t))))
4970 (gnus-group-news-6-empty-face ((t (nil))))
4971 (gnus-group-news-6-face ((t (:bold t))))
4972 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
4973 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
4974 (gnus-header-content-face ((t (:foreground "indianred4"))))
4975 (gnus-header-from-face ((t (:foreground "red3"))))
4976 (gnus-header-name-face ((t (:foreground "maroon"))))
4977 (gnus-header-newsgroups-face ((t (:foreground "MidnightBlue"))))
4978 (gnus-header-subject-face ((t (:foreground "red4"))))
4979 (gnus-picons-face ((t (:background "white" :foreground "black"))))
4980 (gnus-picons-xbm-face ((t (:background "white" :foreground "black"))))
4981 (gnus-signature-face ((t (nil))))
4982 (gnus-splash-face ((t (:foreground "Brown"))))
4983 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
4984 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
4985 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
4986 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
4987 (gnus-summary-high-unread-face ((t (:bold t))))
4988 (gnus-summary-low-ancient-face ((t (:foreground "RoyalBlue"))))
4989 (gnus-summary-low-read-face ((t (:foreground "DarkGreen"))))
4990 (gnus-summary-low-ticked-face ((t (:foreground "firebrick"))))
4991 (gnus-summary-low-unread-face ((t (nil))))
4992 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
4993 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
4994 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
4995 (gnus-summary-normal-unread-face ((t (nil))))
4996 (gnus-summary-selected-face ((t (:underline t))))
4997 (gnus-x-face ((t (:background "white" :foreground "black"))))
4998 (green ((t (:foreground "green"))))
4999 (gui-button-face ((t (:background "grey75" :foreground "black"))))
5000 (gui-element ((t (:background "#D4D0C8" :foreground "black"))))
5001 (highlight ((t (:background "darkseagreen2"))))
5002 (html-helper-bold-face ((t (:bold t))))
5003 (html-helper-bold-italic-face ((t (nil))))
5004 (html-helper-builtin-face ((t (:underline t :foreground "blue3"))))
5005 (html-helper-italic-face ((t (:foreground "medium sea green"))))
5006 (html-helper-underline-face ((t (:underline t))))
5007 (html-tag-face ((t (:bold t))))
5008 (hyper-apropos-documentation ((t (:foreground "darkred"))))
5009 (hyper-apropos-heading ((t (:bold t))))
5010 (hyper-apropos-hyperlink ((t (:foreground "blue4"))))
5011 (hyper-apropos-major-heading ((t (:bold t))))
5012 (hyper-apropos-section-heading ((t (nil))))
5013 (hyper-apropos-warning ((t (:bold t :foreground "red"))))
5014 (info-menu-6 ((t (nil))))
5015 (isearch ((t (:background "paleturquoise"))))
5016 (isearch-secondary ((t (:foreground "red3"))))
5017 (italic ((t (nil))))
5018 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
5019 (jde-bug-breakpoint-marker ((t (:background "yellow" :foreground "red"))))
5020 (jde-java-font-lock-link-face ((t (:underline t :foreground "blue"))))
5021 (jde-java-font-lock-number-face ((t (:foreground "RosyBrown"))))
5022 (left-margin ((t (nil))))
5023 (list-mode-item-selected ((t (:background "gray68" :foreground "darkslategray"))))
5024 (magenta ((t (:foreground "magenta"))))
5025 (message-cited-text-face ((t (:foreground "red"))))
5026 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
5027 (message-header-name-face ((t (:foreground "cornflower blue"))))
5028 (message-header-newsgroups-face ((t (:foreground "blue4"))))
5029 (message-header-other-face ((t (:foreground "steel blue"))))
5030 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
5031 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
5032 (message-header-xheader-face ((t (:foreground "blue"))))
5033 (message-mml-face ((t (:foreground "ForestGreen"))))
5034 (message-separator-face ((t (:foreground "brown"))))
5035 (modeline ((t (nil))))
5036 (modeline-buffer-id ((t (:background "#D4D0C8" :foreground "blue4"))))
5037 (modeline-mousable ((t (:background "#D4D0C8" :foreground "firebrick"))))
5038 (modeline-mousable-minor-mode ((t (:background "#D4D0C8" :foreground "green4"))))
5039 (paren-blink-off ((t (:foreground "snow2"))))
5040 (paren-match ((t (:background "darkseagreen2"))))
5041 (paren-mismatch ((t (:background "snow2" :foreground "darkslategray"))))
5042 (pointer ((t (nil))))
5043 (primary-selection ((t (:background "gray65"))))
5044 (red ((t (:foreground "red"))))
5045 (right-margin ((t (nil))))
5046 (secondary-selection ((t (:background "paleturquoise"))))
5047 (semantic-intangible-face ((t (:foreground "gray25"))))
5048 (semantic-read-only-face ((t (:background "gray25"))))
5049 (senator-momentary-highlight-face ((t (:background "gray70"))))
5050 (speedbar-button-face ((t (:foreground "green4"))))
5051 (speedbar-directory-face ((t (:foreground "blue4"))))
5052 (speedbar-file-face ((t (:foreground "cyan4"))))
5053 (speedbar-highlight-face ((t (:background "green"))))
5054 (speedbar-selected-face ((t (:underline t :foreground "red"))))
5055 (speedbar-tag-face ((t (:foreground "brown"))))
5056 (template-message-face ((t (:bold t))))
5057 (term-blue-bold-face ((t (:bold t :background "snow2" :foreground "blue"))))
5058 (term-blue-face ((t (:foreground "blue"))))
5059 (term-blue-inv-face ((t (:background "blue"))))
5060 (term-blue-ul-face ((t (:underline t :background "snow2" :foreground "blue"))))
5061 (term-cyan-bold-face ((t (:bold t :background "snow2" :foreground "cyan"))))
5062 (term-cyan-face ((t (:foreground "cyan"))))
5063 (term-cyan-inv-face ((t (:background "cyan"))))
5064 (term-cyan-ul-face ((t (:underline t :background "snow2" :foreground "cyan"))))
5065 (term-default-bold-face ((t (:bold t :background "snow2" :foreground "darkslategray"))))
5066 (term-default-face ((t (:background "snow2" :foreground "darkslategray"))))
5067 (term-default-inv-face ((t (:background "darkslategray" :foreground "snow2"))))
5068 (term-default-ul-face ((t (:underline t :background "snow2" :foreground "darkslategray"))))
5069 (term-green-bold-face ((t (:bold t :background "snow2" :foreground "green"))))
5070 (term-green-face ((t (:foreground "green"))))
5071 (term-green-inv-face ((t (:background "green"))))
5072 (term-green-ul-face ((t (:underline t :background "snow2" :foreground "green"))))
5073 (term-magenta-bold-face ((t (:bold t :background "snow2" :foreground "magenta"))))
5074 (term-magenta-face ((t (:foreground "magenta"))))
5075 (term-magenta-inv-face ((t (:background "magenta"))))
5076 (term-magenta-ul-face ((t (:underline t :background "snow2" :foreground "magenta"))))
5077 (term-red-bold-face ((t (:bold t :background "snow2" :foreground "red"))))
5078 (term-red-face ((t (:foreground "red"))))
5079 (term-red-inv-face ((t (:background "red"))))
5080 (term-red-ul-face ((t (:underline t :background "snow2" :foreground "red"))))
5081 (term-white-bold-face ((t (:bold t :background "snow2" :foreground "white"))))
5082 (term-white-face ((t (:foreground "white"))))
5083 (term-white-inv-face ((t (:background "snow2"))))
5084 (term-white-ul-face ((t (:underline t :background "snow2" :foreground "white"))))
5085 (term-yellow-bold-face ((t (:bold t :background "snow2" :foreground "yellow"))))
5086 (term-yellow-face ((t (:foreground "yellow"))))
5087 (term-yellow-inv-face ((t (:background "yellow"))))
5088 (term-yellow-ul-face ((t (:underline t :background "snow2" :foreground "yellow"))))
5089 (text-cursor ((t (:background "Red3" :foreground "snow2"))))
5090 (toolbar ((t (nil))))
5091 (underline ((t (:underline t))))
5092 (vertical-divider ((t (nil))))
5093 (white ((t (:foreground "white"))))
5094 (widget ((t (nil))))
5095 (widget-button-face ((t (:bold t))))
5096 (widget-button-pressed-face ((t (:foreground "red"))))
5097 (widget-documentation-face ((t (:foreground "dark green"))))
5098 (widget-field-face ((t (:background "gray85"))))
5099 (widget-inactive-face ((t (:foreground "dim gray"))))
5100 (yellow ((t (:foreground "yellow"))))
5101 (zmacs-region ((t (:background "gray65")))))))
5103 (defun color-theme-dark-laptop ()
5104 "Color theme by Laurent Michel, created 2001-05-24.
5105 Includes custom, fl, font-lock, gnus, message, widget."
5106 (interactive)
5107 (color-theme-install
5108 '(color-theme-dark-laptop
5109 ((background-color . "black")
5110 (background-mode . dark)
5111 (border-color . "black")
5112 (cursor-color . "yellow")
5113 (foreground-color . "white")
5114 (mouse-color . "sienna1"))
5115 ((gnus-mouse-face . highlight)
5116 (list-matching-lines-face . bold)
5117 (view-highlight-face . highlight))
5118 (default ((t (nil))))
5119 (bold ((t (:bold t))))
5120 (bold-italic ((t (:italic t :bold t))))
5121 (custom-button-face ((t (nil))))
5122 (custom-changed-face ((t (:background "blue" :foreground "white"))))
5123 (custom-documentation-face ((t (nil))))
5124 (custom-face-tag-face ((t (:underline t))))
5125 (custom-group-tag-face ((t (:underline t :foreground "light blue"))))
5126 (custom-group-tag-face-1 ((t (:underline t :foreground "pink"))))
5127 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
5128 (custom-modified-face ((t (:background "blue" :foreground "white"))))
5129 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
5130 (custom-saved-face ((t (:underline t))))
5131 (custom-set-face ((t (:background "white" :foreground "blue"))))
5132 (custom-state-face ((t (:foreground "lime green"))))
5133 (custom-variable-button-face ((t (:underline t :bold t))))
5134 (custom-variable-tag-face ((t (:underline t :foreground "light blue"))))
5135 (fl-comment-face ((t (:foreground "pink"))))
5136 (fl-doc-string-face ((t (:foreground "purple"))))
5137 (fl-function-name-face ((t (:foreground "red"))))
5138 (fl-keyword-face ((t (:foreground "cyan"))))
5139 (fl-string-face ((t (:foreground "green"))))
5140 (fl-type-face ((t (:foreground "yellow"))))
5141 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
5142 (font-lock-comment-face ((t (:foreground "OrangeRed"))))
5143 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
5144 (font-lock-doc-string-face ((t (:foreground "LightSalmon"))))
5145 (font-lock-function-name-face ((t (:foreground "LightSkyBlue"))))
5146 (font-lock-keyword-face ((t (:foreground "Cyan"))))
5147 (font-lock-preprocessor-face ((t (:foreground "Aquamarine"))))
5148 (font-lock-reference-face ((t (:foreground "LightSteelBlue"))))
5149 (font-lock-string-face ((t (:foreground "LightSalmon"))))
5150 (font-lock-type-face ((t (:foreground "PaleGreen"))))
5151 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
5152 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
5153 (gnus-cite-attribution-face ((t (:italic t))))
5154 (gnus-cite-face-1 ((t (:bold t :foreground "deep sky blue"))))
5155 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
5156 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
5157 (gnus-cite-face-2 ((t (:bold t :foreground "cyan"))))
5158 (gnus-cite-face-3 ((t (:bold t :foreground "gold"))))
5159 (gnus-cite-face-4 ((t (:foreground "light pink"))))
5160 (gnus-cite-face-5 ((t (:foreground "pale green"))))
5161 (gnus-cite-face-6 ((t (:bold t :foreground "chocolate"))))
5162 (gnus-cite-face-7 ((t (:foreground "orange"))))
5163 (gnus-cite-face-8 ((t (:foreground "magenta"))))
5164 (gnus-cite-face-9 ((t (:foreground "violet"))))
5165 (gnus-emphasis-bold ((t (:bold t))))
5166 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
5167 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
5168 (gnus-emphasis-italic ((t (:italic t))))
5169 (gnus-emphasis-underline ((t (:underline t))))
5170 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
5171 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
5172 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
5173 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
5174 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1"))))
5175 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
5176 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2"))))
5177 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
5178 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3"))))
5179 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
5180 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4"))))
5181 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
5182 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise"))))
5183 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
5184 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise"))))
5185 (gnus-group-news-3-empty-face ((t (nil))))
5186 (gnus-group-news-3-face ((t (:bold t))))
5187 (gnus-group-news-4-empty-face ((t (nil))))
5188 (gnus-group-news-4-face ((t (:bold t))))
5189 (gnus-group-news-5-empty-face ((t (nil))))
5190 (gnus-group-news-5-face ((t (:bold t))))
5191 (gnus-group-news-6-empty-face ((t (nil))))
5192 (gnus-group-news-6-face ((t (:bold t))))
5193 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
5194 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise"))))
5195 (gnus-header-content-face ((t (:italic t :foreground "forest green"))))
5196 (gnus-header-from-face ((t (:bold t :foreground "spring green"))))
5197 (gnus-header-name-face ((t (:foreground "deep sky blue"))))
5198 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "purple"))))
5199 (gnus-header-subject-face ((t (:bold t :foreground "orange"))))
5200 (gnus-signature-face ((t (:bold t :foreground "khaki"))))
5201 (gnus-splash-face ((t (:foreground "Brown"))))
5202 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
5203 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue"))))
5204 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen"))))
5205 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink"))))
5206 (gnus-summary-high-unread-face ((t (:bold t))))
5207 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue"))))
5208 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen"))))
5209 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink"))))
5210 (gnus-summary-low-unread-face ((t (:italic t))))
5211 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
5212 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
5213 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
5214 (gnus-summary-normal-unread-face ((t (nil))))
5215 (gnus-summary-selected-face ((t (:underline t))))
5216 (highlight ((t (:background "darkolivegreen"))))
5217 (italic ((t (:italic t))))
5218 (message-cited-text-face ((t (:bold t :foreground "red"))))
5219 (message-header-cc-face ((t (:bold t :foreground "green4"))))
5220 (message-header-name-face ((t (:bold t :foreground "orange"))))
5221 (message-header-newsgroups-face ((t (:bold t :foreground "violet"))))
5222 (message-header-other-face ((t (:bold t :foreground "chocolate"))))
5223 (message-header-subject-face ((t (:bold t :foreground "yellow"))))
5224 (message-header-to-face ((t (:bold t :foreground "cyan"))))
5225 (message-header-xheader-face ((t (:bold t :foreground "light blue"))))
5226 (message-mml-face ((t (:bold t :background "Green3"))))
5227 (message-separator-face ((t (:foreground "blue3"))))
5228 (modeline ((t (:background "white" :foreground "black"))))
5229 (modeline-buffer-id ((t (:background "white" :foreground "black"))))
5230 (modeline-mousable ((t (:background "white" :foreground "black"))))
5231 (modeline-mousable-minor-mode ((t (:background "white" :foreground "black"))))
5232 (region ((t (:background "blue"))))
5233 (primary-selection ((t (:background "blue"))))
5234 (isearch ((t (:background "blue"))))
5235 (zmacs-region ((t (:background "blue"))))
5236 (secondary-selection ((t (:background "darkslateblue"))))
5237 (underline ((t (:underline t))))
5238 (widget-button-face ((t (:bold t))))
5239 (widget-button-pressed-face ((t (:foreground "red"))))
5240 (widget-documentation-face ((t (:foreground "lime green"))))
5241 (widget-field-face ((t (:background "dim gray"))))
5242 (widget-inactive-face ((t (:foreground "light gray"))))
5243 (widget-single-line-field-face ((t (:background "dim gray")))))))
5245 (defun color-theme-taming-mr-arneson ()
5246 "Color theme by Erik Arneson, created 2001-06-12.
5247 Light sky blue on black. Includes bbdb, cperl, custom, cvs, diff,
5248 dired, font-lock, html-helper, hyper-apropos, info, isearch, man,
5249 message, paren, shell, and widget."
5250 (interactive)
5251 (color-theme-install
5252 '(color-theme-taming-mr-arneson
5253 ((background-color . "black")
5254 (background-mode . light)
5255 (background-toolbar-color . "#cf3ccf3ccf3c")
5256 (border-color . "#000000000000")
5257 (bottom-toolbar-shadow-color . "#79e77df779e7")
5258 (cursor-color . "Red3")
5259 (foreground-color . "LightSkyBlue")
5260 (top-toolbar-shadow-color . "#fffffbeeffff"))
5261 ((buffers-tab-face . buffers-tab)
5262 (cperl-here-face . font-lock-string-face)
5263 (cperl-invalid-face quote default)
5264 (cperl-pod-face . font-lock-comment-face)
5265 (cperl-pod-head-face . font-lock-variable-name-face)
5266 (ispell-highlight-face . highlight)
5267 (vc-mode-face . highlight)
5268 (vm-highlight-url-face . bold-italic)
5269 (vm-highlighted-header-face . bold)
5270 (vm-mime-button-face . gui-button-face)
5271 (vm-summary-highlight-face . bold))
5272 (default ((t (nil))))
5273 (bbdb-company ((t (nil))))
5274 (bbdb-field-name ((t (:bold t))))
5275 (bbdb-field-value ((t (nil))))
5276 (bbdb-name ((t (:underline t))))
5277 (blue ((t (:foreground "blue"))))
5278 (bold ((t (:bold t))))
5279 (bold-italic ((t (:bold t :foreground "yellow"))))
5280 (border-glyph ((t (nil))))
5281 (buffers-tab ((t (:background "black" :foreground "LightSkyBlue"))))
5282 (cperl-array-face ((t (:bold t :foreground "SkyBlue2"))))
5283 (cperl-hash-face ((t (:foreground "LightBlue2"))))
5284 (cperl-invalid-face ((t (:foreground "white"))))
5285 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
5286 (custom-button-face ((t (:bold t))))
5287 (custom-changed-face ((t (:background "blue" :foreground "white"))))
5288 (custom-comment-face ((t (:foreground "white"))))
5289 (custom-comment-tag-face ((t (:foreground "white"))))
5290 (custom-documentation-face ((t (nil))))
5291 (custom-face-tag-face ((t (:underline t))))
5292 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
5293 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
5294 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
5295 (custom-modified-face ((t (:background "blue" :foreground "white"))))
5296 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
5297 (custom-saved-face ((t (:underline t))))
5298 (custom-set-face ((t (:background "white" :foreground "blue"))))
5299 (custom-state-face ((t (:foreground "white"))))
5300 (custom-variable-button-face ((t (:underline t :bold t))))
5301 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
5302 (cvs-filename-face ((t (:foreground "white"))))
5303 (cvs-handled-face ((t (:foreground "pink"))))
5304 (cvs-header-face ((t (:foreground "green"))))
5305 (cvs-marked-face ((t (:bold t :foreground "green3"))))
5306 (cvs-msg-face ((t (:foreground "red"))))
5307 (cvs-need-action-face ((t (:foreground "yellow"))))
5308 (cvs-unknown-face ((t (:foreground "grey"))))
5309 (diff-added-face ((t (nil))))
5310 (diff-changed-face ((t (nil))))
5311 (diff-file-header-face ((t (:bold t :background "grey70"))))
5312 (diff-hunk-header-face ((t (:background "grey85"))))
5313 (diff-index-face ((t (:bold t :background "grey70"))))
5314 (diff-removed-face ((t (nil))))
5315 (dired-face-boring ((t (:foreground "Gray65"))))
5316 (dired-face-directory ((t (:bold t :foreground "SkyBlue2"))))
5317 (dired-face-executable ((t (:foreground "Green"))))
5318 (dired-face-flagged ((t (:background "LightSlateGray"))))
5319 (dired-face-header ((t (:background "grey75" :foreground "black"))))
5320 (dired-face-marked ((t (:background "PaleVioletRed"))))
5321 (dired-face-permissions ((t (:background "grey75" :foreground "black"))))
5322 (dired-face-setuid ((t (:foreground "Red"))))
5323 (dired-face-socket ((t (:foreground "magenta"))))
5324 (dired-face-symlink ((t (:foreground "cyan"))))
5325 (excerpt ((t (nil))))
5326 (fixed ((t (:bold t))))
5327 (font-lock-builtin-face ((t (:foreground "red3"))))
5328 (font-lock-comment-face ((t (:foreground "red"))))
5329 (font-lock-constant-face ((t (nil))))
5330 (font-lock-doc-string-face ((t (:foreground "turquoise"))))
5331 (font-lock-function-name-face ((t (:foreground "white"))))
5332 (font-lock-keyword-face ((t (:foreground "green"))))
5333 (font-lock-preprocessor-face ((t (:foreground "green3"))))
5334 (font-lock-reference-face ((t (:foreground "red3"))))
5335 (font-lock-string-face ((t (:foreground "turquoise"))))
5336 (font-lock-type-face ((t (:foreground "steelblue"))))
5337 (font-lock-variable-name-face ((t (:foreground "magenta2"))))
5338 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
5339 (green ((t (:foreground "green"))))
5340 (gui-button-face ((t (:background "grey75" :foreground "black"))))
5341 (gui-element ((t (nil))))
5342 (highlight ((t (:background "darkseagreen2" :foreground "blue"))))
5343 (html-helper-bold-face ((t (:bold t))))
5344 (html-helper-italic-face ((t (:bold t :foreground "yellow"))))
5345 (html-helper-underline-face ((t (:underline t))))
5346 (hyper-apropos-documentation ((t (:foreground "white"))))
5347 (hyper-apropos-heading ((t (:bold t))))
5348 (hyper-apropos-hyperlink ((t (:foreground "sky blue"))))
5349 (hyper-apropos-major-heading ((t (:bold t))))
5350 (hyper-apropos-section-heading ((t (:bold t))))
5351 (hyper-apropos-warning ((t (:bold t :foreground "red"))))
5352 (info-node ((t (:bold t :foreground "yellow"))))
5353 (info-xref ((t (:bold t))))
5354 (isearch ((t (:background "paleturquoise" :foreground "dark red"))))
5355 (isearch-secondary ((t (:foreground "red3"))))
5356 (italic ((t (:bold t :foreground "yellow"))))
5357 (left-margin ((t (nil))))
5358 (list-mode-item-selected ((t (:background "gray68" :foreground "dark green"))))
5359 (man-bold ((t (:bold t))))
5360 (man-heading ((t (:bold t))))
5361 (man-italic ((t (:foreground "yellow"))))
5362 (man-xref ((t (:underline t))))
5363 (message-cited-text ((t (:foreground "orange"))))
5364 (message-header-contents ((t (:foreground "white"))))
5365 (message-headers ((t (:bold t :foreground "orange"))))
5366 (message-highlighted-header-contents ((t (:bold t))))
5367 (message-url ((t (:bold t :foreground "pink"))))
5368 (mmm-face ((t (:background "black" :foreground "green"))))
5369 (modeline ((t (nil))))
5370 (modeline-buffer-id ((t (:background "Gray80" :foreground "blue4"))))
5371 (modeline-mousable ((t (:background "Gray80" :foreground "firebrick"))))
5372 (modeline-mousable-minor-mode ((t (:background "Gray80" :foreground "green4"))))
5373 (paren-blink-off ((t (:foreground "gray80"))))
5374 (paren-match ((t (:background "dark blue"))))
5375 (paren-mismatch ((t (:background "DeepPink" :foreground "LightSkyBlue"))))
5376 (pointer ((t (nil))))
5377 (primary-selection ((t (:background "gray65" :foreground "DarkBlue"))))
5378 (red ((t (:foreground "red"))))
5379 (region ((t (:background "gray65" :foreground "DarkBlue"))))
5380 (right-margin ((t (nil))))
5381 (secondary-selection ((t (:background "paleturquoise" :foreground "black"))))
5382 (shell-option-face ((t (:foreground "blue4"))))
5383 (shell-output-2-face ((t (:foreground "green4"))))
5384 (shell-output-3-face ((t (:foreground "green4"))))
5385 (shell-output-face ((t (:bold t))))
5386 (shell-prompt-face ((t (:foreground "red4"))))
5387 (text-cursor ((t (:background "Red3" :foreground "black"))))
5388 (toolbar ((t (:background "Gray80" :foreground "black"))))
5389 (underline ((t (:underline t))))
5390 (vertical-divider ((t (nil))))
5391 (vm-xface ((t (:background "white" :foreground "black"))))
5392 (vmpc-pre-sig-face ((t (:foreground "forestgreen"))))
5393 (vmpc-sig-face ((t (:foreground "steelblue"))))
5394 (widget ((t (nil))))
5395 (widget-button-face ((t (:bold t))))
5396 (widget-button-pressed-face ((t (:foreground "red"))))
5397 (widget-documentation-face ((t (:foreground "dark green"))))
5398 (widget-field-face ((t (:background "gray85" :foreground "black"))))
5399 (widget-inactive-face ((t (:foreground "dim gray"))))
5400 (x-face ((t (:background "white" :foreground "black"))))
5401 (xrdb-option-name-face ((t (:foreground "red"))))
5402 (yellow ((t (:foreground "yellow"))))
5403 (zmacs-region ((t (:background "gray65")))))))
5405 (defun color-theme-digital-ofs1 ()
5406 "Color theme by Gareth Owen, created 2001-06-13.
5407 This works well on an old, beat-up Digital Unix box with its 256 colour
5408 display, on which other color themes hog too much of the palette.
5409 Black on some shade of dark peach. Includes bbdb, cperl, custom,
5410 cvs, diff, dired, ediff, erc, eshell, font-latex, font-lock, gnus,
5411 highlight, hproperty, html-helper, hyper-apropos, info, jde, man,
5412 message, paren, searchm, semantic, sgml, shell, speedbar, term,
5413 vhdl, viper, w3m, widget, woman, x-symbol, xref."
5414 (interactive)
5415 (color-theme-install
5416 '(color-theme-digital-ofs1
5417 ((background-color . "#CA94AA469193")
5418 (background-mode . light)
5419 (background-toolbar-color . "#cf3ccf3ccf3c")
5420 (border-color . "black")
5421 (bottom-toolbar-shadow-color . "#79e77df779e7")
5422 (cursor-color . "Black")
5423 (foreground-color . "Black")
5424 (mouse-color . "Black")
5425 (top-toolbar-shadow-color . "#fffffbeeffff")
5426 (viper-saved-cursor-color-in-replace-mode . "Red3"))
5427 ((Man-overstrike-face . bold)
5428 (Man-underline-face . underline)
5429 (gnus-mouse-face . highlight)
5430 (goto-address-mail-face . italic)
5431 (goto-address-mail-mouse-face . secondary-selection)
5432 (goto-address-url-face . bold)
5433 (goto-address-url-mouse-face . highlight)
5434 (ispell-highlight-face . highlight)
5435 (list-matching-lines-face . bold)
5436 (rmail-highlight-face . font-lock-function-name-face)
5437 (view-highlight-face . highlight))
5438 (default ((t (:bold t))))
5439 (bbdb-company ((t (:italic t))))
5440 (bbdb-field-name ((t (:bold t))))
5441 (bbdb-field-value ((t (nil))))
5442 (bbdb-name ((t (:underline t))))
5443 (blank-space-face ((t (nil))))
5444 (blank-tab-face ((t (nil))))
5445 (blue ((t (:bold t :foreground "blue"))))
5446 (bold ((t (:bold t))))
5447 (bold-italic ((t (:italic t :bold t))))
5448 (border-glyph ((t (:bold t))))
5449 (buffers-tab ((t (:background "black" :foreground "LightSkyBlue"))))
5450 (calendar-today-face ((t (:underline t :bold t :foreground "white"))))
5451 (comint-input-face ((t (nil))))
5452 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue"))))
5453 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red"))))
5454 (cperl-here-face ((t (nil))))
5455 (cperl-invalid-face ((t (:foreground "white"))))
5456 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
5457 (cperl-pod-face ((t (nil))))
5458 (cperl-pod-head-face ((t (nil))))
5459 (custom-button-face ((t (:bold t))))
5460 (custom-changed-face ((t (:bold t :background "blue" :foreground "white"))))
5461 (custom-comment-face ((t (:foreground "white"))))
5462 (custom-comment-tag-face ((t (:foreground "white"))))
5463 (custom-documentation-face ((t (:bold t))))
5464 (custom-face-tag-face ((t (:underline t :bold t))))
5465 (custom-group-tag-face ((t (:underline t :bold t :foreground "DarkBlue"))))
5466 (custom-group-tag-face-1 ((t (:underline t :bold t :foreground "red"))))
5467 (custom-invalid-face ((t (:bold t :background "red" :foreground "yellow"))))
5468 (custom-modified-face ((t (:bold t :background "blue" :foreground "white"))))
5469 (custom-rogue-face ((t (:bold t :background "black" :foreground "pink"))))
5470 (custom-saved-face ((t (:underline t :bold t))))
5471 (custom-set-face ((t (:bold t :background "white" :foreground "blue"))))
5472 (custom-state-face ((t (:bold t :foreground "dark green"))))
5473 (custom-variable-button-face ((t (:underline t :bold t))))
5474 (custom-variable-tag-face ((t (:underline t :bold t :foreground "blue"))))
5475 (cvs-filename-face ((t (:foreground "white"))))
5476 (cvs-handled-face ((t (:foreground "pink"))))
5477 (cvs-header-face ((t (:bold t :foreground "green"))))
5478 (cvs-marked-face ((t (:bold t :foreground "green3"))))
5479 (cvs-msg-face ((t (:italic t :foreground "red"))))
5480 (cvs-need-action-face ((t (:foreground "yellow"))))
5481 (cvs-unknown-face ((t (:foreground "grey"))))
5482 (cyan ((t (:foreground "cyan"))))
5483 (diary-face ((t (:bold t :foreground "red"))))
5484 (diff-added-face ((t (nil))))
5485 (diff-changed-face ((t (nil))))
5486 (diff-file-header-face ((t (:bold t :background "grey70"))))
5487 (diff-hunk-header-face ((t (:background "grey85"))))
5488 (diff-index-face ((t (:bold t :background "grey70"))))
5489 (diff-removed-face ((t (nil))))
5490 (dired-face-boring ((t (:foreground "Gray65"))))
5491 (dired-face-directory ((t (:bold t))))
5492 (dired-face-executable ((t (:foreground "SeaGreen"))))
5493 (dired-face-flagged ((t (:background "LightSlateGray"))))
5494 (dired-face-header ((t (:background "grey75" :foreground "black"))))
5495 (dired-face-marked ((t (:background "PaleVioletRed"))))
5496 (dired-face-permissions ((t (:background "grey75" :foreground "black"))))
5497 (dired-face-setuid ((t (:foreground "Red"))))
5498 (dired-face-socket ((t (:foreground "magenta"))))
5499 (dired-face-symlink ((t (:foreground "cyan"))))
5500 (display-time-mail-balloon-enhance-face ((t (:bold t :background "orange"))))
5501 (display-time-mail-balloon-gnus-group-face ((t (:bold t :foreground "blue"))))
5502 (display-time-time-balloon-face ((t (:bold t :foreground "red"))))
5503 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
5504 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
5505 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
5506 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
5507 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
5508 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
5509 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
5510 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
5511 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
5512 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
5513 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
5514 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
5515 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
5516 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
5517 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
5518 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
5519 (erc-action-face ((t (:bold t))))
5520 (erc-bold-face ((t (:bold t))))
5521 (erc-default-face ((t (nil))))
5522 (erc-direct-msg-face ((t (nil))))
5523 (erc-error-face ((t (:bold t))))
5524 (erc-input-face ((t (nil))))
5525 (erc-inverse-face ((t (nil))))
5526 (erc-notice-face ((t (nil))))
5527 (erc-pal-face ((t (nil))))
5528 (erc-prompt-face ((t (nil))))
5529 (erc-underline-face ((t (nil))))
5530 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid"))))
5531 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
5532 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed"))))
5533 (eshell-ls-directory-face ((t (:bold t :foreground "Blue"))))
5534 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen"))))
5535 (eshell-ls-missing-face ((t (:bold t :foreground "Red"))))
5536 (eshell-ls-picture-face ((t (:foreground "Violet"))))
5537 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
5538 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
5539 (eshell-ls-special-face ((t (:bold t :foreground "Magenta"))))
5540 (eshell-ls-symlink-face ((t (:bold t :foreground "DarkCyan"))))
5541 (eshell-ls-text-face ((t (:foreground "medium aquamarine"))))
5542 (eshell-ls-todo-face ((t (:bold t :foreground "aquamarine"))))
5543 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
5544 (eshell-prompt-face ((t (:bold t :foreground "Red"))))
5545 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed"))))
5546 (eshell-test-ok-face ((t (:bold t :foreground "Green"))))
5547 (excerpt ((t (:italic t))))
5548 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
5549 (fg:black ((t (:foreground "black"))))
5550 (fixed ((t (:bold t))))
5551 (fl-comment-face ((t (:foreground "medium purple"))))
5552 (fl-doc-string-face ((t (nil))))
5553 (fl-function-name-face ((t (:foreground "green"))))
5554 (fl-keyword-face ((t (:foreground "LightGreen"))))
5555 (fl-string-face ((t (:foreground "light coral"))))
5556 (fl-type-face ((t (:foreground "cyan"))))
5557 (flyspell-duplicate-face ((t (:underline t :bold t :foreground "Gold3"))))
5558 (flyspell-incorrect-face ((t (:underline t :bold t :foreground "OrangeRed"))))
5559 (font-latex-bold-face ((t (:bold t))))
5560 (font-latex-italic-face ((t (:italic t))))
5561 (font-latex-math-face ((t (nil))))
5562 (font-latex-sedate-face ((t (nil))))
5563 (font-latex-string-face ((t (nil))))
5564 (font-latex-warning-face ((t (nil))))
5565 (font-lock-builtin-face ((t (:italic t :bold t :foreground "Orchid"))))
5566 (font-lock-comment-face ((t (:bold t :foreground "Firebrick"))))
5567 (font-lock-constant-face ((t (:italic t :bold t :foreground "CadetBlue"))))
5568 (font-lock-doc-string-face ((t (:italic t :bold t :foreground "green4"))))
5569 (font-lock-emphasized-face ((t (:bold t))))
5570 (font-lock-exit-face ((t (:foreground "green"))))
5571 (font-lock-function-name-face ((t (:italic t :bold t :foreground "Blue"))))
5572 (font-lock-keyword-face ((t (:bold t :foreground "dark olive green"))))
5573 (font-lock-other-emphasized-face ((t (:italic t :bold t))))
5574 (font-lock-other-type-face ((t (:bold t :foreground "DarkBlue"))))
5575 (font-lock-preprocessor-face ((t (:italic t :bold t :foreground "blue3"))))
5576 (font-lock-reference-face ((t (:italic t :bold t :foreground "red3"))))
5577 (font-lock-special-comment-face ((t (nil))))
5578 (font-lock-special-keyword-face ((t (nil))))
5579 (font-lock-string-face ((t (:italic t :bold t :foreground "DarkBlue"))))
5580 (font-lock-type-face ((t (:italic t :bold t :foreground "DarkGreen"))))
5581 (font-lock-variable-name-face ((t (:italic t :bold t :foreground "darkgreen"))))
5582 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
5583 (fringe ((t (:background "grey95"))))
5584 (gdb-arrow-face ((t (:bold t))))
5585 (gnus-cite-attribution-face ((t (:italic t :bold t))))
5586 (gnus-cite-face-1 ((t (:bold t :foreground "MidnightBlue"))))
5587 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
5588 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
5589 (gnus-cite-face-2 ((t (:bold t :foreground "firebrick"))))
5590 (gnus-cite-face-3 ((t (:bold t :foreground "dark green"))))
5591 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
5592 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
5593 (gnus-cite-face-6 ((t (:bold t :foreground "dark violet"))))
5594 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
5595 (gnus-cite-face-8 ((t (:foreground "magenta"))))
5596 (gnus-cite-face-9 ((t (:foreground "violet"))))
5597 (gnus-cite-face-list ((t (nil))))
5598 (gnus-emphasis-bold ((t (:bold t))))
5599 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
5600 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
5601 (gnus-emphasis-italic ((t (:italic t))))
5602 (gnus-emphasis-underline ((t (:underline t))))
5603 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
5604 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
5605 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
5606 (gnus-filterhist-face-1 ((t (nil))))
5607 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
5608 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
5609 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
5610 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
5611 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
5612 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
5613 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
5614 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
5615 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
5616 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
5617 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
5618 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
5619 (gnus-group-news-3-empty-face ((t (nil))))
5620 (gnus-group-news-3-face ((t (:bold t))))
5621 (gnus-group-news-4-empty-face ((t (nil))))
5622 (gnus-group-news-4-face ((t (:bold t))))
5623 (gnus-group-news-5-empty-face ((t (nil))))
5624 (gnus-group-news-5-face ((t (:bold t))))
5625 (gnus-group-news-6-empty-face ((t (nil))))
5626 (gnus-group-news-6-face ((t (:bold t))))
5627 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
5628 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
5629 (gnus-header-content-face ((t (:italic t :foreground "indianred4"))))
5630 (gnus-header-from-face ((t (:bold t :foreground "red3"))))
5631 (gnus-header-name-face ((t (:bold t :foreground "maroon"))))
5632 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "MidnightBlue"))))
5633 (gnus-header-subject-face ((t (:bold t :foreground "red4"))))
5634 (gnus-picons-face ((t (:background "white" :foreground "black"))))
5635 (gnus-picons-xbm-face ((t (:background "white" :foreground "black"))))
5636 (gnus-signature-face ((t (:italic t :bold t))))
5637 (gnus-splash ((t (nil))))
5638 (gnus-splash-face ((t (:foreground "Brown"))))
5639 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
5640 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
5641 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
5642 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
5643 (gnus-summary-high-unread-face ((t (:italic t :bold t))))
5644 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
5645 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
5646 (gnus-summary-low-ticked-face ((t (:italic t :bold t :foreground "firebrick"))))
5647 (gnus-summary-low-unread-face ((t (:italic t))))
5648 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
5649 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
5650 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "firebrick"))))
5651 (gnus-summary-normal-unread-face ((t (:bold t))))
5652 (gnus-summary-selected-face ((t (:underline t))))
5653 (gnus-x-face ((t (:background "white" :foreground "black"))))
5654 (green ((t (:bold t :foreground "green"))))
5655 (gui-button-face ((t (:bold t :background "grey75" :foreground "black"))))
5656 (gui-element ((t (:bold t :background "Gray80"))))
5657 (highlight ((t (:bold t :background "darkseagreen2"))))
5658 (highlight-changes-delete-face ((t (:underline t :foreground "red"))))
5659 (highlight-changes-face ((t (:foreground "red"))))
5660 (highline-face ((t (:background "black" :foreground "white"))))
5661 (holiday-face ((t (:bold t :background "pink" :foreground "white"))))
5662 (hproperty:but-face ((t (:bold t))))
5663 (hproperty:flash-face ((t (:bold t))))
5664 (hproperty:highlight-face ((t (:bold t))))
5665 (hproperty:item-face ((t (:bold t))))
5666 (html-helper-bold-face ((t (:bold t))))
5667 (html-helper-bold-italic-face ((t (nil))))
5668 (html-helper-builtin-face ((t (:underline t :foreground "blue3"))))
5669 (html-helper-italic-face ((t (:italic t :bold t :foreground "yellow"))))
5670 (html-helper-underline-face ((t (:underline t))))
5671 (html-tag-face ((t (:bold t))))
5672 (hyper-apropos-documentation ((t (:foreground "white"))))
5673 (hyper-apropos-heading ((t (:bold t))))
5674 (hyper-apropos-hyperlink ((t (:foreground "sky blue"))))
5675 (hyper-apropos-major-heading ((t (:bold t))))
5676 (hyper-apropos-section-heading ((t (:bold t))))
5677 (hyper-apropos-warning ((t (:bold t :foreground "red"))))
5678 (ibuffer-marked-face ((t (:foreground "red"))))
5679 (info-menu-5 ((t (:underline t :bold t))))
5680 (info-menu-6 ((t (nil))))
5681 (info-node ((t (:italic t :bold t))))
5682 (info-xref ((t (:bold t))))
5683 (isearch ((t (:bold t :background "paleturquoise"))))
5684 (isearch-secondary ((t (:foreground "red3"))))
5685 (ispell-face ((t (:bold t))))
5686 (italic ((t (:italic t :bold t))))
5687 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
5688 (jde-bug-breakpoint-marker ((t (:background "yellow" :foreground "red"))))
5689 (jde-java-font-lock-link-face ((t (:underline t :foreground "blue"))))
5690 (jde-java-font-lock-number-face ((t (:foreground "RosyBrown"))))
5691 (lazy-highlight-face ((t (:bold t :foreground "dark magenta"))))
5692 (left-margin ((t (:bold t))))
5693 (linemenu-face ((t (nil))))
5694 (list-mode-item-selected ((t (:bold t :background "gray68"))))
5695 (magenta ((t (:foreground "magenta"))))
5696 (makefile-space-face ((t (:background "hotpink"))))
5697 (man-bold ((t (:bold t))))
5698 (man-heading ((t (:bold t))))
5699 (man-italic ((t (:foreground "yellow"))))
5700 (man-xref ((t (:underline t))))
5701 (message-cited-text ((t (:bold t :foreground "orange"))))
5702 (message-cited-text-face ((t (:bold t :foreground "red"))))
5703 (message-header-cc-face ((t (:bold t :foreground "MidnightBlue"))))
5704 (message-header-contents ((t (:italic t :bold t :foreground "white"))))
5705 (message-header-name-face ((t (:bold t :foreground "cornflower blue"))))
5706 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
5707 (message-header-other-face ((t (:bold t :foreground "steel blue"))))
5708 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
5709 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
5710 (message-header-xheader-face ((t (:bold t :foreground "blue"))))
5711 (message-headers ((t (:bold t :foreground "orange"))))
5712 (message-highlighted-header-contents ((t (:bold t))))
5713 (message-mml-face ((t (:bold t :foreground "ForestGreen"))))
5714 (message-separator-face ((t (:foreground "brown"))))
5715 (message-url ((t (:bold t :foreground "pink"))))
5716 (mmm-face ((t (:background "black" :foreground "green"))))
5717 (modeline ((t (:bold t :background "Black" :foreground "#CA94AA469193"))))
5718 (modeline-buffer-id ((t (:bold t :background "Gray80" :foreground "blue4"))))
5719 (modeline-mousable ((t (:bold t :background "Gray80" :foreground "firebrick"))))
5720 (modeline-mousable-minor-mode ((t (:bold t :background "Gray80" :foreground "green4"))))
5721 (my-tab-face ((t (nil))))
5722 (nil ((t (nil))))
5723 (p4-diff-del-face ((t (:bold t))))
5724 (paren-blink-off ((t (:foreground "gray80"))))
5725 (paren-face ((t (nil))))
5726 (paren-face-match ((t (nil))))
5727 (paren-face-mismatch ((t (nil))))
5728 (paren-face-no-match ((t (nil))))
5729 (paren-match ((t (:background "darkseagreen2"))))
5730 (paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
5731 (paren-mismatch-face ((t (:bold t :background "DeepPink" :foreground "white"))))
5732 (paren-no-match-face ((t (:bold t :background "yellow" :foreground "white"))))
5733 (pointer ((t (:bold t))))
5734 (primary-selection ((t (:bold t :background "gray65"))))
5735 (red ((t (:bold t :foreground "red"))))
5736 (region ((t (:bold t :background "gray"))))
5737 (right-margin ((t (:bold t))))
5738 (searchm-buffer ((t (:bold t))))
5739 (searchm-button ((t (:bold t))))
5740 (searchm-field ((t (nil))))
5741 (searchm-field-label ((t (:bold t))))
5742 (searchm-highlight ((t (:bold t))))
5743 (secondary-selection ((t (:bold t :background "paleturquoise"))))
5744 (semantic-intangible-face ((t (:foreground "gray25"))))
5745 (semantic-read-only-face ((t (:background "gray25"))))
5746 (senator-momentary-highlight-face ((t (:background "gray70"))))
5747 (setnu-line-number-face ((t (:italic t :bold t))))
5748 (sgml-comment-face ((t (:foreground "dark green"))))
5749 (sgml-doctype-face ((t (:foreground "maroon"))))
5750 (sgml-end-tag-face ((t (:foreground "blue2"))))
5751 (sgml-entity-face ((t (:foreground "red2"))))
5752 (sgml-ignored-face ((t (:background "gray90" :foreground "maroon"))))
5753 (sgml-ms-end-face ((t (:foreground "maroon"))))
5754 (sgml-ms-start-face ((t (:foreground "maroon"))))
5755 (sgml-pi-face ((t (:foreground "maroon"))))
5756 (sgml-sgml-face ((t (:foreground "maroon"))))
5757 (sgml-short-ref-face ((t (:foreground "goldenrod"))))
5758 (sgml-start-tag-face ((t (:foreground "blue2"))))
5759 (shell-input-face ((t (:bold t))))
5760 (shell-option-face ((t (:bold t :foreground "blue4"))))
5761 (shell-output-2-face ((t (:bold t :foreground "green4"))))
5762 (shell-output-3-face ((t (:bold t :foreground "green4"))))
5763 (shell-output-face ((t (:bold t))))
5764 (shell-prompt-face ((t (:bold t :foreground "red4"))))
5765 (show-paren-match-face ((t (:bold t :background "turquoise"))))
5766 (show-paren-mismatch-face ((t (:bold t :background "purple" :foreground "white"))))
5767 (speedbar-button-face ((t (:bold t :foreground "magenta"))))
5768 (speedbar-directory-face ((t (:bold t :foreground "orchid"))))
5769 (speedbar-file-face ((t (:bold t :foreground "pink"))))
5770 (speedbar-highlight-face ((t (:background "black"))))
5771 (speedbar-selected-face ((t (:underline t :foreground "cyan"))))
5772 (speedbar-tag-face ((t (:foreground "yellow"))))
5773 (swbuff-current-buffer-face ((t (:bold t :foreground "red"))))
5774 (template-message-face ((t (:bold t))))
5775 (term-black ((t (:foreground "black"))))
5776 (term-blackbg ((t (:background "black"))))
5777 (term-blue ((t (:foreground "blue"))))
5778 (term-blue-bold-face ((t (:bold t :background "snow2" :foreground "blue"))))
5779 (term-blue-face ((t (:foreground "blue"))))
5780 (term-blue-inv-face ((t (:background "blue"))))
5781 (term-blue-ul-face ((t (:underline t :background "snow2" :foreground "blue"))))
5782 (term-bluebg ((t (:background "blue"))))
5783 (term-bold ((t (:bold t))))
5784 (term-cyan ((t (:foreground "cyan"))))
5785 (term-cyan-bold-face ((t (:bold t :background "snow2" :foreground "cyan"))))
5786 (term-cyan-face ((t (:foreground "cyan"))))
5787 (term-cyan-inv-face ((t (:background "cyan"))))
5788 (term-cyan-ul-face ((t (:underline t :background "snow2" :foreground "cyan"))))
5789 (term-cyanbg ((t (:background "cyan"))))
5790 (term-default-bg ((t (nil))))
5791 (term-default-bg-inv ((t (nil))))
5792 (term-default-bold-face ((t (:bold t :background "snow2" :foreground "darkslategray"))))
5793 (term-default-face ((t (:background "snow2" :foreground "darkslategray"))))
5794 (term-default-fg ((t (nil))))
5795 (term-default-fg-inv ((t (nil))))
5796 (term-default-inv-face ((t (:background "darkslategray" :foreground "snow2"))))
5797 (term-default-ul-face ((t (:underline t :background "snow2" :foreground "darkslategray"))))
5798 (term-green ((t (:foreground "green"))))
5799 (term-green-bold-face ((t (:bold t :background "snow2" :foreground "green"))))
5800 (term-green-face ((t (:foreground "green"))))
5801 (term-green-inv-face ((t (:background "green"))))
5802 (term-green-ul-face ((t (:underline t :background "snow2" :foreground "green"))))
5803 (term-greenbg ((t (:background "green"))))
5804 (term-invisible ((t (nil))))
5805 (term-invisible-inv ((t (nil))))
5806 (term-magenta ((t (:foreground "magenta"))))
5807 (term-magenta-bold-face ((t (:bold t :background "snow2" :foreground "magenta"))))
5808 (term-magenta-face ((t (:foreground "magenta"))))
5809 (term-magenta-inv-face ((t (:background "magenta"))))
5810 (term-magenta-ul-face ((t (:underline t :background "snow2" :foreground "magenta"))))
5811 (term-magentabg ((t (:background "magenta"))))
5812 (term-red ((t (:foreground "red"))))
5813 (term-red-bold-face ((t (:bold t :background "snow2" :foreground "red"))))
5814 (term-red-face ((t (:foreground "red"))))
5815 (term-red-inv-face ((t (:background "red"))))
5816 (term-red-ul-face ((t (:underline t :background "snow2" :foreground "red"))))
5817 (term-redbg ((t (:background "red"))))
5818 (term-underline ((t (:underline t))))
5819 (term-white ((t (:foreground "white"))))
5820 (term-white-bold-face ((t (:bold t :background "snow2" :foreground "white"))))
5821 (term-white-face ((t (:foreground "white"))))
5822 (term-white-inv-face ((t (:background "snow2"))))
5823 (term-white-ul-face ((t (:underline t :background "snow2" :foreground "white"))))
5824 (term-whitebg ((t (:background "white"))))
5825 (term-yellow ((t (:foreground "yellow"))))
5826 (term-yellow-bold-face ((t (:bold t :background "snow2" :foreground "yellow"))))
5827 (term-yellow-face ((t (:foreground "yellow"))))
5828 (term-yellow-inv-face ((t (:background "yellow"))))
5829 (term-yellow-ul-face ((t (:underline t :background "snow2" :foreground "yellow"))))
5830 (term-yellowbg ((t (:background "yellow"))))
5831 (text-cursor ((t (:bold t :background "Red3" :foreground "gray80"))))
5832 (toolbar ((t (:bold t :background "Gray80"))))
5833 (underline ((t (:underline t :bold t))))
5834 (vc-annotate-face-0046FF ((t (nil))))
5835 (vcursor ((t (:underline t :background "cyan" :foreground "blue"))))
5836 (vertical-divider ((t (:bold t :background "Gray80"))))
5837 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
5838 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
5839 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
5840 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
5841 (vhdl-font-lock-generic-/constant-face ((t (nil))))
5842 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red"))))
5843 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange"))))
5844 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
5845 (vhdl-font-lock-type-face ((t (nil))))
5846 (vhdl-font-lock-variable-face ((t (nil))))
5847 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
5848 (vhdl-speedbar-architecture-selected-face ((t (:underline t :foreground "Blue"))))
5849 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
5850 (vhdl-speedbar-configuration-selected-face ((t (:underline t :foreground "DarkGoldenrod"))))
5851 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
5852 (vhdl-speedbar-entity-selected-face ((t (:underline t :foreground "ForestGreen"))))
5853 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
5854 (vhdl-speedbar-instantiation-selected-face ((t (:underline t :foreground "Brown"))))
5855 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
5856 (vhdl-speedbar-package-selected-face ((t (:underline t :foreground "Grey50"))))
5857 (vhdl-speedbar-subprogram-face ((t (nil))))
5858 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
5859 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
5860 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
5861 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
5862 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
5863 (vm-xface ((t (:background "white" :foreground "black"))))
5864 (vmpc-pre-sig-face ((t (:foreground "forestgreen"))))
5865 (vmpc-sig-face ((t (:foreground "steelblue"))))
5866 (vvb-face ((t (nil))))
5867 (w3m-anchor-face ((t (:bold t :foreground "DodgerBlue1"))))
5868 (w3m-arrived-anchor-face ((t (:bold t :foreground "DodgerBlue3"))))
5869 (w3m-header-line-location-content-face ((t (:background "dark olive green" :foreground "wheat"))))
5870 (w3m-header-line-location-title-face ((t (:background "dark olive green" :foreground "beige"))))
5871 (white ((t (:foreground "white"))))
5872 (widget ((t (nil))))
5873 (widget-button-face ((t (:bold t))))
5874 (widget-button-pressed-face ((t (:bold t :foreground "red"))))
5875 (widget-documentation-face ((t (:bold t :foreground "dark green"))))
5876 (widget-field-face ((t (:bold t :background "gray85"))))
5877 (widget-inactive-face ((t (:bold t :foreground "dim gray"))))
5878 (widget-single-line-field-face ((t (:background "gray85"))))
5879 (woman-bold-face ((t (:bold t))))
5880 (woman-italic-face ((t (:foreground "beige"))))
5881 (woman-unknown-face ((t (:foreground "LightSalmon"))))
5882 (x-face ((t (:bold t :background "white" :foreground "black"))))
5883 (x-symbol-adobe-fontspecific-face ((t (nil))))
5884 (x-symbol-face ((t (nil))))
5885 (x-symbol-heading-face ((t (:bold t))))
5886 (x-symbol-info-face ((t (nil))))
5887 (x-symbol-invisible-face ((t (nil))))
5888 (x-symbol-revealed-face ((t (nil))))
5889 (xrdb-option-name-face ((t (:foreground "red"))))
5890 (xref-keyword-face ((t (:foreground "blue"))))
5891 (xref-list-default-face ((t (nil))))
5892 (xref-list-pilot-face ((t (:foreground "navy"))))
5893 (xref-list-symbol-face ((t (:foreground "navy"))))
5894 (yellow ((t (:bold t :foreground "yellow"))))
5895 (zmacs-region ((t (:bold t :background "gray65")))))))
5897 (defun color-theme-mistyday ()
5898 "Color theme by K.C. Hari Kumar, created 2001-06-13.
5899 Black on mistyrose. Includes CUA, calendar, diary, font-latex and
5900 font-lock. Uses backgrounds on some font-lock faces."
5901 (interactive)
5902 (color-theme-install
5903 '(color-theme-mistyday
5904 ((background-color . "mistyrose")
5905 (background-mode . light)
5906 (border-color . "black")
5907 (cursor-color . "deep pink")
5908 (foreground-color . "Black")
5909 (mouse-color . "black"))
5910 ((goto-address-mail-face . italic)
5911 (goto-address-mail-mouse-face . secondary-selection)
5912 (goto-address-url-face . bold)
5913 (goto-address-url-mouse-face . highlight)
5914 (list-matching-lines-face . bold)
5915 (paren-match-face . paren-face-match)
5916 (paren-mismatch-face . paren-face-mismatch)
5917 (paren-no-match-face . paren-face-no-match))
5918 (default ((t (nil))))
5919 (CUA-global-mark-face ((t (:background "cyan" :foreground "black"))))
5920 (CUA-rectangle-face ((t (:background "maroon" :foreground "white"))))
5921 (CUA-rectangle-noselect-face ((t (:background "dimgray" :foreground "white"))))
5922 (bold ((t (:bold t))))
5923 (bold-italic ((t (:italic t :bold t))))
5924 (calendar-today-face ((t (:underline t :background "Spring Green" :foreground "Brown"))))
5925 (custom-button-face ((t (:background "dark slate grey" :foreground "azure"))))
5926 (custom-documentation-face ((t (:background "white" :foreground "blue"))))
5927 (diary-face ((t (:background "navy" :foreground "yellow"))))
5928 (font-latex-bold-face ((t (:bold t :foreground "DarkOliveGreen"))))
5929 (font-latex-italic-face ((t (:italic t :foreground "DarkOliveGreen"))))
5930 (font-latex-math-face ((t (:foreground "navy"))))
5931 (font-latex-sedate-face ((t (:foreground "DimGray"))))
5932 (font-latex-string-face ((t (nil))))
5933 (font-latex-warning-face ((t (nil))))
5934 (font-lock-builtin-face ((t (:background "DarkTurquoise" :foreground "Navy"))))
5935 (font-lock-comment-face ((t (:italic t :foreground "royal blue"))))
5936 (font-lock-constant-face ((t (:background "pale green" :foreground "dark slate blue"))))
5937 (font-lock-doc-string-face ((t (:background "medium aquamarine" :foreground "deep pink"))))
5938 (font-lock-function-name-face ((t (:background "SpringGreen" :foreground "MidnightBlue"))))
5939 (font-lock-keyword-face ((t (:foreground "dark magenta"))))
5940 (font-lock-preprocessor-face ((t (:background "pale green" :foreground "dark slate blue"))))
5941 (font-lock-reference-face ((t (:background "DarkTurquoise" :foreground "Navy"))))
5942 (font-lock-string-face ((t (:background "medium aquamarine" :foreground "deep pink"))))
5943 (font-lock-type-face ((t (:background "steel blue" :foreground "khaki"))))
5944 (font-lock-variable-name-face ((t (:background "thistle" :foreground "orange red"))))
5945 (font-lock-warning-face ((t (:background "LemonChiffon" :foreground "Red"))))
5946 (highlight ((t (:background "dark slate grey" :foreground "light cyan"))))
5947 (holiday-face ((t (:background "orangered" :foreground "lightyellow"))))
5948 (ido-first-match-face ((t (:bold t))))
5949 (ido-only-match-face ((t (:foreground "ForestGreen"))))
5950 (ido-subdir-face ((t (:foreground "red"))))
5951 (italic ((t (:italic t))))
5952 (isearch ((t (:background "sienna" :foreground "light cyan"))))
5953 (modeline ((t (:background "Royalblue4" :foreground "lawn green"))))
5954 (modeline-buffer-id ((t (:background "Royalblue4" :foreground "lawn green"))))
5955 (modeline-mousable ((t (:background "Royalblue4" :foreground "lawn green"))))
5956 (modeline-mousable-minor-mode ((t (:background "Royalblue4" :foreground "lawn green"))))
5957 (paren-face-match ((t (:background "turquoise"))))
5958 (paren-face-mismatch ((t (:background "purple" :foreground "white"))))
5959 (paren-face-no-match ((t (:background "yellow" :foreground "black"))))
5960 (primary-selection ((t (:background "sienna" :foreground "light cyan"))))
5961 (region ((t (:background "sienna" :foreground "light cyan"))))
5962 (secondary-selection ((t (:background "forest green" :foreground "white smoke"))))
5963 (underline ((t (:underline t))))
5964 (zmacs-region ((t (:background "sienna" :foreground "light cyan")))))))
5966 (defun color-theme-marine ()
5967 "Color theme by Girish Bharadwaj, created 2001-06-22.
5968 Matches the MS Windows Marine color theme.
5969 Includes custom, font-lock, paren, widget."
5970 (interactive)
5971 (color-theme-install
5972 '(color-theme-marine
5973 ((background-color . "#9dcec9")
5974 (background-mode . light)
5975 (border-color . "black")
5976 (cursor-color . "yellow")
5977 (foreground-color . "darkslategray")
5978 (mouse-color . "sienna1"))
5979 ((buffers-tab-face . buffers-tab)
5980 (gnus-mouse-face . highlight)
5981 (smiley-mouse-face . highlight))
5982 (default ((t (nil))))
5983 (blue ((t (:foreground "blue"))))
5984 (bold ((t (:bold t))))
5985 (bold-italic ((t (nil))))
5986 (border-glyph ((t (nil))))
5987 (buffers-tab ((t (:background "#9dcec9" :foreground "darkslategray"))))
5988 (custom-button-face ((t (nil))))
5989 (custom-changed-face ((t (:background "blue" :foreground "white"))))
5990 (custom-comment-face ((t (:background "gray85"))))
5991 (custom-comment-tag-face ((t (:foreground "blue4"))))
5992 (custom-documentation-face ((t (nil))))
5993 (custom-face-tag-face ((t (:underline t))))
5994 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
5995 (custom-group-tag-face-1 ((t (:underline t :foreground "deeppink"))))
5996 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
5997 (custom-modified-face ((t (:background "blue" :foreground "white"))))
5998 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
5999 (custom-saved-face ((t (:underline t))))
6000 (custom-set-face ((t (:background "white" :foreground "blue"))))
6001 (custom-state-face ((t (:foreground "darkgreen"))))
6002 (custom-variable-button-face ((t (:underline t :bold t))))
6003 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
6004 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
6005 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
6006 (display-time-time-balloon-face ((t (:foreground "red"))))
6007 (font-lock-builtin-face ((t (:foreground "SteelBlue"))))
6008 (font-lock-comment-face ((t (:foreground "cadetblue"))))
6009 (font-lock-constant-face ((t (:foreground "OrangeRed"))))
6010 (font-lock-doc-string-face ((t (:foreground "Salmon"))))
6011 (font-lock-function-name-face ((t (:bold t :foreground "NavyBlue"))))
6012 (font-lock-keyword-face ((t (:bold t :foreground "purple"))))
6013 (font-lock-preprocessor-face ((t (:foreground "SteelBlue"))))
6014 (font-lock-reference-face ((t (:foreground "SteelBlue"))))
6015 (font-lock-string-face ((t (:foreground "royalblue"))))
6016 (font-lock-type-face ((t (:foreground "darkmagenta"))))
6017 (font-lock-variable-name-face ((t (:foreground "violetred"))))
6018 (font-lock-warning-face ((t (:bold t :foreground "red"))))
6019 (green ((t (:foreground "green"))))
6020 (gui-button-face ((t (:background "grey75" :foreground "black"))))
6021 (gui-element ((t (:background "#489088" :foreground "black"))))
6022 (highlight ((t (:background "darkolivegreen" :foreground "white"))))
6023 (isearch ((t (:background "blue"))))
6024 (isearch-secondary ((t (:foreground "red3"))))
6025 (italic ((t (nil))))
6026 (left-margin ((t (nil))))
6027 (list-mode-item-selected ((t (:background "gray68" :foreground "darkslategray"))))
6028 (modeline ((t (:background "black" :foreground "white"))))
6029 (modeline-buffer-id ((t (:background "black" :foreground "white"))))
6030 (modeline-mousable ((t (:background "black" :foreground "white"))))
6031 (modeline-mousable-minor-mode ((t (:background "black" :foreground "white"))))
6032 (paren-blink-off ((t (:foreground "black"))))
6033 (paren-match ((t (:background "darkolivegreen" :foreground "white"))))
6034 (paren-mismatch ((t (:background "#9dcec9" :foreground "darkslategray"))))
6035 (pointer ((t (nil))))
6036 (primary-selection ((t (:background "blue"))))
6037 (red ((t (:foreground "red"))))
6038 (region ((t (:background "blue"))))
6039 (right-margin ((t (nil))))
6040 (secondary-selection ((t (:background "darkslateblue" :foreground "white"))))
6041 (template-message-face ((t (:bold t))))
6042 (text-cursor ((t (:background "yellow" :foreground "#9dcec9"))))
6043 (toolbar ((t (nil))))
6044 (underline ((t (:underline t))))
6045 (vertical-divider ((t (nil))))
6046 (widget ((t (nil))))
6047 (widget-button-face ((t (:bold t))))
6048 (widget-button-pressed-face ((t (:foreground "red"))))
6049 (widget-documentation-face ((t (:foreground "forestgreen"))))
6050 (widget-field-face ((t (:background "gray"))))
6051 (widget-inactive-face ((t (:foreground "dimgray"))))
6052 (widget-single-line-field-face ((t (:background "dim gray" :foreground "white"))))
6053 (yellow ((t (:foreground "yellow"))))
6054 (zmacs-region ((t (:background "blue")))))))
6056 (defun color-theme-blue-erc ()
6057 "Color theme for erc faces only.
6058 This is intended for other color themes to use (eg. `color-theme-gnome2')."
6059 (color-theme-install
6060 '(color-theme-blue-erc
6062 (erc-action-face ((t (nil))))
6063 (erc-bold-face ((t (:bold t))))
6064 (erc-current-nick-face ((t (:bold t :foreground "yellow"))))
6065 (erc-default-face ((t (nil))))
6066 (erc-direct-msg-face ((t (:foreground "pale green"))))
6067 (erc-error-face ((t (:bold t :foreground "IndianRed"))))
6068 (erc-highlight-face ((t (:bold t :foreground "pale green"))))
6069 (erc-input-face ((t (:foreground "light blue"))))
6070 (erc-inverse-face ((t (:background "steel blue"))))
6071 (erc-keyword-face ((t (:foreground "orange" :bold t))))
6072 (erc-notice-face ((t (:foreground "light salmon"))))
6073 (erc-notice-face ((t (:foreground "MediumAquamarine"))))
6074 (erc-pal-face ((t (:foreground "pale green"))))
6075 (erc-prompt-face ((t (:foreground "light blue" :bold t))))
6076 (fg:erc-color-face0 ((t (:foreground "white"))))
6077 (fg:erc-color-face1 ((t (:foreground "beige"))))
6078 (fg:erc-color-face2 ((t (:foreground "lemon chiffon"))))
6079 (fg:erc-color-face3 ((t (:foreground "light cyan"))))
6080 (fg:erc-color-face4 ((t (:foreground "powder blue"))))
6081 (fg:erc-color-face5 ((t (:foreground "sky blue"))))
6082 (fg:erc-color-face6 ((t (:foreground "dark sea green"))))
6083 (fg:erc-color-face7 ((t (:foreground "pale green"))))
6084 (fg:erc-color-face8 ((t (:foreground "medium spring green"))))
6085 (fg:erc-color-face9 ((t (:foreground "khaki"))))
6086 (fg:erc-color-face10 ((t (:foreground "pale goldenrod"))))
6087 (fg:erc-color-face11 ((t (:foreground "light goldenrod yellow"))))
6088 (fg:erc-color-face12 ((t (:foreground "light yellow"))))
6089 (fg:erc-color-face13 ((t (:foreground "yellow"))))
6090 (fg:erc-color-face14 ((t (:foreground "light goldenrod"))))
6091 (fg:erc-color-face15 ((t (:foreground "lime green"))))
6092 (bg:erc-color-face0 ((t (nil))))
6093 (bg:erc-color-face1 ((t (nil))))
6094 (bg:erc-color-face2 ((t (nil))))
6095 (bg:erc-color-face3 ((t (nil))))
6096 (bg:erc-color-face4 ((t (nil))))
6097 (bg:erc-color-face5 ((t (nil))))
6098 (bg:erc-color-face6 ((t (nil))))
6099 (bg:erc-color-face7 ((t (nil))))
6100 (bg:erc-color-face8 ((t (nil))))
6101 (bg:erc-color-face9 ((t (nil))))
6102 (bg:erc-color-face10 ((t (nil))))
6103 (bg:erc-color-face11 ((t (nil))))
6104 (bg:erc-color-face12 ((t (nil))))
6105 (bg:erc-color-face13 ((t (nil))))
6106 (bg:erc-color-face14 ((t (nil))))
6107 (bg:erc-color-face15 ((t (nil)))))))
6109 (defun color-theme-dark-erc ()
6110 "Color theme for erc faces only.
6111 This is intended for other color themes to use (eg. `color-theme-late-night')."
6112 (interactive)
6113 (color-theme-install
6114 '(color-theme-dark-erc
6116 (erc-action-face ((t (nil))))
6117 (erc-bold-face ((t (:bold t))))
6118 (erc-current-nick-face ((t (:bold t))))
6119 (erc-default-face ((t (nil))))
6120 (erc-direct-msg-face ((t (nil))))
6121 (erc-error-face ((t (:bold t :foreground "IndianRed"))))
6122 (erc-highlight-face ((t (:bold t :foreground "pale green"))))
6123 (erc-input-face ((t (:foreground "#555"))))
6124 (erc-inverse-face ((t (:background "steel blue"))))
6125 (erc-keyword-face ((t (:foreground "#999" :bold t))))
6126 (erc-nick-msg-face ((t (:foreground "#888"))))
6127 (erc-notice-face ((t (:foreground "#444"))))
6128 (erc-pal-face ((t (:foreground "#888"))))
6129 (erc-prompt-face ((t (:foreground "#777" :bold t))))
6130 (erc-timestamp-face ((t (:foreground "#777" :bold t))))
6131 (fg:erc-color-face0 ((t (:foreground "white"))))
6132 (fg:erc-color-face1 ((t (:foreground "beige"))))
6133 (fg:erc-color-face2 ((t (:foreground "lemon chiffon"))))
6134 (fg:erc-color-face3 ((t (:foreground "light cyan"))))
6135 (fg:erc-color-face4 ((t (:foreground "powder blue"))))
6136 (fg:erc-color-face5 ((t (:foreground "sky blue"))))
6137 (fg:erc-color-face6 ((t (:foreground "dark sea green"))))
6138 (fg:erc-color-face7 ((t (:foreground "pale green"))))
6139 (fg:erc-color-face8 ((t (:foreground "medium spring green"))))
6140 (fg:erc-color-face9 ((t (:foreground "khaki"))))
6141 (fg:erc-color-face10 ((t (:foreground "pale goldenrod"))))
6142 (fg:erc-color-face11 ((t (:foreground "light goldenrod yellow"))))
6143 (fg:erc-color-face12 ((t (:foreground "light yellow"))))
6144 (fg:erc-color-face13 ((t (:foreground "yellow"))))
6145 (fg:erc-color-face14 ((t (:foreground "light goldenrod"))))
6146 (fg:erc-color-face15 ((t (:foreground "lime green"))))
6147 (bg:erc-color-face0 ((t (nil))))
6148 (bg:erc-color-face1 ((t (nil))))
6149 (bg:erc-color-face2 ((t (nil))))
6150 (bg:erc-color-face3 ((t (nil))))
6151 (bg:erc-color-face4 ((t (nil))))
6152 (bg:erc-color-face5 ((t (nil))))
6153 (bg:erc-color-face6 ((t (nil))))
6154 (bg:erc-color-face7 ((t (nil))))
6155 (bg:erc-color-face8 ((t (nil))))
6156 (bg:erc-color-face9 ((t (nil))))
6157 (bg:erc-color-face10 ((t (nil))))
6158 (bg:erc-color-face11 ((t (nil))))
6159 (bg:erc-color-face12 ((t (nil))))
6160 (bg:erc-color-face13 ((t (nil))))
6161 (bg:erc-color-face14 ((t (nil))))
6162 (bg:erc-color-face15 ((t (nil)))))))
6164 (defun color-theme-subtle-blue ()
6165 "Color theme by Chris McMahan, created 2001-09-06.
6166 Light blue background. Includes bbdb, comint, cperl, custom, cvs,
6167 diary, dired, display-time, ecb, ediff, erc, eshell, font-lock,
6168 gnus, html-helper, info, isearch, jde, message, paren, semantic,
6169 sgml, speedbar, term, vhdl, viper, vm, widget, woman, xref, xxml."
6170 (interactive)
6171 (color-theme-install
6172 '(color-theme-subtle-blue
6173 ((background-color . "#65889C")
6174 (background-mode . dark)
6175 (background-toolbar-color . "#cf3ccf3ccf3c")
6176 (border-color . "black")
6177 (bottom-toolbar-shadow-color . "#79e77df779e7")
6178 (cursor-color . "white")
6179 (foreground-color . "#eedfcc")
6180 (mouse-color . "Grey")
6181 (top-toolbar-shadow-color . "#fffffbeeffff")
6182 (viper-saved-cursor-color-in-replace-mode . "Red3"))
6183 ((blank-space-face . blank-space-face)
6184 (blank-tab-face . blank-tab-face)
6185 (ecb-source-in-directories-buffer-face . ecb-sources-face)
6186 (gnus-mouse-face . highlight)
6187 (list-matching-lines-face . bold)
6188 (view-highlight-face . highlight)
6189 (vm-highlight-url-face . my-url-face)
6190 (vm-highlighted-header-face . my-url-face)
6191 (vm-mime-button-face . gui-button-face)
6192 (vm-summary-highlight-face . my-summary-highlight-face))
6193 (default ((t (nil))))
6194 (bbdb-company ((t (:italic t))))
6195 (bbdb-field-name ((t (:bold t :foreground "MediumAquamarine"))))
6196 (bbdb-field-value ((t (nil))))
6197 (bbdb-name ((t (:underline t))))
6198 (blank-space-face ((t (:background "gray80"))))
6199 (blank-tab-face ((t (:background "LightBlue" :foreground "DarkSlateGray"))))
6200 (blue ((t (:foreground "blue"))))
6201 (bold ((t (:bold t :foreground "MediumAquamarine"))))
6202 (bold-italic ((t (:italic t :bold t :foreground "SkyBlue"))))
6203 (border ((t (:background "black"))))
6204 (border-glyph ((t (nil))))
6205 (calendar-today-face ((t (:underline t))))
6206 (comint-highlight-input ((t (:bold t))))
6207 (comint-highlight-prompt ((t (:foreground "cyan"))))
6208 (comint-input-face ((t (:foreground "deepskyblue"))))
6209 (cperl-array-face ((t (:bold t :foreground "Yellow"))))
6210 (cperl-hash-face ((t (:italic t :bold t :foreground "White"))))
6211 (cperl-nonoverridable-face ((t (:foreground "SkyBlue"))))
6212 (cursor ((t (:background "white"))))
6213 (custom-button-face ((t (:underline t :bold t :foreground "MediumAquaMarine"))))
6214 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black"))))
6215 (custom-changed-face ((t (:background "blue" :foreground "white"))))
6216 (custom-comment-face ((t (:background "dim gray"))))
6217 (custom-comment-tag-face ((t (:foreground "gray80"))))
6218 (custom-documentation-face ((t (:foreground "Grey"))))
6219 (custom-face-tag-face ((t (:underline t))))
6220 (custom-group-tag-face ((t (:bold t :foreground "MediumAquamarine"))))
6221 (custom-group-tag-face-1 ((t (:foreground "MediumAquaMarine"))))
6222 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
6223 (custom-modified-face ((t (:background "blue" :foreground "white"))))
6224 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
6225 (custom-saved-face ((t (:underline t))))
6226 (custom-set-face ((t (:background "white" :foreground "blue"))))
6227 (custom-state-face ((t (:foreground "yellow"))))
6228 (custom-variable-button-face ((t (:underline t :bold t))))
6229 (custom-variable-tag-face ((t (:bold t :foreground "Aquamarine"))))
6230 (cvs-filename-face ((t (:foreground "blue4"))))
6231 (cvs-handled-face ((t (:foreground "pink"))))
6232 (cvs-header-face ((t (:bold t :foreground "blue4"))))
6233 (cvs-marked-face ((t (:bold t :foreground "green3"))))
6234 (cvs-msg-face ((t (:italic t))))
6235 (cvs-need-action-face ((t (:foreground "orange"))))
6236 (cvs-unknown-face ((t (:foreground "red"))))
6237 (diary-face ((t (:bold t :foreground "cyan"))))
6238 (dired-face-boring ((t (:foreground "Gray65"))))
6239 (dired-face-directory ((t (:bold t :foreground "sky blue"))))
6240 (dired-face-executable ((t (:foreground "MediumAquaMarine"))))
6241 (dired-face-flagged ((t (:foreground "Cyan"))))
6242 (dired-face-marked ((t (:foreground "cyan"))))
6243 (dired-face-permissions ((t (:foreground "aquamarine"))))
6244 (dired-face-setuid ((t (:foreground "LightSalmon"))))
6245 (dired-face-socket ((t (:foreground "LightBlue"))))
6246 (dired-face-symlink ((t (:foreground "gray95"))))
6247 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
6248 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
6249 (display-time-time-balloon-face ((t (:foreground "red"))))
6250 (ecb-sources-face ((t (:foreground "LightBlue1"))))
6251 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
6252 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
6253 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
6254 (ediff-current-diff-face-C ((t (:background "indianred" :foreground "white"))))
6255 (ediff-even-diff-face-A ((t (:background "light gray" :foreground "Black"))))
6256 (ediff-even-diff-face-Ancestor ((t (:background "Gray" :foreground "White"))))
6257 (ediff-even-diff-face-B ((t (:background "Gray" :foreground "White"))))
6258 (ediff-even-diff-face-C ((t (:background "light gray" :foreground "Black"))))
6259 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
6260 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
6261 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
6262 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
6263 (ediff-odd-diff-face-A ((t (:background "Gray" :foreground "White"))))
6264 (ediff-odd-diff-face-Ancestor ((t (:background "light gray" :foreground "Black"))))
6265 (ediff-odd-diff-face-B ((t (:background "light gray" :foreground "Black"))))
6266 (ediff-odd-diff-face-C ((t (:background "Gray" :foreground "White"))))
6267 (erc-action-face ((t (:bold t))))
6268 (erc-bold-face ((t (:bold t))))
6269 (erc-default-face ((t (nil))))
6270 (erc-direct-msg-face ((t (:foreground "LightSalmon"))))
6271 (erc-error-face ((t (:bold t :foreground "yellow"))))
6272 (erc-input-face ((t (:foreground "Beige"))))
6273 (erc-inverse-face ((t (:background "wheat" :foreground "darkslategrey"))))
6274 (erc-notice-face ((t (:foreground "MediumAquamarine"))))
6275 (erc-pal-face ((t (:foreground "PaleGreen"))))
6276 (erc-prompt-face ((t (:foreground "MediumAquamarine"))))
6277 (erc-underline-face ((t (:underline t))))
6278 (eshell-ls-archive-face ((t (:bold t :foreground "wheat"))))
6279 (eshell-ls-backup-face ((t (:foreground "Grey"))))
6280 (eshell-ls-clutter-face ((t (:bold t :foreground "wheat"))))
6281 (eshell-ls-directory-face ((t (:bold t :foreground "Yellow"))))
6282 (eshell-ls-executable-face ((t (:bold t :foreground "wheat"))))
6283 (eshell-ls-missing-face ((t (:bold t :foreground "wheat"))))
6284 (eshell-ls-picture-face ((t (:foreground "wheat"))))
6285 (eshell-ls-product-face ((t (:foreground "wheat"))))
6286 (eshell-ls-readonly-face ((t (:foreground "wheat"))))
6287 (eshell-ls-special-face ((t (:bold t :foreground "wheat"))))
6288 (eshell-ls-symlink-face ((t (:bold t :foreground "White"))))
6289 (eshell-ls-text-face ((t (:foreground "wheat"))))
6290 (eshell-ls-todo-face ((t (:foreground "wheat"))))
6291 (eshell-ls-unreadable-face ((t (:foreground "wheat3"))))
6292 (eshell-prompt-face ((t (:bold t :foreground "PaleGreen"))))
6293 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed"))))
6294 (eshell-test-ok-face ((t (:bold t :foreground "Green"))))
6295 (excerpt ((t (:italic t))))
6296 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
6297 (flyspell-duplicate-face ((t (:underline t :bold t :foreground "Gold3"))))
6298 (flyspell-incorrect-face ((t (:underline t :bold t :foreground "OrangeRed"))))
6299 (font-latex-italic-face ((t (nil))))
6300 (font-latex-math-face ((t (nil))))
6301 (font-latex-sedate-face ((t (:foreground "Gray85"))))
6302 (font-latex-string-face ((t (:foreground "orange"))))
6303 (font-latex-warning-face ((t (:foreground "gold"))))
6304 (font-lock-builtin-face ((t (:foreground "PaleGreen"))))
6305 (font-lock-comment-face ((t (:italic t :foreground "Wheat3"))))
6306 (font-lock-constant-face ((t (:foreground "LightBlue"))))
6307 (font-lock-doc-face ((t (:bold t :foreground "DarkSeaGreen"))))
6308 (font-lock-doc-string-face ((t (:bold t :foreground "DarkSeaGreen"))))
6309 (font-lock-exit-face ((t (:foreground "green"))))
6310 (font-lock-function-name-face ((t (:italic t :bold t :foreground "cyan"))))
6311 (font-lock-keyword-face ((t (:bold t :foreground "LightBlue"))))
6312 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
6313 (font-lock-reference-face ((t (:foreground "PaleGreen"))))
6314 (font-lock-string-face ((t (:italic t :foreground "MediumAquamarine"))))
6315 (font-lock-type-face ((t (:bold t :foreground "LightBlue"))))
6316 (font-lock-variable-name-face ((t (:italic t :bold t :foreground "LightBlue"))))
6317 (font-lock-warning-face ((t (:bold t :foreground "LightSalmon"))))
6318 (fringe ((t (:background "darkslategrey"))))
6319 (gnus-cite-attribution-face ((t (:italic t :bold t))))
6320 (gnus-cite-face-1 ((t (:foreground "LightBlue"))))
6321 (gnus-cite-face-10 ((t (:foreground "LightBlue"))))
6322 (gnus-cite-face-11 ((t (:foreground "LightBlue"))))
6323 (gnus-cite-face-2 ((t (:foreground "LightBlue"))))
6324 (gnus-cite-face-3 ((t (:foreground "LightBlue"))))
6325 (gnus-cite-face-4 ((t (:foreground "LightBlue"))))
6326 (gnus-cite-face-5 ((t (:foreground "LightBlue"))))
6327 (gnus-cite-face-6 ((t (:foreground "LightBlue"))))
6328 (gnus-cite-face-7 ((t (:foreground "LightBlue"))))
6329 (gnus-cite-face-8 ((t (:foreground "LightBlue"))))
6330 (gnus-cite-face-9 ((t (:foreground "LightBlue"))))
6331 (gnus-emphasis-bold ((t (:bold t))))
6332 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
6333 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
6334 (gnus-emphasis-italic ((t (:italic t))))
6335 (gnus-emphasis-underline ((t (:underline t))))
6336 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
6337 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
6338 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
6339 (gnus-filterhist-face-1 ((t (nil))))
6340 (gnus-group-mail-1-empty-face ((t (:foreground "gray80"))))
6341 (gnus-group-mail-1-face ((t (:bold t :foreground "light cyan"))))
6342 (gnus-group-mail-2-empty-face ((t (:foreground "gray80"))))
6343 (gnus-group-mail-2-face ((t (:bold t :foreground "turquoise"))))
6344 (gnus-group-mail-3-empty-face ((t (:foreground "gray80"))))
6345 (gnus-group-mail-3-face ((t (:bold t :foreground "LightBlue"))))
6346 (gnus-group-mail-low-empty-face ((t (:foreground "gray80"))))
6347 (gnus-group-mail-low-face ((t (:bold t :foreground "LightBlue"))))
6348 (gnus-group-news-1-empty-face ((t (:foreground "gray80"))))
6349 (gnus-group-news-1-face ((t (:bold t :foreground "green yellow"))))
6350 (gnus-group-news-2-empty-face ((t (:foreground "gray80"))))
6351 (gnus-group-news-2-face ((t (:bold t :foreground "Aquamarine"))))
6352 (gnus-group-news-3-empty-face ((t (:foreground "gray80"))))
6353 (gnus-group-news-3-face ((t (:bold t :foreground "LightBlue"))))
6354 (gnus-group-news-4-empty-face ((t (:foreground "gray80"))))
6355 (gnus-group-news-4-face ((t (:bold t :foreground "Wheat"))))
6356 (gnus-group-news-5-empty-face ((t (:foreground "gray80"))))
6357 (gnus-group-news-5-face ((t (:bold t :foreground "MediumAquamarine"))))
6358 (gnus-group-news-6-empty-face ((t (:foreground "gray80"))))
6359 (gnus-group-news-6-face ((t (:bold t :foreground "MediumAquamarine"))))
6360 (gnus-group-news-low-empty-face ((t (:foreground "gray80"))))
6361 (gnus-group-news-low-face ((t (:bold t :foreground "yellow green"))))
6362 (gnus-header-content-face ((t (:italic t :foreground "LightSkyBlue3"))))
6363 (gnus-header-from-face ((t (:bold t :foreground "light cyan"))))
6364 (gnus-header-name-face ((t (:bold t :foreground "LightBlue"))))
6365 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3"))))
6366 (gnus-header-subject-face ((t (:bold t :foreground "light cyan"))))
6367 (gnus-picons-face ((t (:background "white" :foreground "black"))))
6368 (gnus-picons-xbm-face ((t (:background "white" :foreground "black"))))
6369 (gnus-signature-face ((t (:italic t :foreground "LightBlue"))))
6370 (gnus-splash ((t (:foreground "Brown"))))
6371 (gnus-splash-face ((t (:foreground "LightBlue"))))
6372 (gnus-summary-cancelled-face ((t (:background "black" :foreground "gray80"))))
6373 (gnus-summary-high-ancient-face ((t (:bold t :foreground "LightBlue"))))
6374 (gnus-summary-high-read-face ((t (:bold t :foreground "gray80"))))
6375 (gnus-summary-high-ticked-face ((t (:bold t :foreground "burlywood"))))
6376 (gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "wheat"))))
6377 (gnus-summary-low-ancient-face ((t (:italic t :foreground "LightBlue"))))
6378 (gnus-summary-low-read-face ((t (:italic t :foreground "light sea green"))))
6379 (gnus-summary-low-ticked-face ((t (:italic t :bold t :foreground "LightBlue"))))
6380 (gnus-summary-low-unread-face ((t (:italic t :foreground "light sea green"))))
6381 (gnus-summary-normal-ancient-face ((t (:foreground "gray80"))))
6382 (gnus-summary-normal-read-face ((t (:foreground "gray80"))))
6383 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "sandy brown"))))
6384 (gnus-summary-normal-unread-face ((t (:bold t :foreground "wheat"))))
6385 (gnus-summary-selected-face ((t (:underline t))))
6386 (gnus-x-face ((t (:background "white" :foreground "black"))))
6387 (green ((t (:foreground "green"))))
6388 (gui-button-face ((t (:background "cyan" :foreground "#65889C"))))
6389 (gui-element ((t (:background "Gray"))))
6390 (header-line ((t (:background "grey20" :foreground "grey90"))))
6391 (highlight ((t (:background "PaleGreen" :foreground "DarkGreen"))))
6392 (highlight-changes-delete-face ((t (:underline t :foreground "red"))))
6393 (highlight-changes-face ((t (:foreground "red"))))
6394 (highline-face ((t (:background "SeaGreen"))))
6395 (holiday-face ((t (:background "DimGray"))))
6396 (html-helper-bold-face ((t (:foreground "DarkRed"))))
6397 (html-helper-italic-face ((t (:foreground "DarkBlue"))))
6398 (html-helper-underline-face ((t (:underline t :foreground "Black"))))
6399 (html-tag-face ((t (:foreground "Blue"))))
6400 (info-menu-5 ((t (:underline t))))
6401 (info-node ((t (:underline t :italic t :bold t :foreground "light blue"))))
6402 (info-xref ((t (:bold t :foreground "light blue"))))
6403 (isearch ((t (:background "Aquamarine" :foreground "SteelBlue"))))
6404 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
6405 (isearch-secondary ((t (:foreground "red3"))))
6406 (italic ((t (:italic t))))
6407 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
6408 (jde-bug-breakpoint-marker ((t (:background "yellow" :foreground "red"))))
6409 (jde-java-font-lock-api-face ((t (:foreground "LightBlue"))))
6410 (jde-java-font-lock-bold-face ((t (:bold t))))
6411 (jde-java-font-lock-code-face ((t (nil))))
6412 (jde-java-font-lock-constant-face ((t (:foreground "LightBlue"))))
6413 (jde-java-font-lock-doc-tag-face ((t (:foreground "LightBlue"))))
6414 (jde-java-font-lock-italic-face ((t (:italic t))))
6415 (jde-java-font-lock-link-face ((t (:underline t :foreground "LightBlue"))))
6416 (jde-java-font-lock-modifier-face ((t (:foreground "LightBlue"))))
6417 (jde-java-font-lock-number-face ((t (:foreground "LightBlue"))))
6418 (jde-java-font-lock-package-face ((t (:foreground "LightBlue"))))
6419 (jde-java-font-lock-pre-face ((t (nil))))
6420 (jde-java-font-lock-underline-face ((t (:underline t))))
6421 (lazy-highlight-face ((t (:bold t :foreground "dark magenta"))))
6422 (left-margin ((t (nil))))
6423 (linemenu-face ((t (:background "gray30"))))
6424 (list-mode-item-selected ((t (nil))))
6425 (makefile-space-face ((t (:background "hotpink"))))
6426 (menu ((t (:background "wheat" :foreground "gray30"))))
6427 (message-cited-text-face ((t (:foreground "White"))))
6428 (message-header-cc-face ((t (:bold t :foreground "light cyan"))))
6429 (message-header-name-face ((t (:foreground "LightBlue"))))
6430 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3"))))
6431 (message-header-other-face ((t (:foreground "LightSkyBlue3"))))
6432 (message-header-subject-face ((t (:bold t :foreground "light cyan"))))
6433 (message-header-to-face ((t (:bold t :foreground "light cyan"))))
6434 (message-header-xheader-face ((t (:foreground "LightBlue"))))
6435 (message-mml-face ((t (:bold t :foreground "LightBlue"))))
6436 (message-separator-face ((t (:foreground "LightBlue"))))
6437 (mmm-default-submode-face ((t (:background "#c0c0c5"))))
6438 (modeline ((t (:background "#4f657d" :foreground "gray80"))))
6439 (modeline-buffer-id ((t (:background "#4f657d" :foreground "gray80"))))
6440 (modeline-mousable ((t (:background "#4f657d" :foreground "gray80"))))
6441 (modeline-mousable-minor-mode ((t (:background "#4f657d" :foreground "gray80"))))
6442 (mouse ((t (:background "Grey"))))
6443 (my-summary-highlight-face ((t (:foreground "White"))))
6444 (my-url-face ((t (:foreground "PaleTurquoise"))))
6445 (nil ((t (nil))))
6446 (paren-blink-off ((t (:foreground "gray"))))
6447 (paren-face-match ((t (:background "turquoise"))))
6448 (paren-face-mismatch ((t (:background "purple" :foreground "white"))))
6449 (paren-face-no-match ((t (:background "yellow" :foreground "black"))))
6450 (paren-match ((t (:background "darkseagreen2"))))
6451 (paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
6452 (paren-mismatch-face ((t (:bold t))))
6453 (paren-no-match-face ((t (:bold t))))
6454 (pointer ((t (nil))))
6455 (primary-selection ((t (:background "gray65"))))
6456 (red ((t (:foreground "red"))))
6457 (region ((t (:background "CadetBlue" :foreground "gray80"))))
6458 (right-margin ((t (nil))))
6459 (scroll-bar ((t (nil))))
6460 (secondary-selection ((t (:background "LightBlue" :foreground "#4f657d"))))
6461 (semantic-dirty-token-face ((t (:background "gray10"))))
6462 (semantic-intangible-face ((t (:foreground "gray25"))))
6463 (semantic-read-only-face ((t (:background "gray25"))))
6464 (senator-intangible-face ((t (:foreground "gray75"))))
6465 (senator-momentary-highlight-face ((t (:background "gray80"))))
6466 (senator-read-only-face ((t (:background "#664444"))))
6467 (sgml-comment-face ((t (:foreground "dark turquoise"))))
6468 (sgml-doctype-face ((t (:foreground "red"))))
6469 (sgml-end-tag-face ((t (:foreground "blue"))))
6470 (sgml-entity-face ((t (:foreground "magenta"))))
6471 (sgml-ignored-face ((t (:background "gray60" :foreground "gray40"))))
6472 (sgml-ms-end-face ((t (:foreground "green"))))
6473 (sgml-ms-start-face ((t (:foreground "yellow"))))
6474 (sgml-pi-face ((t (:foreground "lime green"))))
6475 (sgml-sgml-face ((t (:foreground "brown"))))
6476 (sgml-short-ref-face ((t (:foreground "deep sky blue"))))
6477 (sgml-start-tag-face ((t (:foreground "dark green"))))
6478 (shell-option-face ((t (:foreground "blue"))))
6479 (shell-output-2-face ((t (:foreground "darkseagreen"))))
6480 (shell-output-3-face ((t (:foreground "slategray"))))
6481 (shell-output-face ((t (:foreground "palegreen"))))
6482 (shell-prompt-face ((t (:foreground "red"))))
6483 (show-paren-match-face ((t (:background "Aquamarine" :foreground "steel blue"))))
6484 (show-paren-mismatch-face ((t (:bold t :background "IndianRed" :foreground "White"))))
6485 (speedbar-button-face ((t (:bold t :foreground "LightBlue"))))
6486 (speedbar-directory-face ((t (:bold t :foreground "yellow"))))
6487 (speedbar-file-face ((t (:bold t :foreground "wheat"))))
6488 (speedbar-highlight-face ((t (:background "sea green"))))
6489 (speedbar-selected-face ((t (:underline t))))
6490 (speedbar-tag-face ((t (:foreground "LightBlue"))))
6491 (swbuff-current-buffer-face ((t (:bold t :foreground "red"))))
6492 (template-message-face ((t (:bold t))))
6493 (term-black ((t (:foreground "black"))))
6494 (term-blackbg ((t (:background "black"))))
6495 (term-blue ((t (:foreground "blue"))))
6496 (term-bluebg ((t (:background "blue"))))
6497 (term-bold ((t (:bold t))))
6498 (term-cyan ((t (:foreground "cyan"))))
6499 (term-cyanbg ((t (:background "cyan"))))
6500 (term-default-bg ((t (nil))))
6501 (term-default-bg-inv ((t (nil))))
6502 (term-default-fg ((t (nil))))
6503 (term-default-fg-inv ((t (nil))))
6504 (term-green ((t (:foreground "green"))))
6505 (term-greenbg ((t (:background "green"))))
6506 (term-invisible ((t (nil))))
6507 (term-invisible-inv ((t (nil))))
6508 (term-magenta ((t (:foreground "magenta"))))
6509 (term-magentabg ((t (:background "magenta"))))
6510 (term-red ((t (:foreground "red"))))
6511 (term-redbg ((t (:background "red"))))
6512 (term-underline ((t (:underline t))))
6513 (term-white ((t (:foreground "white"))))
6514 (term-whitebg ((t (:background "white"))))
6515 (term-yellow ((t (:foreground "yellow"))))
6516 (term-yellowbg ((t (:background "yellow"))))
6517 (text-cursor ((t (:background "Red3" :foreground "white"))))
6518 (tool-bar ((t (:background "grey75" :foreground "black"))))
6519 (toolbar ((t (:background "Gray"))))
6520 (trailing-whitespace ((t (:background "red"))))
6521 (underline ((t (:underline t))))
6522 (variable-pitch ((t (nil))))
6523 (vc-annotate-face-0046FF ((t (:background "black" :foreground "wheat"))))
6524 (vcursor ((t (:underline t :background "cyan" :foreground "blue"))))
6525 (vertical-divider ((t (:background "Gray"))))
6526 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
6527 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
6528 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
6529 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
6530 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red"))))
6531 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange"))))
6532 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
6533 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
6534 (vhdl-speedbar-architecture-selected-face ((t (:underline t :foreground "Blue"))))
6535 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
6536 (vhdl-speedbar-configuration-selected-face ((t (:underline t :foreground "DarkGoldenrod"))))
6537 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
6538 (vhdl-speedbar-entity-selected-face ((t (:underline t :foreground "ForestGreen"))))
6539 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
6540 (vhdl-speedbar-instantiation-selected-face ((t (:underline t :foreground "Brown"))))
6541 (vhdl-speedbar-package-face ((t (:foreground "Gray50"))))
6542 (vhdl-speedbar-package-selected-face ((t (:underline t :foreground "Gray50"))))
6543 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
6544 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
6545 (viper-minibuffer-vi-face ((t (:background "gray" :foreground "DarkGreen"))))
6546 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
6547 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
6548 (vm-header-content-face ((t (:italic t :foreground "gray80"))))
6549 (vm-header-from-face ((t (:italic t :background "#65889C" :foreground "cyan"))))
6550 (vm-header-name-face ((t (:foreground "cyan"))))
6551 (vm-header-subject-face ((t (:foreground "cyan"))))
6552 (vm-header-to-face ((t (:italic t :foreground "cyan"))))
6553 (vm-message-cited-face ((t (:foreground "Gray80"))))
6554 (vm-summary-face-1 ((t (:foreground "MediumAquamarine"))))
6555 (vm-summary-face-2 ((t (:foreground "MediumAquamarine"))))
6556 (vm-summary-face-3 ((t (:foreground "MediumAquamarine"))))
6557 (vm-summary-face-4 ((t (:foreground "MediumAquamarine"))))
6558 (vm-summary-highlight-face ((t (:foreground "White"))))
6559 (vmpc-pre-sig-face ((t (:foreground "Aquamarine"))))
6560 (vmpc-sig-face ((t (:foreground "LightBlue"))))
6561 (vvb-face ((t (:background "pink" :foreground "black"))))
6562 (widget-button-face ((t (:bold t))))
6563 (widget-button-pressed-face ((t (:foreground "cyan"))))
6564 (widget-documentation-face ((t (:foreground "LightBlue"))))
6565 (widget-field-face ((t (:foreground "LightBlue"))))
6566 (widget-inactive-face ((t (:foreground "Wheat3"))))
6567 (widget-single-line-field-face ((t (:foreground "LightBlue"))))
6568 (woman-bold-face ((t (:bold t))))
6569 (woman-italic-face ((t (:foreground "beige"))))
6570 (woman-unknown-face ((t (:foreground "LightSalmon"))))
6571 (xref-keyword-face ((t (:foreground "Cyan"))))
6572 (xref-list-pilot-face ((t (:foreground "navy"))))
6573 (xref-list-symbol-face ((t (:foreground "navy"))))
6574 (xxml-emph-1-face ((t (:background "lightyellow"))))
6575 (xxml-emph-2-face ((t (:background "lightyellow"))))
6576 (xxml-header-1-face ((t (:background "seashell1" :foreground "MediumAquamarine"))))
6577 (xxml-header-2-face ((t (:background "seashell1" :foreground "SkyBlue"))))
6578 (xxml-header-3-face ((t (:background "seashell1"))))
6579 (xxml-header-4-face ((t (:background "seashell1"))))
6580 (xxml-interaction-face ((t (:background "lightcyan"))))
6581 (xxml-rug-face ((t (:background "cyan"))))
6582 (xxml-sparkle-face ((t (:background "yellow"))))
6583 (xxml-unbreakable-space-face ((t (:underline t :foreground "grey"))))
6584 (yellow ((t (:foreground "yellow"))))
6585 (zmacs-region ((t (:background "#4f657d")))))))
6587 (defun color-theme-dark-blue ()
6588 "Color theme by Chris McMahan, created 2001-09-09.
6589 Based on `color-theme-subtle-blue' with a slightly darker background."
6590 (interactive)
6591 (color-theme-subtle-blue)
6592 (let ((color-theme-is-cumulative t))
6593 (color-theme-install
6594 '(color-theme-dark-blue
6595 ((background-color . "#537182")
6596 (foreground-color . "AntiqueWhite2"))
6598 (default ((t (nil))))
6599 (blank-space-face ((t (:background "LightGray"))))
6600 (blank-tab-face ((t (:background "Wheat" :foreground "DarkSlateGray"))))
6601 (cursor ((t (:background "LightGray"))))
6602 (dired-face-executable ((t (:foreground "green yellow"))))
6603 (dired-face-flagged ((t (:foreground "tomato"))))
6604 (dired-face-marked ((t (:foreground "light salmon"))))
6605 (dired-face-setuid ((t (:foreground "Red"))))
6606 (dired-face-socket ((t (:foreground "magenta"))))
6607 (fixed ((t (:bold t))))
6608 (font-lock-comment-face ((t (:italic t :foreground "Gray80"))))
6609 (font-lock-doc-face ((t (:bold t))))
6610 (font-lock-function-name-face ((t (:italic t :bold t :foreground "Yellow"))))
6611 (font-lock-string-face ((t (:italic t :foreground "DarkSeaGreen"))))
6612 (font-lock-type-face ((t (:bold t :foreground "YellowGreen"))))
6613 (gui-button-face ((t (:background "DarkSalmon" :foreground "white"))))
6614 (modeline ((t (:background "#c1ccd9" :foreground "#4f657d"))))
6615 (modeline-buffer-id ((t (:background "#c1ccd9" :foreground "#4f657d"))))
6616 (modeline-mousable ((t (:background "#c1ccd9" :foreground "#4f657d"))))
6617 (modeline-mousable-minor-mode ((t (:background "#c1ccd9" :foreground "#4f657d"))))
6618 (my-url-face ((t (:foreground "LightBlue"))))
6619 (region ((t (:background "PaleTurquoise4" :foreground "gray80"))))
6620 (secondary-selection ((t (:background "sea green" :foreground "yellow"))))
6621 (vm-header-content-face ((t (:italic t :foreground "wheat"))))
6622 (vm-header-from-face ((t (:italic t :foreground "wheat"))))
6623 (widget-button-pressed-face ((t (:foreground "red"))))
6624 (xref-keyword-face ((t (:foreground "blue"))))
6625 (zmacs-region ((t (:background "SlateGray"))))))))
6627 (defun color-theme-jonadabian-slate ()
6628 "Another slate-and-wheat color theme by Jonadab the Unsightly One.
6629 Updated 2001-10-12."
6630 (interactive)
6631 (color-theme-install
6632 '(color-theme-jonadabian-slate
6633 ((background-color . "#305050")
6634 (background-mode . dark)
6635 (border-color . "black")
6636 (cursor-color . "medium turquoise")
6637 (foreground-color . "#CCBB77")
6638 (mouse-color . "black"))
6639 ((list-matching-lines-face . bold)
6640 (ued-mode-keyname-face . modeline)
6641 (view-highlight-face . highlight))
6642 (default ((t (nil))))
6643 (fringe ((t (:background "#007080"))))
6644 (bold ((t (:bold t :foreground "#EEDDAA"))))
6645 (gnus-emphasis-bold ((t (:bold t :foreground "#EEDDAA"))))
6646 (gnus-emphasis-underline-bold ((t (:underline t :bold t :foreground "#EEDDAA"))))
6647 (bold-italic ((t (:italic t :bold t :foreground "#AA0000"))))
6648 (gnus-emphasis-bold-italic ((t (:italic t :bold t :foreground "#AA0000"))))
6649 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t :foreground "#AA0000"))))
6650 (gnus-emphasis-underline-italic ((t (:underline t :italic t :bold t :foreground "#AA0000"))))
6651 (calendar-today-face ((t (:underline t :background "darkslategrey"))))
6652 (cperl-array-face ((t (:background "#004060"))))
6653 (cperl-hash-face ((t (:background "#004400"))))
6654 (custom-button-face ((t (:background "dark blue" :foreground "rgbi:1.00/1.00/0.00"))))
6655 (custom-documentation-face ((t (:foreground "#10D010"))))
6656 (custom-face-tag-face ((t (:underline t :foreground "goldenrod"))))
6657 (custom-group-tag-face ((t (:underline t :foreground "light blue"))))
6658 (custom-group-tag-face-1 ((t (:underline t :foreground "pink"))))
6659 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
6660 (custom-modified-face ((t (:background "blue" :foreground "white"))))
6661 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
6662 (custom-saved-face ((t (:underline t))))
6663 (custom-set-face ((t (:foreground "#6666dd"))))
6664 (custom-state-face ((t (:foreground "mediumaquamarine"))))
6665 (custom-variable-button-face ((t (:underline t :bold t))))
6666 (custom-variable-tag-face ((t (:underline t :foreground "light blue"))))
6667 (diary-face ((t (:foreground "red"))))
6668 (eshell-ls-archive-face ((t (:foreground "green"))))
6669 (eshell-ls-backup-face ((t (:foreground "grey60"))))
6670 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed"))))
6671 (eshell-ls-directory-face ((t (:bold t :foreground "SkyBlue"))))
6672 (eshell-ls-executable-face ((t (:foreground "white"))))
6673 (eshell-ls-missing-face ((t (:foreground "red"))))
6674 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
6675 (eshell-ls-readonly-face ((t (:foreground "indian red"))))
6676 (eshell-ls-special-face ((t (:foreground "yellow"))))
6677 (eshell-ls-symlink-face ((t (:foreground "#6666dd"))))
6678 (eshell-ls-unreadable-face ((t (:foreground "red"))))
6679 (eshell-prompt-face ((t (:bold t :background "#305050" :foreground "#EEDD99"))))
6680 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
6681 (font-lock-comment-face ((t (:italic t :bold t :foreground "grey66"))))
6682 (font-lock-constant-face ((t (:foreground "indian red"))))
6683 (font-lock-function-name-face ((t (:foreground "#D0D000"))))
6684 (font-lock-keyword-face ((t (:foreground "#00BBBB"))))
6685 (font-lock-string-face ((t (:foreground "#10D010"))))
6686 (font-lock-type-face ((t (:bold t :foreground "#ff7788"))))
6687 (font-lock-variable-name-face ((t (:foreground "#eeddaa"))))
6688 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
6689 (header-line ((t (:box (:line-width 1 :style released-button)))))
6690 (highlight ((t (:background "#226644"))))
6691 (highlight-changes-delete-face ((t (:background "navy" :foreground "red"))))
6692 (highlight-changes-face ((t (:background "navy"))))
6693 (holiday-face ((t (:foreground "#ff7744"))))
6694 (italic ((t (:italic t :foreground "#AA0000"))))
6695 (gnus-emphasis-italic ((t (:italic t :foreground "#AA0000"))))
6696 (modeline ((t (:background "#007080" :foreground "cyan"))))
6697 (modeline-buffer-id ((t (:background "#007080" :foreground "cyan"))))
6698 (modeline-mousable ((t (:background "#007080" :foreground "cyan"))))
6699 (modeline-mousable-minor-mode ((t (:background "#007080" :foreground "cyan"))))
6700 (region ((t (:background "#226644"))))
6701 (secondary-selection ((t (:background "darkslategrey"))))
6702 (sgml-comment-face ((t (:foreground "grey60"))))
6703 (sgml-doctype-face ((t (:foreground "red"))))
6704 (sgml-end-tag-face ((t (:foreground "#00D0D0"))))
6705 (sgml-entity-face ((t (:foreground "indian red"))))
6706 (sgml-ignored-face ((t (:background "gray60" :foreground "gray40"))))
6707 (sgml-ms-end-face ((t (:foreground "green"))))
6708 (sgml-ms-start-face ((t (:foreground "green"))))
6709 (sgml-pi-face ((t (:foreground "lime green"))))
6710 (sgml-sgml-face ((t (:foreground "brown"))))
6711 (sgml-short-ref-face ((t (:foreground "deep sky blue"))))
6712 (sgml-start-tag-face ((t (:foreground "#D0D000"))))
6713 (show-paren-match-face ((t (:background "#400055" :foreground "cyan"))))
6714 (show-paren-mismatch-face ((t (:background "red"))))
6715 (special-string-face ((t (:foreground "light green"))))
6716 (term-black ((t (:background "#000055" :foreground "black"))))
6717 (term-blackbg ((t (:background "black" :foreground "#CCBB77"))))
6718 (term-blue ((t (:background "#000055" :foreground "blue"))))
6719 (term-bluebg ((t (:background "blue" :foreground "#CCBB77"))))
6720 (term-bold ((t (:bold t :background "#000055" :foreground "#CCBB77"))))
6721 (term-cyan ((t (:background "#000055" :foreground "cyan"))))
6722 (term-cyanbg ((t (:background "darkcyan"))))
6723 (term-default-bg ((t (:foreground "#CCBB77"))))
6724 (term-default-bg-inv ((t (:foreground "#CCBB77"))))
6725 (term-default-fg ((t (:background "#000055"))))
6726 (term-default-fg-inv ((t (:background "#000055"))))
6727 (term-green ((t (:background "#000055" :foreground "green"))))
6728 (term-greenbg ((t (:background "darkgreen"))))
6729 (term-invisible ((t (:foreground "#CCBB77"))))
6730 (term-invisible-inv ((t (:foreground "#CCBB77"))))
6731 (term-magenta ((t (:background "#000055" :foreground "magenta"))))
6732 (term-magentabg ((t (:background "darkmagenta"))))
6733 (term-red ((t (:background "#000055" :foreground "red"))))
6734 (term-redbg ((t (:background "darkred"))))
6735 (term-underline ((t (:underline t :background "#000055" :foreground "#CCBB77"))))
6736 (term-white ((t (:background "#000055" :foreground "white"))))
6737 (term-whitebg ((t (:background "grey50"))))
6738 (term-yellow ((t (:background "#000055" :foreground "yellow"))))
6739 (term-yellowbg ((t (:background "#997700"))))
6740 (trailing-whitespace ((t (:background "#23415A"))))
6741 (underline ((t (:underline t))))
6742 (gnus-emphasis-underline ((t (:underline t))))
6743 (widget-button-face ((t (:bold t))))
6744 (widget-button-pressed-face ((t (:foreground "red"))))
6745 (widget-documentation-face ((t (:foreground "green"))))
6746 (widget-field-face ((t (:background "grey35" :foreground "black"))))
6747 (widget-inactive-face ((t (:foreground "gray"))))
6748 (widget-single-line-field-face ((t (:background "dim gray")))))))
6750 (defun color-theme-gray1 ()
6751 "Color theme by Paul Pulli, created 2001-10-19."
6752 (interactive)
6753 (color-theme-install
6754 '(color-theme-gray1
6755 ((background-color . "darkgray")
6756 (background-mode . light)
6757 (background-toolbar-color . "#949494949494")
6758 (border-color . "#000000000000")
6759 (bottom-toolbar-shadow-color . "#595959595959")
6760 (cursor-color . "Yellow")
6761 (foreground-color . "black")
6762 (top-toolbar-shadow-color . "#b2b2b2b2b2b2"))
6764 (default ((t (nil))))
6765 (blue ((t (:foreground "blue"))))
6766 (bold ((t (:bold t))))
6767 (bold-italic ((t (:italic t :bold t))))
6768 (border-glyph ((t (nil))))
6769 (cperl-here-face ((t (:background "gray68" :foreground "DeepPink"))))
6770 (font-lock-builtin-face ((t (:bold t :foreground "red3"))))
6771 (font-lock-comment-face ((t (:foreground "gray50"))))
6772 (font-lock-constant-face ((t (:bold t :foreground "blue3"))))
6773 (font-lock-doc-string-face ((t (:foreground "black"))))
6774 (font-lock-function-name-face ((t (:bold t :foreground "DeepPink3"))))
6775 (font-lock-keyword-face ((t (:bold t :foreground "red"))))
6776 (font-lock-other-type-face ((t (:bold t :foreground "green4"))))
6777 (font-lock-preprocessor-face ((t (:bold t :foreground "blue3"))))
6778 (font-lock-reference-face ((t (:bold t :foreground "red3"))))
6779 (font-lock-string-face ((t (:foreground "red"))))
6780 (font-lock-type-face ((t (:bold t :foreground "white"))))
6781 (font-lock-variable-name-face ((t (:bold t :foreground "blue3"))))
6782 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
6783 (green ((t (:foreground "green4"))))
6784 (gui-button-face ((t (:background "black" :foreground "red"))))
6785 (gui-element ((t (:background "gray58"))))
6786 (highlight ((t (:background "magenta" :foreground "yellow"))))
6787 (isearch ((t (:background "red" :foreground "yellow"))))
6788 (italic ((t (:italic t))))
6789 (left-margin ((t (nil))))
6790 (list-mode-item-selected ((t (:background "gray90" :foreground "purple"))))
6791 (m4-face ((t (:background "gray90" :foreground "orange3"))))
6792 (message-cited-text ((t (nil))))
6793 (message-header-contents ((t (nil))))
6794 (message-headers ((t (nil))))
6795 (message-highlighted-header-contents ((t (nil))))
6796 (modeline ((t (:background "#aa80aa" :foreground "White"))))
6797 (modeline-buffer-id ((t (:background "#aa80aa" :foreground "linen"))))
6798 (modeline-mousable ((t (:background "#aa80aa" :foreground "cyan"))))
6799 (modeline-mousable-minor-mode ((t (:background "#aa80aa" :foreground "yellow"))))
6800 (paren-blink-off ((t (:foreground "gray58"))))
6801 (paren-blink-on ((t (:foreground "purple"))))
6802 (paren-match ((t (:background "gray68" :foreground "white"))))
6803 (paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
6804 (pointer ((t (nil))))
6805 (primary-selection ((t (:background "gray"))))
6806 (red ((t (:foreground "red"))))
6807 (right-margin ((t (nil))))
6808 (secondary-selection ((t (:background "paleturquoise"))))
6809 (text-cursor ((t (:background "Yellow" :foreground "darkgray"))))
6810 (toolbar ((t (:background "#aa80aa" :foreground "linen"))))
6811 (underline ((t (:underline t))))
6812 (vertical-divider ((t (nil))))
6813 (x-face ((t (:background "black" :foreground "lavenderblush"))))
6814 (yellow ((t (:foreground "yellow3"))))
6815 (zmacs-region ((t (:background "paleturquoise" :foreground "black")))))))
6817 (defun color-theme-word-perfect ()
6818 "White on blue background, based on WordPerfect 5.1.
6819 Color theme by Thomas Gehrlein, created 2001-10-21."
6820 (interactive)
6821 (color-theme-install
6822 '(color-theme-word-perfect
6823 ((background-color . "blue4")
6824 (background-mode . dark)
6825 (border-color . "black")
6826 (cursor-color . "gold")
6827 (foreground-color . "white")
6828 (mouse-color . "black"))
6829 ((ecb-source-in-directories-buffer-face . ecb-sources-face)
6830 (gnus-mouse-face . highlight)
6831 (goto-address-mail-face . italic)
6832 (goto-address-mail-mouse-face . secondary-selection)
6833 (goto-address-url-face . bold)
6834 (goto-address-url-mouse-face . highlight)
6835 (list-matching-lines-face . bold)
6836 (view-highlight-face . highlight))
6837 (default ((t (nil))))
6838 (bbdb-field-name ((t (:foreground "lime green"))))
6839 (bbdb-field-value ((t (:foreground "white"))))
6840 (bbdb-name ((t (:underline t :foreground "lime green"))))
6841 (bold ((t (:bold t :foreground "white"))))
6842 (bold-italic ((t (:italic t :bold t :foreground "yellow"))))
6843 (calendar-today-face ((t (:underline t :foreground "deep sky blue"))))
6844 (diary-face ((t (:foreground "gold"))))
6845 (ecb-sources-face ((t (:foreground "LightBlue1"))))
6846 (edb-inter-field-face ((t (:foreground "deep sky blue"))))
6847 (edb-normal-summary-face ((t (:foreground "gold"))))
6848 (emacs-wiki-bad-link-face ((t (:underline "coral" :bold t :foreground "coral"))))
6849 (emacs-wiki-link-face ((t (:underline "cyan" :bold t :foreground "cyan"))))
6850 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
6851 (font-lock-comment-face ((t (:foreground "deep sky blue"))))
6852 (font-lock-constant-face ((t (:foreground "lime green"))))
6853 (font-lock-doc-face ((t (:foreground "gold"))))
6854 (font-lock-doc-string-face ((t (:foreground "gold"))))
6855 (font-lock-function-name-face ((t (:background "blue4" :foreground "IndianRed"))))
6856 (font-lock-keyword-face ((t (:foreground "lime green"))))
6857 (font-lock-preprocessor-face ((t (:foreground "lime green"))))
6858 (font-lock-reference-face ((t (:foreground "LightSteelBlue"))))
6859 (font-lock-string-face ((t (:foreground "gold"))))
6860 (font-lock-type-face ((t (:foreground "lime green"))))
6861 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
6862 (font-lock-warning-face ((t (:bold t :foreground "firebrick"))))
6863 (gnus-emphasis-bold ((t (:foreground "yellow2"))))
6864 (gnus-emphasis-bold-italic ((t (:foreground "yellow2"))))
6865 (gnus-emphasis-italic ((t (:foreground "yellow2"))))
6866 (gnus-emphasis-underline ((t (:foreground "yellow2"))))
6867 (gnus-emphasis-underline-bold ((t (:foreground "yellow2"))))
6868 (gnus-emphasis-underline-bold-italic ((t (:foreground "yellow2"))))
6869 (gnus-emphasis-underline-italic ((t (:foreground "yellow2"))))
6870 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
6871 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1"))))
6872 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
6873 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2"))))
6874 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
6875 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3"))))
6876 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
6877 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4"))))
6878 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
6879 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise"))))
6880 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
6881 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise"))))
6882 (gnus-group-news-3-empty-face ((t (:foreground "deep sky blue"))))
6883 (gnus-group-news-3-face ((t (:bold t :foreground "deep sky blue"))))
6884 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
6885 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise"))))
6886 (gnus-header-content-face ((t (:foreground "gold"))))
6887 (gnus-header-from-face ((t (:foreground "gold"))))
6888 (gnus-header-name-face ((t (:foreground "deep sky blue"))))
6889 (gnus-header-newsgroups-face ((t (:foreground "gold"))))
6890 (gnus-header-subject-face ((t (:foreground "gold"))))
6891 (gnus-signature-face ((t (:foreground "gold"))))
6892 (gnus-splash-face ((t (:foreground "firebrick"))))
6893 (gnus-summary-cancelled-face ((t (:background "black" :foreground "deep sky blue"))))
6894 (gnus-summary-high-ancient-face ((t (:bold t :foreground "deep sky blue"))))
6895 (gnus-summary-high-read-face ((t (:bold t :foreground "deep sky blue"))))
6896 (gnus-summary-high-ticked-face ((t (:bold t :foreground "deep sky blue"))))
6897 (gnus-summary-high-unread-face ((t (:bold t :foreground "lime green"))))
6898 (gnus-summary-low-ancient-face ((t (:italic t :foreground "deep sky blue"))))
6899 (gnus-summary-low-read-face ((t (:italic t :foreground "deep sky blue"))))
6900 (gnus-summary-low-ticked-face ((t (:italic t :foreground "deep sky blue"))))
6901 (gnus-summary-low-unread-face ((t (:italic t :foreground "lime green"))))
6902 (gnus-summary-normal-ancient-face ((t (:foreground "deep sky blue"))))
6903 (gnus-summary-normal-read-face ((t (:foreground "deep sky blue"))))
6904 (gnus-summary-normal-ticked-face ((t (:foreground "deep sky blue"))))
6905 (gnus-summary-normal-unread-face ((t (:foreground "lime green"))))
6906 (gnus-summary-selected-face ((t (:underline t :foreground "gold"))))
6907 (highlight ((t (:background "steel blue" :foreground "black"))))
6908 (holiday-face ((t (:background "blue4" :foreground "IndianRed1"))))
6909 (info-menu-5 ((t (:underline t :foreground "gold"))))
6910 (info-node ((t (:italic t :bold t :foreground "gold"))))
6911 (info-xref ((t (:bold t :foreground "gold"))))
6912 (isearch ((t (:background "firebrick" :foreground "white"))))
6913 (italic ((t (:italic t :foreground "yellow2"))))
6914 (message-cited-text-face ((t (:foreground "gold"))))
6915 (message-header-cc-face ((t (:bold t :foreground "green4"))))
6916 (message-header-name-face ((t (:foreground "deep sky blue"))))
6917 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "gold"))))
6918 (message-header-other-face ((t (:foreground "gold"))))
6919 (message-header-subject-face ((t (:foreground "gold"))))
6920 (message-header-to-face ((t (:bold t :foreground "gold"))))
6921 (message-header-xheader-face ((t (:foreground "blue"))))
6922 (message-separator-face ((t (:foreground "lime green"))))
6923 (modeline ((t (:foreground "white" :background "black"))))
6924 (modeline-buffer-id ((t (:foreground "white" :background "black"))))
6925 (modeline-mousable ((t (:foreground "white" :background "black"))))
6926 (modeline-mousable-minor-mode ((t (:foreground "white" :background "black"))))
6927 (overlay-empty-face ((t (nil))))
6928 (primary-selection ((t (:background "firebrick" :foreground "white"))))
6929 (region ((t (:background "firebrick" :foreground "white"))))
6930 (secondary-selection ((t (:background "yellow2" :foreground "black"))))
6931 (semantic-dirty-token-face ((t (:background "gray10"))))
6932 (show-paren-match-face ((t (:background "deep sky blue" :foreground "black"))))
6933 (show-paren-mismatch-face ((t (:background "firebrick" :foreground "white"))))
6934 (underline ((t (:underline t :background "blue4" :foreground "white")))))))
6936 ;; In order to produce this, follow these steps:
6938 ;; 0. Make sure .Xresources and .Xdefaults don't have any Emacs related
6939 ;; entries.
6941 ;; 1. cd into the Emacs lisp directory and run the following command:
6942 ;; ( for d in `find -type d`; \
6943 ;; do grep --files-with-matches 'defface[ ]' $d/*.el; \
6944 ;; done ) | sort | uniq
6945 ;; Put the result in a lisp block, using load-library calls.
6947 ;; Repeat this for any directories on your load path which you want to
6948 ;; include in the standard. This might include W3, eshell, etc.
6950 ;; Add some of the libraries that don't use defface:
6952 ;; 2. Start emacs using the --no-init-file and --no-site-file command line
6953 ;; arguments. Evaluate the lisp block you prepared.
6954 ;; 3. Load color-theme and run color-theme-print. Save the output and use it
6955 ;; to define color-theme-standard.
6957 ;; (progn
6958 ;; (load-library "add-log")
6959 ;; (load-library "calendar")
6960 ;; (load-library "comint")
6961 ;; (load-library "cus-edit")
6962 ;; (load-library "cus-face")
6963 ;; (load-library "custom")
6964 ;; (load-library "diff-mode")
6965 ;; (load-library "ediff-init")
6966 ;; (load-library "re-builder")
6967 ;; (load-library "viper-init")
6968 ;; (load-library "enriched")
6969 ;; (load-library "em-ls")
6970 ;; (load-library "em-prompt")
6971 ;; (load-library "esh-test")
6972 ;; (load-library "faces")
6973 ;; (load-library "font-lock")
6974 ;; (load-library "generic-x")
6975 ;; (load-library "gnus-art")
6976 ;; (load-library "gnus-cite")
6977 ;; (load-library "gnus")
6978 ;; (load-library "message")
6979 ;; (load-library "hilit-chg")
6980 ;; (load-library "hi-lock")
6981 ;; (load-library "info")
6982 ;; (load-library "isearch")
6983 ;; (load-library "log-view")
6984 ;; (load-library "paren")
6985 ;; (load-library "pcvs-info")
6986 ;; (load-library "antlr-mode")
6987 ;; (load-library "cperl-mode")
6988 ;; (load-library "ebrowse")
6989 ;; (load-library "idlwave")
6990 ;; (load-library "idlw-shell")
6991 ;; (load-library "make-mode")
6992 ;; (load-library "sh-script")
6993 ;; (load-library "vhdl-mode")
6994 ;; (load-library "smerge-mode")
6995 ;; (load-library "speedbar")
6996 ;; (load-library "strokes")
6997 ;; (load-library "artist")
6998 ;; (load-library "flyspell")
6999 ;; (load-library "texinfo")
7000 ;; (load-library "tex-mode")
7001 ;; (load-library "tooltip")
7002 ;; (load-library "vcursor")
7003 ;; (load-library "wid-edit")
7004 ;; (load-library "woman")
7005 ;; (load-library "term")
7006 ;; (load-library "man")
7007 ;; (load-file "/home/alex/elisp/color-theme.el")
7008 ;; (color-theme-print))
7010 ;; 4. Make the color theme usable on Xemacs (add more faces, resolve
7011 ;; :inherit attributes)
7013 (defun color-theme-emacs-21 ()
7014 "Color theme used by Emacs 21.1.
7015 Added and adapted for XEmacs by Alex Schroeder. Adaptation mostly
7016 consisted of resolving :inherit attributes and adding missing faces.
7017 This theme includes faces from the following Emacs libraries: add-log
7018 calendar comint cus-edit cus-face custom diff-mode ediff-init re-builder
7019 viper-init enriched em-ls em-prompt esh-test faces font-lock generic-x
7020 gnus-art gnus-cite gnus message hilit-chg hi-lock info isearch log-view
7021 paren pcvs-info antlr-mode cperl-mode ebrowse idlwave idlw-shell
7022 make-mode sh-script vhdl-mode smerge-mode speedbar strokes artist
7023 flyspell texinfo tex-mode tooltip vcursor wid-edit woman term man"
7024 (interactive)
7025 (color-theme-install
7026 '(color-theme-emacs-21
7027 ((background-color . "white")
7028 (background-mode . light)
7029 (border-color . "black")
7030 (cursor-color . "black")
7031 (foreground-color . "black")
7032 (mouse-color . "black"))
7033 ((Man-overstrike-face . bold)
7034 (Man-underline-face . underline)
7035 (cperl-here-face . font-lock-string-face)
7036 (cperl-invalid-face . underline)
7037 (cperl-pod-face . font-lock-comment-face)
7038 (cperl-pod-head-face . font-lock-variable-name-face)
7039 (gnus-article-button-face . bold)
7040 (gnus-article-mouse-face . highlight)
7041 (gnus-cite-attribution-face . gnus-cite-attribution-face)
7042 (gnus-mouse-face . highlight)
7043 (gnus-signature-face . gnus-signature-face)
7044 (gnus-summary-selected-face . gnus-summary-selected-face)
7045 (help-highlight-face . underline)
7046 (idlwave-class-arrow-face . bold)
7047 (idlwave-shell-breakpoint-face . idlwave-shell-bp-face)
7048 (idlwave-shell-expression-face . secondary-selection)
7049 (idlwave-shell-stop-line-face . highlight)
7050 (ispell-highlight-face . highlight)
7051 (list-matching-lines-face . bold)
7052 (view-highlight-face . highlight)
7053 (viper-insert-state-cursor-color . "Green")
7054 (viper-replace-overlay-cursor-color . "Red")
7055 (widget-mouse-face . highlight))
7056 (default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7057 (Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728))))
7058 (Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44))))
7059 (Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2))))
7060 (Info-title-4-face ((t (:bold t :family "helv" :weight bold))))
7061 (antlr-font-lock-keyword-face ((t (:bold t :foreground "black" :weight bold))))
7062 (antlr-font-lock-literal-face ((t (:bold t :foreground "brown4" :weight bold))))
7063 (antlr-font-lock-ruledef-face ((t (:bold t :foreground "blue" :weight bold))))
7064 (antlr-font-lock-ruleref-face ((t (:foreground "blue4"))))
7065 (antlr-font-lock-tokendef-face ((t (:bold t :foreground "blue" :weight bold))))
7066 (antlr-font-lock-tokenref-face ((t (:foreground "orange4"))))
7067 (bold ((t (:bold t :weight bold))))
7068 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
7069 (border ((t (:background "black"))))
7070 (calendar-today-face ((t (:underline t))))
7071 (change-log-acknowledgement-face ((t (:foreground "Firebrick"))))
7072 (change-log-conditionals-face ((t (:foreground "DarkGoldenrod"))))
7073 (change-log-date-face ((t (:foreground "RosyBrown"))))
7074 (change-log-email-face ((t (:foreground "DarkGoldenrod"))))
7075 (change-log-file-face ((t (:foreground "Blue"))))
7076 (change-log-function-face ((t (:foreground "DarkGoldenrod"))))
7077 (change-log-list-face ((t (:foreground "Purple"))))
7078 (change-log-name-face ((t (:foreground "CadetBlue"))))
7079 (comint-highlight-input ((t (:bold t :weight bold))))
7080 (comint-highlight-prompt ((t (:foreground "dark blue"))))
7081 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue" :weight bold))))
7082 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red" :slant italic :weight bold))))
7083 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
7084 (cursor ((t (:background "black"))))
7085 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
7086 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
7087 (custom-changed-face ((t (:background "blue" :foreground "white"))))
7088 (custom-comment-face ((t (:background "gray85"))))
7089 (custom-comment-tag-face ((t (:foreground "blue4"))))
7090 (custom-documentation-face ((t (nil))))
7091 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
7092 (custom-group-tag-face ((t (:bold t :foreground "blue" :weight bold :height 1.2))))
7093 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "red" :weight bold :height 1.2))))
7094 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
7095 (custom-modified-face ((t (:background "blue" :foreground "white"))))
7096 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
7097 (custom-saved-face ((t (:underline t))))
7098 (custom-set-face ((t (:background "white" :foreground "blue"))))
7099 (custom-state-face ((t (:foreground "dark green"))))
7100 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
7101 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "blue" :weight bold :height 1.2))))
7102 (cvs-filename-face ((t (:foreground "blue4"))))
7103 (cvs-handled-face ((t (:foreground "pink"))))
7104 (cvs-header-face ((t (:bold t :foreground "blue4" :weight bold))))
7105 (cvs-marked-face ((t (:bold t :foreground "green3" :weight bold))))
7106 (cvs-msg-face ((t (:italic t :slant italic))))
7107 (cvs-need-action-face ((t (:foreground "orange"))))
7108 (cvs-unknown-face ((t (:foreground "red"))))
7109 (diary-face ((t (:foreground "red"))))
7110 (diff-added-face ((t (nil))))
7111 (diff-changed-face ((t (nil))))
7112 (diff-context-face ((t (:foreground "grey50"))))
7113 (diff-file-header-face ((t (:bold t :background "grey70" :weight bold))))
7114 (diff-function-face ((t (:foreground "grey50"))))
7115 (diff-header-face ((t (:background "grey85"))))
7116 (diff-hunk-header-face ((t (:background "grey85"))))
7117 (diff-index-face ((t (:bold t :weight bold :background "grey70"))))
7118 (diff-nonexistent-face ((t (:bold t :weight bold :background "grey70"))))
7119 (diff-removed-face ((t (nil))))
7120 (dired-face-boring ((t (:foreground "RosyBrown"))))
7121 (dired-face-directory ((t (:foreground "Blue"))))
7122 (dired-face-executable ((t (nil))))
7123 (dired-face-flagged ((t (:foreground "Red" :weight bold))))
7124 (dired-face-marked ((t (:foreground "Red" :weight bold))))
7125 (dired-face-permissions ((t (nil))))
7126 (dired-face-setuid ((t (nil))))
7127 (dired-face-socket ((t (nil))))
7128 (dired-face-symlink ((t (:foreground "Purple"))))
7129 (ebrowse-default-face ((t (nil))))
7130 (ebrowse-file-name-face ((t (:italic t :slant italic))))
7131 (ebrowse-member-attribute-face ((t (:foreground "red"))))
7132 (ebrowse-member-class-face ((t (:foreground "purple"))))
7133 (ebrowse-progress-face ((t (:background "blue"))))
7134 (ebrowse-root-class-face ((t (:bold t :foreground "blue" :weight bold))))
7135 (ebrowse-tree-mark-face ((t (:foreground "red"))))
7136 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
7137 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
7138 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
7139 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
7140 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
7141 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
7142 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
7143 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
7144 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
7145 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
7146 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
7147 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
7148 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
7149 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
7150 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
7151 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
7152 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid" :weight bold))))
7153 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
7154 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
7155 (eshell-ls-directory-face ((t (:bold t :foreground "Blue" :weight bold))))
7156 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen" :weight bold))))
7157 (eshell-ls-missing-face ((t (:bold t :foreground "Red" :weight bold))))
7158 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
7159 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
7160 (eshell-ls-special-face ((t (:bold t :foreground "Magenta" :weight bold))))
7161 (eshell-ls-symlink-face ((t (:bold t :foreground "Dark Cyan" :weight bold))))
7162 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
7163 (eshell-prompt-face ((t (:bold t :foreground "Red" :weight bold))))
7164 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
7165 (eshell-test-ok-face ((t (:bold t :foreground "Green" :weight bold))))
7166 (excerpt ((t (:italic t :slant italic))))
7167 (fixed ((t (:bold t :weight bold))))
7168 (fixed-pitch ((t (:family "courier"))))
7169 (flyspell-duplicate-face ((t (:bold t :foreground "Gold3" :underline t :weight bold))))
7170 (flyspell-incorrect-face ((t (:bold t :foreground "OrangeRed" :underline t :weight bold))))
7171 (font-lock-builtin-face ((t (:foreground "Orchid"))))
7172 (font-lock-comment-face ((t (:foreground "Firebrick"))))
7173 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
7174 (font-lock-doc-face ((t (:foreground "RosyBrown"))))
7175 (font-lock-doc-string-face ((t (:foreground "RosyBrown"))))
7176 (font-lock-function-name-face ((t (:foreground "Blue"))))
7177 (font-lock-keyword-face ((t (:foreground "Purple"))))
7178 (font-lock-preprocessor-face ((t (:foreground "CadetBlue"))))
7179 (font-lock-reference-face ((t (:foreground "Orchid"))))
7180 (font-lock-string-face ((t (:foreground "RosyBrown"))))
7181 (font-lock-type-face ((t (:foreground "ForestGreen"))))
7182 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
7183 (font-lock-warning-face ((t (:bold t :foreground "Red" :weight bold))))
7184 (fringe ((t (:background "grey95"))))
7185 (gnus-cite-attribution-face ((t (:italic t :slant italic))))
7186 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
7187 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
7188 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
7189 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
7190 (gnus-cite-face-3 ((t (:foreground "dark green"))))
7191 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
7192 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
7193 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
7194 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
7195 (gnus-cite-face-8 ((t (:foreground "magenta"))))
7196 (gnus-cite-face-9 ((t (:foreground "violet"))))
7197 (gnus-emphasis-bold ((t (:bold t :weight bold))))
7198 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
7199 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
7200 (gnus-emphasis-italic ((t (:italic t :slant italic))))
7201 (gnus-emphasis-underline ((t (:underline t))))
7202 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
7203 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
7204 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
7205 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
7206 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3" :weight bold))))
7207 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
7208 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3" :weight bold))))
7209 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
7210 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4" :weight bold))))
7211 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
7212 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4" :weight bold))))
7213 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
7214 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen" :weight bold))))
7215 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
7216 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4" :weight bold))))
7217 (gnus-group-news-3-empty-face ((t (nil))))
7218 (gnus-group-news-3-face ((t (:bold t :weight bold))))
7219 (gnus-group-news-4-empty-face ((t (nil))))
7220 (gnus-group-news-4-face ((t (:bold t :weight bold))))
7221 (gnus-group-news-5-empty-face ((t (nil))))
7222 (gnus-group-news-5-face ((t (:bold t :weight bold))))
7223 (gnus-group-news-6-empty-face ((t (nil))))
7224 (gnus-group-news-6-face ((t (:bold t :weight bold))))
7225 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
7226 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
7227 (gnus-header-content-face ((t (:italic t :foreground "indianred4" :slant italic))))
7228 (gnus-header-from-face ((t (:foreground "red3"))))
7229 (gnus-header-name-face ((t (:foreground "maroon"))))
7230 (gnus-header-newsgroups-face ((t (:italic t :foreground "MidnightBlue" :slant italic))))
7231 (gnus-header-subject-face ((t (:foreground "red4"))))
7232 (gnus-signature-face ((t (:italic t :slant italic))))
7233 (gnus-splash-face ((t (:foreground "Brown"))))
7234 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
7235 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue" :weight bold))))
7236 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
7237 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick" :weight bold))))
7238 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
7239 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue" :slant italic))))
7240 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen" :slant italic))))
7241 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick" :slant italic))))
7242 (gnus-summary-low-unread-face ((t (:italic t :slant italic))))
7243 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
7244 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
7245 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
7246 (gnus-summary-normal-unread-face ((t (nil))))
7247 (gnus-summary-selected-face ((t (:underline t))))
7248 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey90" :foreground "grey20" :box nil))))
7249 (hi-black-b ((t (:bold t :weight bold))))
7250 (hi-black-hb ((t (:bold t :family "helv" :weight bold :height 1.67))))
7251 (hi-blue ((t (:background "light blue"))))
7252 (hi-blue-b ((t (:bold t :foreground "blue" :weight bold))))
7253 (hi-green ((t (:background "green"))))
7254 (hi-green-b ((t (:bold t :foreground "green" :weight bold))))
7255 (hi-pink ((t (:background "pink"))))
7256 (hi-red-b ((t (:bold t :foreground "red" :weight bold))))
7257 (hi-yellow ((t (:background "yellow"))))
7258 (highlight ((t (:background "darkseagreen2"))))
7259 (highlight-changes-delete-face ((t (:foreground "red" :underline t))))
7260 (highlight-changes-face ((t (:foreground "red"))))
7261 (holiday-face ((t (:background "pink"))))
7262 (idlwave-help-link-face ((t (:foreground "Blue"))))
7263 (idlwave-shell-bp-face ((t (:background "Pink" :foreground "Black"))))
7264 (info-header-node ((t (:italic t :bold t :weight bold :slant italic :foreground "brown"))))
7265 (info-header-xref ((t (:bold t :weight bold :foreground "magenta4"))))
7266 (info-menu-5 ((t (:foreground "red1"))))
7267 (info-menu-header ((t (:bold t :family "helv" :weight bold))))
7268 (info-node ((t (:italic t :bold t :foreground "brown" :slant italic :weight bold))))
7269 (info-xref ((t (:bold t :foreground "magenta4" :weight bold))))
7270 (isearch ((t (:background "magenta4" :foreground "lightskyblue1"))))
7271 (isearch-lazy-highlight-face ((t (:background "paleturquoise"))))
7272 (italic ((t (:italic t :slant italic))))
7273 (log-view-file-face ((t (:bold t :background "grey70" :weight bold))))
7274 (log-view-message-face ((t (:background "grey85"))))
7275 (makefile-space-face ((t (:background "hotpink"))))
7276 (menu ((t (nil))))
7277 (message-cited-text-face ((t (:foreground "red"))))
7278 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
7279 (message-header-name-face ((t (:foreground "cornflower blue"))))
7280 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4" :slant italic :weight bold))))
7281 (message-header-other-face ((t (:foreground "steel blue"))))
7282 (message-header-subject-face ((t (:bold t :foreground "navy blue" :weight bold))))
7283 (message-header-to-face ((t (:bold t :foreground "MidnightBlue" :weight bold))))
7284 (message-header-xheader-face ((t (:foreground "blue"))))
7285 (message-mml-face ((t (:foreground "ForestGreen"))))
7286 (message-separator-face ((t (:foreground "brown"))))
7287 (modeline ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
7288 (modeline-buffer-id ((t (:bold t :background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
7289 (modeline-mousable ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
7290 (modeline-mousable-minor-mode ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
7291 (mouse ((t (:background "black"))))
7292 (primary-selection ((t (:background "lightgoldenrod2"))))
7293 (reb-match-0 ((t (:background "lightblue"))))
7294 (reb-match-1 ((t (:background "aquamarine"))))
7295 (reb-match-2 ((t (:background "springgreen"))))
7296 (reb-match-3 ((t (:background "yellow"))))
7297 (region ((t (:background "lightgoldenrod2"))))
7298 (scroll-bar ((t (:background "grey75"))))
7299 (secondary-selection ((t (:background "yellow"))))
7300 (sh-heredoc-face ((t (:foreground "tan"))))
7301 (show-paren-match-face ((t (:background "turquoise"))))
7302 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
7303 (show-tabs-space-face ((t (:foreground "yellow"))))
7304 (show-tabs-tab-face ((t (:foreground "red"))))
7305 (smerge-base-face ((t (:foreground "red"))))
7306 (smerge-markers-face ((t (:background "grey85"))))
7307 (smerge-mine-face ((t (:foreground "blue"))))
7308 (smerge-other-face ((t (:foreground "darkgreen"))))
7309 (speedbar-button-face ((t (:foreground "green4"))))
7310 (speedbar-directory-face ((t (:foreground "blue4"))))
7311 (speedbar-file-face ((t (:foreground "cyan4"))))
7312 (speedbar-highlight-face ((t (:background "green"))))
7313 (speedbar-selected-face ((t (:foreground "red" :underline t))))
7314 (speedbar-tag-face ((t (:foreground "brown"))))
7315 (strokes-char-face ((t (:background "lightgray"))))
7316 (term-black ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7317 (term-blackbg ((t (:stipple nil :background "black" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7318 (term-blue ((t (:stipple nil :background "white" :foreground "blue" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7319 (term-bluebg ((t (:stipple nil :background "blue" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7320 (term-bold ((t (:bold t :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight bold :width normal :family "adobe-courier"))))
7321 (term-cyan ((t (:stipple nil :background "white" :foreground "cyan" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7322 (term-cyanbg ((t (:stipple nil :background "cyan" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7323 (term-default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7324 (term-default-bg ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7325 (term-default-bg-inv ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7326 (term-default-fg ((t (:stipple nil :background "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7327 (term-default-fg-inv ((t (:stipple nil :background "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7328 (term-green ((t (:stipple nil :background "white" :foreground "green" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7329 (term-greenbg ((t (:stipple nil :background "green" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7330 (term-invisible ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7331 (term-invisible-inv ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7332 (term-magenta ((t (:stipple nil :background "white" :foreground "magenta" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7333 (term-magentabg ((t (:stipple nil :background "magenta" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7334 (term-red ((t (:stipple nil :background "white" :foreground "red" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7335 (term-redbg ((t (:stipple nil :background "red" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7336 (term-underline ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline t :slant normal :weight normal :width normal :family "adobe-courier"))))
7337 (term-white ((t (:stipple nil :background "white" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7338 (term-whitebg ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7339 (term-yellow ((t (:stipple nil :background "white" :foreground "yellow" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7340 (term-yellowbg ((t (:stipple nil :background "yellow" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
7341 (tex-math-face ((t (:foreground "RosyBrown"))))
7342 (texinfo-heading-face ((t (:foreground "Blue"))))
7343 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
7344 (tooltip ((t (:background "lightyellow" :foreground "black"))))
7345 (trailing-whitespace ((t (:background "red"))))
7346 (underline ((t (:underline t))))
7347 (variable-pitch ((t (:family "helv"))))
7348 (vcursor ((t (:background "cyan" :foreground "blue" :underline t))))
7349 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
7350 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
7351 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
7352 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
7353 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red" :weight bold))))
7354 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange" :weight bold))))
7355 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
7356 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
7357 (vhdl-speedbar-architecture-selected-face ((t (:foreground "Blue" :underline t))))
7358 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
7359 (vhdl-speedbar-configuration-selected-face ((t (:foreground "DarkGoldenrod" :underline t))))
7360 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
7361 (vhdl-speedbar-entity-selected-face ((t (:foreground "ForestGreen" :underline t))))
7362 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
7363 (vhdl-speedbar-instantiation-selected-face ((t (:foreground "Brown" :underline t))))
7364 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
7365 (vhdl-speedbar-package-selected-face ((t (:foreground "Grey50" :underline t))))
7366 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
7367 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
7368 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
7369 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
7370 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
7371 (widget-button-face ((t (:bold t :weight bold))))
7372 (widget-button-pressed-face ((t (:foreground "red"))))
7373 (widget-documentation-face ((t (:foreground "dark green"))))
7374 (widget-field-face ((t (:background "gray85"))))
7375 (widget-inactive-face ((t (:foreground "dim gray"))))
7376 (widget-single-line-field-face ((t (:background "gray85"))))
7377 (woman-addition-face ((t (:foreground "orange"))))
7378 (woman-bold-face ((t (:bold t :foreground "blue" :weight bold))))
7379 (woman-italic-face ((t (:italic t :foreground "red" :underline t :slant italic))))
7380 (woman-unknown-face ((t (:foreground "brown"))))
7381 (zmacs-region ((t (:background "lightgoldenrod2")))))))
7383 (defun color-theme-jsc-light2 ()
7384 "Color theme by John S Cooper, created 2001-10-29.
7385 This builds on `color-theme-jsc-light'."
7386 (interactive)
7387 (color-theme-jsc-light)
7388 (let ((color-theme-is-cumulative t))
7389 (color-theme-install
7390 '(color-theme-jsc-light2
7391 ((vc-annotate-very-old-color . "#0046FF")
7392 (senator-eldoc-use-color . t))
7394 (bold ((t (:bold t :weight bold))))
7395 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
7396 (change-log-file-face ((t (:foreground "Blue"))))
7397 (change-log-name-face ((t (:foreground "Maroon"))))
7398 (comint-highlight-prompt ((t (:foreground "dark blue"))))
7399 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
7400 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
7401 (custom-group-tag-face ((t (:bold t :foreground "blue" :weight bold :height 1.2))))
7402 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "red" :weight bold :height 1.2))))
7403 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "blue" :weight bold :height 1.2))))
7404 (font-lock-constant-face ((t (:foreground "Maroon"))))
7405 (font-lock-function-name-face ((t (:foreground "Blue"))))
7406 (font-lock-type-face ((t (:italic t :foreground "Navy" :slant italic))))
7407 (fringe ((t (:background "grey88"))))
7408 (gnus-group-mail-1-empty-face ((t (:foreground "Blue2"))))
7409 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
7410 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen" :weight bold))))
7411 (gnus-header-content-face ((t (:italic t :foreground "indianred4" :slant italic))))
7412 (gnus-header-name-face ((t (:bold t :foreground "maroon" :weight bold))))
7413 (gnus-header-subject-face ((t (:foreground "red4"))))
7414 (gnus-signature-face ((t (:italic t :slant italic))))
7415 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
7416 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
7417 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
7418 (gnus-summary-normal-ticked-face ((t (:foreground "Navy"))))
7419 (gnus-summary-normal-unread-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
7420 (header-line ((t (:background "grey90" :foreground "grey20" :box nil))))
7421 (highlight ((t (:background "darkseagreen2"))))
7422 (ido-subdir-face ((t (:foreground "red"))))
7423 (isearch ((t (:background "magenta4" :foreground "lightskyblue1"))))
7424 (mode-line ((t (:background "grey88" :foreground "black" :box (:line-width -1 :style released-button)))))
7425 (region ((t (:background "lightgoldenrod2"))))
7426 (scroll-bar ((t (nil))))
7427 (secondary-selection ((t (:background "yellow"))))
7428 (show-paren-match-face ((t (:background "turquoise"))))
7429 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
7430 (tooltip ((t (:background "lightyellow" :foreground "black"))))))))
7432 (defun color-theme-ld-dark ()
7433 "Dark Color theme by Linh Dang, created 2001-11-06."
7434 (interactive)
7435 (color-theme-install
7436 '(color-theme-ld-dark
7437 ((background-color . "black")
7438 (background-mode . dark)
7439 (border-color . "black")
7440 (cursor-color . "yellow")
7441 (foreground-color . "white")
7442 (mouse-color . "white"))
7443 ((align-highlight-change-face . highlight)
7444 (align-highlight-nochange-face . secondary-selection)
7445 (apropos-keybinding-face . underline)
7446 (apropos-label-face . italic)
7447 (apropos-match-face . secondary-selection)
7448 (apropos-property-face . bold-italic)
7449 (apropos-symbol-face . bold)
7450 (ebnf-except-border-color . "Black")
7451 (ebnf-line-color . "Black")
7452 (ebnf-non-terminal-border-color . "Black")
7453 (ebnf-repeat-border-color . "Black")
7454 (ebnf-special-border-color . "Black")
7455 (ebnf-terminal-border-color . "Black")
7456 (gnus-article-button-face . bold)
7457 (gnus-article-mouse-face . highlight)
7458 (gnus-carpal-button-face . bold)
7459 (gnus-carpal-header-face . bold-italic)
7460 (gnus-cite-attribution-face . gnus-cite-attribution-face)
7461 (gnus-mouse-face . highlight)
7462 (gnus-selected-tree-face . modeline)
7463 (gnus-signature-face . gnus-signature-face)
7464 (gnus-summary-selected-face . gnus-summary-selected-face)
7465 (help-highlight-face . underline)
7466 (list-matching-lines-face . bold)
7467 (ps-line-number-color . "black")
7468 (ps-zebra-color . 0.95)
7469 (tags-tag-face . default)
7470 (vc-annotate-very-old-color . "#0046FF")
7471 (view-highlight-face . highlight)
7472 (widget-mouse-face . highlight))
7473 (default ((t (:stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-courier new"))))
7474 (Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728))))
7475 (Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44))))
7476 (Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2))))
7477 (Info-title-4-face ((t (:bold t :family "helv" :weight bold))))
7478 (bbdb-company ((t (:italic t :slant italic))))
7479 (bbdb-field-name ((t (:bold t :weight bold))))
7480 (bbdb-field-value ((t (nil))))
7481 (bbdb-name ((t (:underline t))))
7482 (bold ((t (:bold t :weight bold))))
7483 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
7484 (border ((t (:background "black"))))
7485 (change-log-acknowledgement-face ((t (:italic t :slant oblique :foreground "AntiqueWhite3"))))
7486 (change-log-conditionals-face ((t (:foreground "Aquamarine"))))
7487 (change-log-date-face ((t (:italic t :slant oblique :foreground "BurlyWood"))))
7488 (change-log-email-face ((t (:foreground "Aquamarine"))))
7489 (change-log-file-face ((t (:bold t :family "Verdana" :weight bold :foreground "LightSkyBlue" :height 0.9))))
7490 (change-log-function-face ((t (:foreground "Aquamarine"))))
7491 (change-log-list-face ((t (:foreground "LightSkyBlue"))))
7492 (change-log-name-face ((t (:bold t :weight bold :foreground "Gold"))))
7493 (clear-case-mode-string-face ((t (:bold t :family "Arial" :box (:line-width 2 :color "grey" :style released-button) :foreground "black" :background "grey" :weight bold :height 0.9))))
7494 (comint-highlight-input ((t (:bold t :weight bold))))
7495 (comint-highlight-prompt ((t (:foreground "cyan"))))
7496 (cursor ((t (:background "yellow"))))
7497 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
7498 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
7499 (custom-changed-face ((t (:background "blue" :foreground "white"))))
7500 (custom-comment-face ((t (:background "dim gray"))))
7501 (custom-comment-tag-face ((t (:foreground "gray80"))))
7502 (custom-documentation-face ((t (nil))))
7503 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.1))))
7504 (custom-group-tag-face ((t (:bold t :family "helv" :foreground "light blue" :weight bold :height 1.1))))
7505 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "pink" :weight bold :height 1.1))))
7506 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
7507 (custom-modified-face ((t (:background "blue" :foreground "white"))))
7508 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
7509 (custom-saved-face ((t (:underline t))))
7510 (custom-set-face ((t (:background "white" :foreground "blue"))))
7511 (custom-state-face ((t (:foreground "lime green"))))
7512 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
7513 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "light blue" :weight bold :height 1.2))))
7514 (diff-added-face ((t (nil))))
7515 (diff-changed-face ((t (nil))))
7516 (diff-context-face ((t (:foreground "grey70"))))
7517 (diff-file-header-face ((t (:bold t :background "grey60" :weight bold))))
7518 (diff-function-face ((t (:foreground "grey70"))))
7519 (diff-header-face ((t (:background "grey45"))))
7520 (diff-hunk-header-face ((t (:background "grey45"))))
7521 (diff-index-face ((t (:bold t :weight bold :background "grey60"))))
7522 (diff-nonexistent-face ((t (:bold t :weight bold :background "grey60"))))
7523 (diff-removed-face ((t (nil))))
7524 (fixed-pitch ((t (:family "courier"))))
7525 (font-lock-builtin-face ((t (:foreground "SteelBlue"))))
7526 (font-lock-comment-face ((t (:italic t :foreground "AntiqueWhite3" :slant oblique))))
7527 (font-lock-constant-face ((t (:bold t :foreground "Gold" :weight bold))))
7528 (font-lock-doc-face ((t (:italic t :slant oblique :foreground "BurlyWood"))))
7529 (font-lock-doc-string-face ((t (:italic t :slant oblique :foreground "BurlyWood"))))
7530 (font-lock-function-name-face ((t (:bold t :foreground "LightSkyBlue" :weight bold :height 0.9 :family "Verdana"))))
7531 (font-lock-keyword-face ((t (:foreground "LightSkyBlue"))))
7532 (font-lock-preprocessor-face ((t (:bold t :foreground "Gold" :weight bold))))
7533 (font-lock-reference-face ((t (:foreground "SteelBlue"))))
7534 (font-lock-string-face ((t (:italic t :foreground "BurlyWood" :slant oblique))))
7535 (font-lock-type-face ((t (:bold t :foreground "PaleGreen" :weight bold :height 0.9 :family "Verdana"))))
7536 (font-lock-variable-name-face ((t (:foreground "Aquamarine"))))
7537 (font-lock-warning-face ((t (:bold t :foreground "chocolate" :weight bold))))
7538 (fringe ((t (:family "outline-courier new" :width normal :weight normal :slant normal :underline nil :overline nil :strike-through nil :box nil :inverse-video nil :stipple nil :background "grey4" :foreground "Wheat"))))
7539 (gnus-cite-attribution-face ((t (:italic t :slant italic))))
7540 (gnus-cite-face-1 ((t (:foreground "light blue"))))
7541 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
7542 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
7543 (gnus-cite-face-2 ((t (:foreground "light cyan"))))
7544 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
7545 (gnus-cite-face-4 ((t (:foreground "light pink"))))
7546 (gnus-cite-face-5 ((t (:foreground "pale green"))))
7547 (gnus-cite-face-6 ((t (:foreground "beige"))))
7548 (gnus-cite-face-7 ((t (:foreground "orange"))))
7549 (gnus-cite-face-8 ((t (:foreground "magenta"))))
7550 (gnus-cite-face-9 ((t (:foreground "violet"))))
7551 (gnus-emphasis-bold ((t (:bold t :weight bold))))
7552 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
7553 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
7554 (gnus-emphasis-italic ((t (:italic t :slant italic))))
7555 (gnus-emphasis-underline ((t (:underline t))))
7556 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
7557 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
7558 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
7559 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
7560 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1" :weight bold))))
7561 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
7562 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2" :weight bold))))
7563 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
7564 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3" :weight bold))))
7565 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
7566 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4" :weight bold))))
7567 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
7568 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
7569 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
7570 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise" :weight bold))))
7571 (gnus-group-news-3-empty-face ((t (nil))))
7572 (gnus-group-news-3-face ((t (:bold t :weight bold))))
7573 (gnus-group-news-4-empty-face ((t (nil))))
7574 (gnus-group-news-4-face ((t (:bold t :weight bold))))
7575 (gnus-group-news-5-empty-face ((t (nil))))
7576 (gnus-group-news-5-face ((t (:bold t :weight bold))))
7577 (gnus-group-news-6-empty-face ((t (nil))))
7578 (gnus-group-news-6-face ((t (:bold t :weight bold))))
7579 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
7580 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise" :weight bold))))
7581 (gnus-header-content-face ((t (:italic t :foreground "forest green" :slant italic))))
7582 (gnus-header-from-face ((t (:foreground "spring green"))))
7583 (gnus-header-name-face ((t (:foreground "SeaGreen"))))
7584 (gnus-header-newsgroups-face ((t (:italic t :foreground "yellow" :slant italic))))
7585 (gnus-header-subject-face ((t (:foreground "SeaGreen3"))))
7586 (gnus-signature-face ((t (:italic t :slant italic))))
7587 (gnus-splash-face ((t (:foreground "Brown"))))
7588 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
7589 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue" :weight bold))))
7590 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen" :weight bold))))
7591 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink" :weight bold))))
7592 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
7593 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue" :slant italic))))
7594 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen" :slant italic))))
7595 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink" :slant italic))))
7596 (gnus-summary-low-unread-face ((t (:italic t :slant italic))))
7597 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
7598 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
7599 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
7600 (gnus-summary-normal-unread-face ((t (nil))))
7601 (gnus-summary-selected-face ((t (:underline t))))
7602 (header-line ((t (:family "Arial" :background "grey20" :foreground "grey75" :box (:line-width 3 :color "grey20" :style released-button) :height 0.9))))
7603 (highlight ((t (:background "darkolivegreen"))))
7604 (info-header-node ((t (:italic t :bold t :weight bold :slant italic :foreground "white"))))
7605 (info-header-xref ((t (:bold t :weight bold :foreground "cyan"))))
7606 (info-menu-5 ((t (:foreground "red1"))))
7607 (info-menu-header ((t (:bold t :family "helv" :weight bold))))
7608 (info-node ((t (:italic t :bold t :foreground "white" :slant italic :weight bold))))
7609 (info-xref ((t (:bold t :foreground "cyan" :weight bold))))
7610 (isearch ((t (:background "palevioletred2"))))
7611 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
7612 (italic ((t (:italic t :slant italic))))
7613 (makefile-space-face ((t (:background "hotpink"))))
7614 (menu ((t (nil))))
7615 (message-cited-text-face ((t (:foreground "red"))))
7616 (message-header-cc-face ((t (:bold t :foreground "green4" :weight bold))))
7617 (message-header-name-face ((t (:foreground "DarkGreen"))))
7618 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow" :slant italic :weight bold))))
7619 (message-header-other-face ((t (:foreground "#b00000"))))
7620 (message-header-subject-face ((t (:foreground "green3"))))
7621 (message-header-to-face ((t (:bold t :foreground "green2" :weight bold))))
7622 (message-header-xheader-face ((t (:foreground "blue"))))
7623 (message-mml-face ((t (:foreground "ForestGreen"))))
7624 (message-separator-face ((t (:foreground "blue3"))))
7625 (modeline ((t (:background "grey" :foreground "black" :box (:line-width 2 :color "grey" :style released-button) :height 0.9 :family "Arial"))))
7626 (modeline-mousable-minor-mode ((t (:background "grey" :foreground "black" :box (:line-width 2 :color "grey" :style released-button) :height 0.9 :family "Arial"))))
7627 (modeline-mousable ((t (:background "grey" :foreground "black" :box (:line-width 2 :color "grey" :style released-button) :height 0.9 :family "Arial"))))
7628 (modeline-buffer-id ((t (:background "grey" :foreground "black" :box (:line-width 2 :color "grey" :style released-button) :height 0.9 :family "Arial"))))
7629 (mouse ((t (:background "white"))))
7630 (primary-selection ((t (:background "DarkSlateGray"))))
7631 (region ((t (:background "DarkSlateGray"))))
7632 (scroll-bar ((t (nil))))
7633 (secondary-selection ((t (:background "SkyBlue4"))))
7634 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
7635 (trailing-whitespace ((t (:background "white"))))
7636 (underline ((t (:underline t))))
7637 (variable-pitch ((t (:family "helv"))))
7638 (widget-button-face ((t (:bold t :weight bold))))
7639 (widget-button-pressed-face ((t (:foreground "red"))))
7640 (widget-documentation-face ((t (:foreground "lime green"))))
7641 (widget-field-face ((t (:background "dim gray"))))
7642 (widget-inactive-face ((t (:foreground "light gray"))))
7643 (widget-single-line-field-face ((t (:background "dim gray"))))
7644 (zmacs-region ((t (:background "DarkSlateGray")))))))
7646 (defun color-theme-deep-blue ()
7647 "Color theme by Tomas Cerha, created 2001-11-13."
7648 (interactive)
7649 (color-theme-install
7650 '(color-theme-deep-blue
7651 ((background-color . "#102e4e")
7652 (background-mode . dark)
7653 (border-color . "black")
7654 (cursor-color . "green")
7655 (foreground-color . "#eeeeee")
7656 (mouse-color . "white"))
7657 ((browse-kill-ring-separator-face . bold)
7658 (display-time-mail-face . mode-line)
7659 (help-highlight-face . underline)
7660 (list-matching-lines-face . secondary-selection)
7661 (vc-annotate-very-old-color . "#0046FF")
7662 (view-highlight-face . highlight)
7663 (widget-mouse-face . highlight))
7664 (default ((t (:stipple nil :background "#102e4e" :foreground "#eeeeee" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "misc-fixed"))))
7665 (Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728))))
7666 (Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44))))
7667 (Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2))))
7668 (Info-title-4-face ((t (:bold t :family "helv" :weight bold))))
7669 (bold ((t (:bold t :weight bold))))
7670 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
7671 (border ((t (:background "black"))))
7672 (calendar-today-face ((t (:background "blue"))))
7673 (change-log-acknowledgement-face ((t (:italic t :slant italic :foreground "CadetBlue"))))
7674 (change-log-conditionals-face ((t (:foreground "SeaGreen2"))))
7675 (change-log-date-face ((t (:foreground "burlywood"))))
7676 (change-log-email-face ((t (:foreground "SeaGreen2"))))
7677 (change-log-file-face ((t (:bold t :weight bold :foreground "goldenrod"))))
7678 (change-log-function-face ((t (:foreground "SeaGreen2"))))
7679 (change-log-list-face ((t (:bold t :weight bold :foreground "DeepSkyBlue1"))))
7680 (change-log-name-face ((t (:foreground "gold"))))
7681 (comint-highlight-input ((t (:bold t :weight bold))))
7682 (comint-highlight-prompt ((t (:foreground "cyan"))))
7683 (cursor ((t (:background "green" :foreground "black"))))
7684 (cvs-filename-face ((t (:foreground "lightblue"))))
7685 (cvs-handled-face ((t (:foreground "pink"))))
7686 (cvs-header-face ((t (:bold t :foreground "lightyellow" :weight bold))))
7687 (cvs-marked-face ((t (:bold t :foreground "green" :weight bold))))
7688 (cvs-msg-face ((t (:italic t :slant italic))))
7689 (cvs-need-action-face ((t (:foreground "orange"))))
7690 (cvs-unknown-face ((t (:foreground "red"))))
7691 (diary-face ((t (:foreground "orange red"))))
7692 (diff-added-face ((t (nil))))
7693 (diff-changed-face ((t (nil))))
7694 (diff-context-face ((t (:foreground "grey70"))))
7695 (diff-file-header-face ((t (:bold t :background "grey60" :weight bold))))
7696 (diff-function-face ((t (:foreground "grey70"))))
7697 (diff-header-face ((t (:background "grey45"))))
7698 (diff-hunk-header-face ((t (:background "grey45"))))
7699 (diff-index-face ((t (:bold t :weight bold :background "grey60"))))
7700 (diff-nonexistent-face ((t (:bold t :weight bold :background "grey60"))))
7701 (diff-removed-face ((t (nil))))
7702 (fixed-pitch ((t (:family "fixed"))))
7703 (font-latex-bold-face ((t (:bold t :foreground "OliveDrab" :weight bold))))
7704 (font-latex-italic-face ((t (:italic t :foreground "OliveDrab" :slant italic))))
7705 (font-latex-math-face ((t (:foreground "burlywood"))))
7706 (font-latex-sedate-face ((t (:foreground "LightGray"))))
7707 (font-latex-string-face ((t (:foreground "LightSalmon"))))
7708 (font-latex-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
7709 (font-lock-builtin-face ((t (:foreground "LightCoral"))))
7710 (font-lock-comment-face ((t (:italic t :foreground "CadetBlue" :slant italic))))
7711 (font-lock-constant-face ((t (:foreground "gold"))))
7712 (font-lock-doc-face ((t (:foreground "BlanchedAlmond"))))
7713 (font-lock-doc-string-face ((t (:foreground "BlanchedAlmond"))))
7714 (font-lock-function-name-face ((t (:bold t :foreground "goldenrod" :weight bold))))
7715 (font-lock-keyword-face ((t (:bold t :foreground "DeepSkyBlue1" :weight bold))))
7716 (font-lock-preprocessor-face ((t (:foreground "gold"))))
7717 (font-lock-reference-face ((t (:foreground "LightCoral"))))
7718 (font-lock-string-face ((t (:foreground "burlywood"))))
7719 (font-lock-type-face ((t (:foreground "CadetBlue1"))))
7720 (font-lock-variable-name-face ((t (:foreground "SeaGreen2"))))
7721 (font-lock-warning-face ((t (:foreground "yellow"))))
7722 (fringe ((t (:background "#405060"))))
7723 (header-line ((t (:box (:line-width 2 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
7724 (highlight ((t (:background "darkgreen"))))
7725 (holiday-face ((t (:foreground "green"))))
7726 (info-header-node ((t (:foreground "DeepSkyBlue1"))))
7727 (info-header-xref ((t (:bold t :weight bold :foreground "SeaGreen2"))))
7728 (info-menu-5 ((t (:foreground "wheat"))))
7729 (info-menu-header ((t (:bold t :family "helv" :weight bold))))
7730 (info-node ((t (:foreground "DeepSkyBlue1"))))
7731 (info-xref ((t (:bold t :foreground "SeaGreen2" :weight bold))))
7732 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
7733 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
7734 (italic ((t (:italic t :slant italic))))
7735 (menu ((t (:background "gray" :foreground "black" :family "helvetica"))))
7736 (modeline ((t (:background "gray" :foreground "black" :box (:line-width 2 :style released-button)))))
7737 (modeline-buffer-id ((t (:background "gray" :foreground "black" :box (:line-width 2 :style released-button)))))
7738 (modeline-mousable ((t (:background "gray" :foreground "black" :box (:line-width 2 :style released-button)))))
7739 (modeline-mousable-minor-mode ((t (:background "gray" :foreground "black" :box (:line-width 2 :style released-button)))))
7740 (mouse ((t (:background "white"))))
7741 (region ((t (:background "DarkCyan"))))
7742 (scroll-bar ((t (:background "gray" :foreground "#506070"))))
7743 (secondary-selection ((t (:background "yellow" :foreground "gray10"))))
7744 (show-paren-match-face ((t (:bold t :foreground "yellow" :weight bold))))
7745 (show-paren-mismatch-face ((t (:bold t :foreground "red" :weight bold))))
7746 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
7747 (tooltip ((t (:background "lightyellow" :foreground "black"))))
7748 (trailing-whitespace ((t (:background "#102e4e"))))
7749 (underline ((t (:underline t))))
7750 (variable-pitch ((t (:family "helv"))))
7751 (widget-button-face ((t (:bold t :weight bold))))
7752 (widget-button-pressed-face ((t (:foreground "red"))))
7753 (widget-documentation-face ((t (:foreground "lime green"))))
7754 (widget-field-face ((t (:background "dim gray"))))
7755 (widget-inactive-face ((t (:foreground "light gray"))))
7756 (widget-single-line-field-face ((t (:background "dim gray")))))))
7758 (defun color-theme-kingsajz ()
7759 "Color theme by Olgierd \"Kingsajz\" Ziolko, created 2001-12-04.
7760 Another theme with wheat on DarkSlatGrey. Based on Subtle Hacker.
7761 Used on Emacs 21.1 @ WinMe. Not tested on any other systems.
7763 Some faces uses Andale mono font (nice fixed-width font).
7764 It is available at: http://www.microsoft.com/typography/downloads/andale32.exe
7766 Hail Eris! All hail Discordia!"
7767 (interactive)
7768 (color-theme-install
7769 '(color-theme-kingsajz
7770 ((background-color . "darkslategrey")
7771 (background-mode . dark)
7772 (border-color . "black")
7773 (cursor-color . "LightGray")
7774 (foreground-color . "wheat")
7775 (mouse-color . "Grey"))
7776 ((apropos-keybinding-face . underline)
7777 (apropos-label-face face italic mouse-face highlight)
7778 (apropos-match-face . secondary-selection)
7779 (apropos-property-face . bold-italic)
7780 (apropos-symbol-face . info-xref)
7781 (display-time-mail-face . mode-line)
7782 (gnus-article-button-face . bold)
7783 (gnus-article-mouse-face . highlight)
7784 (gnus-carpal-button-face . bold)
7785 (gnus-carpal-header-face . bold-italic)
7786 (gnus-cite-attribution-face . gnus-cite-attribution-face)
7787 (gnus-mouse-face . highlight)
7788 (gnus-selected-tree-face . modeline)
7789 (gnus-signature-face . gnus-signature-face)
7790 (gnus-summary-selected-face . gnus-summary-selected-face)
7791 (gnus-treat-display-xface . head)
7792 (help-highlight-face . underline)
7793 (list-matching-lines-face . bold)
7794 (view-highlight-face . highlight)
7795 (widget-mouse-face . highlight))
7796 (default ((t (:stipple nil :background "darkslategrey" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-andale mono"))))
7797 (bbdb-field-name ((t (:foreground "green"))))
7798 (bg:erc-color-face0 ((t (:background "White"))))
7799 (bg:erc-color-face1 ((t (:background "black"))))
7800 (bg:erc-color-face10 ((t (:background "lightblue1"))))
7801 (bg:erc-color-face11 ((t (:background "cyan"))))
7802 (bg:erc-color-face12 ((t (:background "blue"))))
7803 (bg:erc-color-face13 ((t (:background "deeppink"))))
7804 (bg:erc-color-face14 ((t (:background "gray50"))))
7805 (bg:erc-color-face15 ((t (:background "gray90"))))
7806 (bg:erc-color-face2 ((t (:background "blue4"))))
7807 (bg:erc-color-face3 ((t (:background "green4"))))
7808 (bg:erc-color-face4 ((t (:background "red"))))
7809 (bg:erc-color-face5 ((t (:background "brown"))))
7810 (bg:erc-color-face6 ((t (:background "purple"))))
7811 (bg:erc-color-face7 ((t (:background "orange"))))
7812 (bg:erc-color-face8 ((t (:background "yellow"))))
7813 (bg:erc-color-face9 ((t (:background "green"))))
7814 (blue ((t (:foreground "cyan"))))
7815 (bold ((t (:bold t :foreground "OrangeRed" :weight bold :family "Arial"))))
7816 (bold-italic ((t (:italic t :bold t :slant italic :weight bold :family "Arial"))))
7817 (border ((t (:background "black"))))
7818 (calendar-today-face ((t (:underline t))))
7819 (comint-highlight-input ((t (:bold t :weight bold))))
7820 (comint-highlight-prompt ((t (:foreground "cyan"))))
7821 (cperl-array-face ((t (:foreground "Yellow"))))
7822 (cperl-hash-face ((t (:foreground "White"))))
7823 (cperl-nonoverridable-face ((t (:foreground "SkyBlue"))))
7824 (cursor ((t (:background "LightGray"))))
7825 (custom-button-face ((t (:foreground "MediumSlateBlue" :underline t))))
7826 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
7827 (custom-changed-face ((t (:background "blue" :foreground "white"))))
7828 (custom-comment-face ((t (:background "dim gray"))))
7829 (custom-comment-tag-face ((t (:foreground "gray80"))))
7830 (custom-documentation-face ((t (:foreground "Grey"))))
7831 (custom-face-tag-face ((t (:bold t :family "Arial" :weight bold :height 1.2))))
7832 (custom-group-tag-face ((t (:foreground "MediumAquamarine"))))
7833 (custom-group-tag-face-1 ((t (:bold t :family "Arial" :foreground "pink" :weight bold :height 1.2))))
7834 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
7835 (custom-modified-face ((t (:background "blue" :foreground "white"))))
7836 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
7837 (custom-saved-face ((t (:underline t))))
7838 (custom-set-face ((t (:background "white" :foreground "blue"))))
7839 (custom-state-face ((t (:foreground "Coral"))))
7840 (custom-variable-button-face ((t (:underline t))))
7841 (custom-variable-tag-face ((t (:foreground "Aquamarine"))))
7842 (date ((t (:foreground "green"))))
7843 (diary-face ((t (:bold t :foreground "IndianRed" :weight bold))))
7844 (dired-face-directory ((t (:bold t :foreground "sky blue" :weight bold))))
7845 (dired-face-executable ((t (:foreground "green yellow"))))
7846 (dired-face-flagged ((t (:foreground "tomato"))))
7847 (dired-face-marked ((t (:foreground "light salmon"))))
7848 (dired-face-permissions ((t (:foreground "aquamarine"))))
7849 (erc-action-face ((t (:bold t :weight bold))))
7850 (erc-bold-face ((t (:bold t :weight bold))))
7851 (erc-default-face ((t (nil))))
7852 (erc-direct-msg-face ((t (:foreground "pale green"))))
7853 (erc-error-face ((t (:bold t :foreground "IndianRed" :weight bold))))
7854 (erc-highlight-face ((t (:bold t :foreground "pale green" :weight bold))))
7855 (erc-host-danger-face ((t (:foreground "red"))))
7856 (erc-input-face ((t (:foreground "light blue"))))
7857 (erc-inverse-face ((t (:background "steel blue"))))
7858 (erc-notice-face ((t (:foreground "light salmon"))))
7859 (erc-pal-face ((t (:foreground "pale green"))))
7860 (erc-prompt-face ((t (:bold t :foreground "light blue" :weight bold))))
7861 (erc-underline-face ((t (:underline t))))
7862 (eshell-ls-archive-face ((t (:bold t :foreground "IndianRed" :weight bold))))
7863 (eshell-ls-backup-face ((t (:foreground "Grey"))))
7864 (eshell-ls-clutter-face ((t (:bold t :foreground "DimGray" :weight bold))))
7865 (eshell-ls-directory-face ((t (:bold t :foreground "MediumSlateBlue" :weight bold))))
7866 (eshell-ls-executable-face ((t (:bold t :foreground "Coral" :weight bold))))
7867 (eshell-ls-missing-face ((t (:bold t :foreground "black" :weight bold))))
7868 (eshell-ls-picture-face ((t (:foreground "Violet"))))
7869 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
7870 (eshell-ls-readonly-face ((t (:foreground "Aquamarine"))))
7871 (eshell-ls-special-face ((t (:bold t :foreground "Gold" :weight bold))))
7872 (eshell-ls-symlink-face ((t (:bold t :foreground "White" :weight bold))))
7873 (eshell-ls-text-face ((t (:foreground "medium aquamarine"))))
7874 (eshell-ls-todo-face ((t (:bold t :foreground "aquamarine" :weight bold))))
7875 (eshell-ls-unreadable-face ((t (:foreground "DimGray"))))
7876 (eshell-prompt-face ((t (:foreground "powder blue"))))
7877 (face-1 ((t (:stipple nil :foreground "royal blue" :family "andale mono"))))
7878 (face-2 ((t (:stipple nil :foreground "DeepSkyBlue1" :overline nil :underline nil :slant normal :family "outline-andale mono"))))
7879 (face-3 ((t (:stipple nil :foreground "NavajoWhite3"))))
7880 (fg:erc-color-face0 ((t (:foreground "white"))))
7881 (fg:erc-color-face1 ((t (:foreground "beige"))))
7882 (fg:erc-color-face10 ((t (:foreground "pale goldenrod"))))
7883 (fg:erc-color-face11 ((t (:foreground "light goldenrod yellow"))))
7884 (fg:erc-color-face12 ((t (:foreground "light yellow"))))
7885 (fg:erc-color-face13 ((t (:foreground "yellow"))))
7886 (fg:erc-color-face14 ((t (:foreground "light goldenrod"))))
7887 (fg:erc-color-face15 ((t (:foreground "lime green"))))
7888 (fg:erc-color-face2 ((t (:foreground "lemon chiffon"))))
7889 (fg:erc-color-face3 ((t (:foreground "light cyan"))))
7890 (fg:erc-color-face4 ((t (:foreground "powder blue"))))
7891 (fg:erc-color-face5 ((t (:foreground "sky blue"))))
7892 (fg:erc-color-face6 ((t (:foreground "dark sea green"))))
7893 (fg:erc-color-face7 ((t (:foreground "pale green"))))
7894 (fg:erc-color-face8 ((t (:foreground "medium spring green"))))
7895 (fg:erc-color-face9 ((t (:foreground "khaki"))))
7896 (fixed-pitch ((t (:family "courier"))))
7897 (font-lock-builtin-face ((t (:bold t :foreground "PaleGreen" :weight bold))))
7898 (font-lock-comment-face ((t (:foreground "White"))))
7899 (font-lock-constant-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
7900 (font-lock-doc-face ((t (:italic t :slant italic :foreground "LightSalmon"))))
7901 (font-lock-doc-string-face ((t (:foreground "LightSalmon"))))
7902 (font-lock-function-name-face ((t (:bold t :foreground "MediumSlateBlue" :weight bold))))
7903 (font-lock-keyword-face ((t (:foreground "Salmon"))))
7904 (font-lock-preprocessor-face ((t (:foreground "Salmon"))))
7905 (font-lock-reference-face ((t (:foreground "pale green"))))
7906 (font-lock-string-face ((t (:italic t :foreground "LightSalmon" :slant italic))))
7907 (font-lock-type-face ((t (:bold t :foreground "YellowGreen" :weight bold))))
7908 (font-lock-variable-name-face ((t (:italic t :bold t :foreground "Aquamarine" :slant italic :weight bold))))
7909 (font-lock-warning-face ((t (:bold t :foreground "IndianRed" :weight bold))))
7910 (fringe ((t (:background "darkslategrey"))))
7911 (gnus-cite-attribution-face ((t (:family "arial"))))
7912 (gnus-cite-face-1 ((t (:foreground "DarkGoldenrod3"))))
7913 (gnus-cite-face-10 ((t (nil))))
7914 (gnus-cite-face-11 ((t (nil))))
7915 (gnus-cite-face-2 ((t (:foreground "IndianRed3"))))
7916 (gnus-cite-face-3 ((t (:foreground "tomato"))))
7917 (gnus-cite-face-4 ((t (:foreground "yellow green"))))
7918 (gnus-cite-face-5 ((t (:foreground "SteelBlue3"))))
7919 (gnus-cite-face-6 ((t (:foreground "Azure3"))))
7920 (gnus-cite-face-7 ((t (:foreground "Azure4"))))
7921 (gnus-cite-face-8 ((t (:foreground "SpringGreen4"))))
7922 (gnus-cite-face-9 ((t (:foreground "SlateGray4"))))
7923 (gnus-emphasis-bold ((t (:bold t :foreground "greenyellow" :weight bold :family "Arial"))))
7924 (gnus-emphasis-bold-italic ((t (:italic t :bold t :foreground "OrangeRed1" :slant italic :weight bold :family "arial"))))
7925 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "khaki"))))
7926 (gnus-emphasis-italic ((t (:italic t :bold t :foreground "orange" :slant italic :weight bold :family "Arial"))))
7927 (gnus-emphasis-underline ((t (:foreground "greenyellow" :underline t))))
7928 (gnus-emphasis-underline-bold ((t (:bold t :foreground "khaki" :underline t :weight bold :family "Arial"))))
7929 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold :family "Arial"))))
7930 (gnus-emphasis-underline-italic ((t (:italic t :foreground "orange" :underline t :slant italic :family "Arial"))))
7931 (gnus-group-mail-1-empty-face ((t (:foreground "Salmon4"))))
7932 (gnus-group-mail-1-face ((t (:bold t :foreground "firebrick1" :weight bold))))
7933 (gnus-group-mail-2-empty-face ((t (:foreground "turquoise4"))))
7934 (gnus-group-mail-2-face ((t (:bold t :foreground "turquoise" :weight bold))))
7935 (gnus-group-mail-3-empty-face ((t (:foreground "LightCyan4"))))
7936 (gnus-group-mail-3-face ((t (:bold t :foreground "LightCyan1" :weight bold))))
7937 (gnus-group-mail-low-empty-face ((t (:foreground "SteelBlue4"))))
7938 (gnus-group-mail-low-face ((t (:bold t :foreground "SteelBlue2" :weight bold))))
7939 (gnus-group-news-1-empty-face ((t (:foreground "Salmon4"))))
7940 (gnus-group-news-1-face ((t (:bold t :foreground "FireBrick1" :weight bold))))
7941 (gnus-group-news-2-empty-face ((t (:foreground "darkorange3"))))
7942 (gnus-group-news-2-face ((t (:bold t :foreground "dark orange" :weight bold))))
7943 (gnus-group-news-3-empty-face ((t (:foreground "turquoise4"))))
7944 (gnus-group-news-3-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
7945 (gnus-group-news-4-empty-face ((t (:foreground "SpringGreen4"))))
7946 (gnus-group-news-4-face ((t (:bold t :foreground "SpringGreen2" :weight bold))))
7947 (gnus-group-news-5-empty-face ((t (:foreground "OliveDrab4"))))
7948 (gnus-group-news-5-face ((t (:bold t :foreground "OliveDrab2" :weight bold))))
7949 (gnus-group-news-6-empty-face ((t (:foreground "DarkGoldenrod4"))))
7950 (gnus-group-news-6-face ((t (:bold t :foreground "DarkGoldenrod3" :weight bold))))
7951 (gnus-group-news-low-empty-face ((t (:foreground "wheat4"))))
7952 (gnus-group-news-low-face ((t (:bold t :foreground "tan4" :weight bold))))
7953 (gnus-header-content-face ((t (:foreground "LightSkyBlue3"))))
7954 (gnus-header-from-face ((t (:bold t :foreground "light cyan" :weight bold))))
7955 (gnus-header-name-face ((t (:bold t :foreground "DodgerBlue1" :weight bold))))
7956 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3" :slant italic :weight bold))))
7957 (gnus-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold))))
7958 (gnus-signature-face ((t (:italic t :foreground "salmon" :slant italic))))
7959 (gnus-splash-face ((t (:foreground "Firebrick1"))))
7960 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
7961 (gnus-summary-high-ancient-face ((t (:bold t :foreground "MistyRose4" :weight bold))))
7962 (gnus-summary-high-read-face ((t (:bold t :foreground "tomato3" :weight bold))))
7963 (gnus-summary-high-ticked-face ((t (:bold t :foreground "coral" :weight bold))))
7964 (gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "red1" :slant italic :weight bold))))
7965 (gnus-summary-low-ancient-face ((t (:italic t :foreground "DarkSeaGreen4" :slant italic))))
7966 (gnus-summary-low-read-face ((t (:foreground "SeaGreen4"))))
7967 (gnus-summary-low-ticked-face ((t (:italic t :foreground "Green4" :slant italic))))
7968 (gnus-summary-low-unread-face ((t (:italic t :foreground "green3" :slant italic))))
7969 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
7970 (gnus-summary-normal-read-face ((t (:foreground "khaki4"))))
7971 (gnus-summary-normal-ticked-face ((t (:foreground "khaki3"))))
7972 (gnus-summary-normal-unread-face ((t (:foreground "khaki"))))
7973 (gnus-summary-selected-face ((t (:foreground "gold" :underline t))))
7974 (green ((t (:foreground "green"))))
7975 (gui-button-face ((t (:foreground "red" :background "black"))))
7976 (gui-element ((t (:bold t :background "#ffffff" :foreground "#000000" :weight bold))))
7977 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
7978 (highlight ((t (:background "PaleGreen" :foreground "DarkGreen"))))
7979 (highline-face ((t (:background "SeaGreen"))))
7980 (holiday-face ((t (:background "DimGray"))))
7981 (info-menu-5 ((t (:underline t))))
7982 (info-node ((t (:bold t :foreground "DodgerBlue1" :underline t :weight bold))))
7983 (info-xref ((t (:bold t :foreground "DodgerBlue3" :weight bold))))
7984 (isearch ((t (:background "sea green" :foreground "black"))))
7985 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
7986 (italic ((t (:italic t :foreground "chocolate3" :slant italic))))
7987 (menu ((t (nil))))
7988 (message-cited-text-face ((t (:foreground "White"))))
7989 (message-header-cc-face ((t (:foreground "light cyan"))))
7990 (message-header-name-face ((t (:foreground "DodgerBlue1"))))
7991 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3" :slant italic :weight bold))))
7992 (message-header-other-face ((t (:foreground "LightSkyBlue3"))))
7993 (message-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold))))
7994 (message-header-to-face ((t (:bold t :foreground "light cyan" :weight bold))))
7995 (message-header-xheader-face ((t (:foreground "DodgerBlue3"))))
7996 (message-mml-face ((t (:foreground "ForestGreen"))))
7997 (message-separator-face ((t (:background "cornflower blue" :foreground "chocolate"))))
7998 (modeline ((t (:background "dark olive green" :foreground "wheat" :box (:line-width -1 :style released-button)))))
7999 (modeline-buffer-id ((t (:bold t :background "dark olive green" :foreground "beige" :weight bold :family "arial"))))
8000 (modeline-mousable ((t (:bold t :background "dark olive green" :foreground "yellow green" :weight bold :family "arial"))))
8001 (modeline-mousable-minor-mode ((t (:bold t :background "dark olive green" :foreground "wheat" :weight bold :family "arial"))))
8002 (mouse ((t (:background "Grey"))))
8003 (paren-blink-off ((t (:foreground "brown"))))
8004 (region ((t (:background "dark cyan" :foreground "cyan"))))
8005 (ruler-mode-column-number-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :stipple nil :inverse-video nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-andale mono" :foreground "black"))))
8006 (ruler-mode-current-column-face ((t (:bold t :box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :stipple nil :inverse-video nil :strike-through nil :overline nil :underline nil :slant normal :width normal :family "outline-andale mono" :foreground "yellow" :weight bold))))
8007 (ruler-mode-default-face ((t (:family "outline-andale mono" :width normal :weight normal :slant normal :underline nil :overline nil :strike-through nil :inverse-video nil :stipple nil :background "grey76" :foreground "grey64" :box (:color "grey76" :line-width 1 :style released-button)))))
8008 (ruler-mode-fill-column-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :stipple nil :inverse-video nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-andale mono" :foreground "red"))))
8009 (ruler-mode-margins-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :foreground "grey64" :stipple nil :inverse-video nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-andale mono" :background "grey64"))))
8010 (ruler-mode-tab-stop-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :stipple nil :inverse-video nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-andale mono" :foreground "steelblue"))))
8011 (scroll-bar ((t (nil))))
8012 (secondary-selection ((t (:background "Aquamarine" :foreground "SlateBlue"))))
8013 (show-paren-match-face ((t (:bold t :background "Aquamarine" :foreground "steel blue" :weight bold))))
8014 (show-paren-mismatch-face ((t (:background "Red" :foreground "White"))))
8015 (swbuff-current-buffer-face ((t (:bold t :foreground "red" :weight bold))))
8016 (text-cursor ((t (:background "Red" :foreground "white"))))
8017 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
8018 (trailing-whitespace ((t (:background "red"))))
8019 (underline ((t (:underline t))))
8020 (variable-pitch ((t (:family "Arial"))))
8021 (w3m-anchor-face ((t (:bold t :foreground "DodgerBlue1" :weight bold))))
8022 (w3m-arrived-anchor-face ((t (:bold t :foreground "DodgerBlue3" :weight bold))))
8023 (w3m-header-line-location-content-face ((t (:background "dark olive green" :foreground "wheat"))))
8024 (w3m-header-line-location-title-face ((t (:background "dark olive green" :foreground "beige"))))
8025 (widget-button-face ((t (:bold t :foreground "green" :weight bold :family "courier"))))
8026 (widget-button-pressed-face ((t (:foreground "red"))))
8027 (widget-documentation-face ((t (:foreground "lime green"))))
8028 (widget-field-face ((t (:foreground "LightBlue"))))
8029 (widget-inactive-face ((t (:foreground "DimGray"))))
8030 (widget-single-line-field-face ((t (:foreground "LightBlue"))))
8031 (woman-bold-face ((t (:bold t :weight bold :family "Arial"))))
8032 (woman-italic-face ((t (:italic t :foreground "beige" :slant italic :family "Arial"))))
8033 (woman-unknown-face ((t (:foreground "LightSalmon"))))
8034 (zmacs-region ((t (:background "dark cyan" :foreground "cyan")))))))
8036 (defun color-theme-comidia ()
8037 "Color theme by Marcelo Dias de Toledo, created 2001-12-17.
8038 Steel blue on black."
8039 (interactive)
8040 (color-theme-install
8041 '(color-theme-comidia
8042 ((background-color . "Black")
8043 (background-mode . dark)
8044 (border-color . "black")
8045 (cursor-color . "SteelBlue")
8046 (foreground-color . "SteelBlue")
8047 (mouse-color . "SteelBlue"))
8048 ((display-time-mail-face . mode-line)
8049 (gnus-mouse-face . highlight)
8050 (gnus-summary-selected-face . gnus-summary-selected-face)
8051 (help-highlight-face . underline)
8052 (ispell-highlight-face . highlight)
8053 (list-matching-lines-face . bold)
8054 (view-highlight-face . highlight)
8055 (widget-mouse-face . highlight))
8056 (default ((t (:stipple nil :background "Black" :foreground "SteelBlue" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width semi-condensed :family "misc-fixed"))))
8057 (bg:erc-color-face0 ((t (:background "White"))))
8058 (bg:erc-color-face1 ((t (:background "black"))))
8059 (bg:erc-color-face10 ((t (:background "lightblue1"))))
8060 (bg:erc-color-face11 ((t (:background "cyan"))))
8061 (bg:erc-color-face12 ((t (:background "blue"))))
8062 (bg:erc-color-face13 ((t (:background "deeppink"))))
8063 (bg:erc-color-face14 ((t (:background "gray50"))))
8064 (bg:erc-color-face15 ((t (:background "gray90"))))
8065 (bg:erc-color-face2 ((t (:background "blue4"))))
8066 (bg:erc-color-face3 ((t (:background "green4"))))
8067 (bg:erc-color-face4 ((t (:background "red"))))
8068 (bg:erc-color-face5 ((t (:background "brown"))))
8069 (bg:erc-color-face6 ((t (:background "purple"))))
8070 (bg:erc-color-face7 ((t (:background "orange"))))
8071 (bg:erc-color-face8 ((t (:background "yellow"))))
8072 (bg:erc-color-face9 ((t (:background "green"))))
8073 (bold ((t (:bold t :weight bold))))
8074 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
8075 (border ((t (:background "black"))))
8076 (comint-highlight-input ((t (:bold t :weight bold))))
8077 (comint-highlight-prompt ((t (:foreground "cyan"))))
8078 (cursor ((t (:background "SteelBlue"))))
8079 (erc-action-face ((t (:bold t :weight bold))))
8080 (erc-bold-face ((t (:bold t :weight bold))))
8081 (erc-dangerous-host-face ((t (:foreground "red"))))
8082 (erc-default-face ((t (nil))))
8083 (erc-direct-msg-face ((t (:foreground "IndianRed"))))
8084 (erc-error-face ((t (:background "Red" :foreground "White"))))
8085 (erc-fool-face ((t (:foreground "dim gray"))))
8086 (erc-input-face ((t (:foreground "brown"))))
8087 (erc-inverse-face ((t (:background "Black" :foreground "White"))))
8088 (erc-keyword-face ((t (:bold t :foreground "pale green" :weight bold))))
8089 (erc-notice-face ((t (:bold t :foreground "SlateBlue" :weight bold))))
8090 (erc-pal-face ((t (:bold t :foreground "Magenta" :weight bold))))
8091 (erc-prompt-face ((t (:bold t :background "lightBlue2" :foreground "Black" :weight bold))))
8092 (erc-timestamp-face ((t (:bold t :foreground "green" :weight bold))))
8093 (erc-underline-face ((t (:underline t))))
8094 (fg:erc-color-face0 ((t (:foreground "White"))))
8095 (fg:erc-color-face1 ((t (:foreground "black"))))
8096 (fg:erc-color-face10 ((t (:foreground "lightblue1"))))
8097 (fg:erc-color-face11 ((t (:foreground "cyan"))))
8098 (fg:erc-color-face12 ((t (:foreground "blue"))))
8099 (fg:erc-color-face13 ((t (:foreground "deeppink"))))
8100 (fg:erc-color-face14 ((t (:foreground "gray50"))))
8101 (fg:erc-color-face15 ((t (:foreground "gray90"))))
8102 (fg:erc-color-face2 ((t (:foreground "blue4"))))
8103 (fg:erc-color-face3 ((t (:foreground "green4"))))
8104 (fg:erc-color-face4 ((t (:foreground "red"))))
8105 (fg:erc-color-face5 ((t (:foreground "brown"))))
8106 (fg:erc-color-face6 ((t (:foreground "purple"))))
8107 (fg:erc-color-face7 ((t (:foreground "orange"))))
8108 (fg:erc-color-face8 ((t (:foreground "yellow"))))
8109 (fg:erc-color-face9 ((t (:foreground "green"))))
8110 (fixed-pitch ((t (:family "courier"))))
8111 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
8112 (font-lock-comment-face ((t (:foreground "chocolate1"))))
8113 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
8114 (font-lock-doc-face ((t (:foreground "LightSalmon"))))
8115 (font-lock-doc-string-face ((t (:foreground "LightSalmon"))))
8116 (font-lock-function-name-face ((t (:foreground "LightSkyBlue"))))
8117 (font-lock-keyword-face ((t (:foreground "Cyan"))))
8118 (font-lock-preprocessor-face ((t (:foreground "Aquamarine"))))
8119 (font-lock-reference-face ((t (:foreground "LightSteelBlue"))))
8120 (font-lock-string-face ((t (:foreground "LightSalmon"))))
8121 (font-lock-type-face ((t (:foreground "PaleGreen"))))
8122 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
8123 (font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
8124 (fringe ((t (:background "grey10"))))
8125 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
8126 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1" :weight bold))))
8127 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
8128 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2" :weight bold))))
8129 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
8130 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3" :weight bold))))
8131 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
8132 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4" :weight bold))))
8133 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
8134 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
8135 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
8136 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise" :weight bold))))
8137 (gnus-group-news-3-empty-face ((t (nil))))
8138 (gnus-group-news-3-face ((t (:bold t :weight bold))))
8139 (gnus-group-news-4-empty-face ((t (nil))))
8140 (gnus-group-news-4-face ((t (:bold t :weight bold))))
8141 (gnus-group-news-5-empty-face ((t (nil))))
8142 (gnus-group-news-5-face ((t (:bold t :weight bold))))
8143 (gnus-group-news-6-empty-face ((t (nil))))
8144 (gnus-group-news-6-face ((t (:bold t :weight bold))))
8145 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
8146 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise" :weight bold))))
8147 (gnus-splash-face ((t (:foreground "Brown"))))
8148 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
8149 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue" :weight bold))))
8150 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen" :weight bold))))
8151 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink" :weight bold))))
8152 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
8153 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue" :slant italic))))
8154 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen" :slant italic))))
8155 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink" :slant italic))))
8156 (gnus-summary-low-unread-face ((t (:italic t :slant italic))))
8157 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
8158 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
8159 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
8160 (gnus-summary-normal-unread-face ((t (nil))))
8161 (gnus-summary-selected-face ((t (:underline t))))
8162 (header-line ((t (:family "neep" :width condensed :box (:line-width 1 :style none) :background "grey20" :foreground "grey90" :box nil))))
8163 (highlight ((t (:background "darkolivegreen"))))
8164 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
8165 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
8166 (italic ((t (:italic t :slant italic))))
8167 (menu ((t (nil))))
8168 (message-cited-text-face ((t (:foreground "red"))))
8169 (message-header-cc-face ((t (:bold t :foreground "green4" :weight bold))))
8170 (message-header-name-face ((t (:foreground "DarkGreen"))))
8171 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow" :slant italic :weight bold))))
8172 (message-header-other-face ((t (:foreground "#b00000"))))
8173 (message-header-subject-face ((t (:foreground "green3"))))
8174 (message-header-to-face ((t (:bold t :foreground "green2" :weight bold))))
8175 (message-header-xheader-face ((t (:foreground "blue"))))
8176 (message-mml-face ((t (:foreground "ForestGreen"))))
8177 (message-separator-face ((t (:foreground "blue3"))))
8178 (modeline ((t (:background "Gray10" :foreground "SteelBlue" :box (:line-width 1 :style none) :width condensed :family "neep"))))
8179 (modeline-buffer-id ((t (:background "Gray10" :foreground "SteelBlue" :box (:line-width 1 :style none) :width condensed :family "neep"))))
8180 (modeline-mousable-minor-mode ((t (:background "Gray10" :foreground "SteelBlue" :box (:line-width 1 :style none) :width condensed :family "neep"))))
8181 (modeline-mousable ((t (:background "Gray10" :foreground "SteelBlue" :box (:line-width 1 :style none) :width condensed :family "neep"))))
8182 (mouse ((t (:background "SteelBlue"))))
8183 (primary-selection ((t (:background "blue3"))))
8184 (region ((t (:background "blue3"))))
8185 (scroll-bar ((t (:background "grey75"))))
8186 (secondary-selection ((t (:background "SkyBlue4"))))
8187 (speedbar-button-face ((t (:foreground "green3"))))
8188 (speedbar-directory-face ((t (:foreground "light blue"))))
8189 (speedbar-file-face ((t (:foreground "cyan"))))
8190 (speedbar-highlight-face ((t (:background "sea green"))))
8191 (speedbar-selected-face ((t (:foreground "red" :underline t))))
8192 (speedbar-tag-face ((t (:foreground "yellow"))))
8193 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
8194 (tooltip ((t (:background "lightyellow" :foreground "black"))))
8195 (trailing-whitespace ((t (:background "red"))))
8196 (underline ((t (:underline t))))
8197 (variable-pitch ((t (:family "helv"))))
8198 (widget-button-face ((t (:bold t :weight bold))))
8199 (widget-button-pressed-face ((t (:foreground "red"))))
8200 (widget-documentation-face ((t (:foreground "lime green"))))
8201 (widget-field-face ((t (:background "dim gray"))))
8202 (widget-inactive-face ((t (:foreground "light gray"))))
8203 (widget-single-line-field-face ((t (:background "dim gray"))))
8204 (zmacs-region ((t (:background "blue3")))))))
8206 (defun color-theme-katester ()
8207 "Color theme by walterh@rocketmail.com, created 2001-12-12.
8208 A pastelly-mac like color-theme."
8209 (interactive)
8210 (color-theme-standard)
8211 (let ((color-theme-is-cumulative t))
8212 (color-theme-install
8213 '(color-theme-katester
8214 ((background-color . "ivory")
8215 (cursor-color . "slateblue")
8216 (foreground-color . "black")
8217 (mouse-color . "slateblue"))
8218 (default ((t ((:background "ivory" :foreground "black")))))
8219 (bold ((t (:bold t))))
8220 (font-lock-string-face ((t (:foreground "maroon"))))
8221 (font-lock-keyword-face ((t (:foreground "blue"))))
8222 (font-lock-constant-face ((t (:foreground "darkblue"))))
8223 (font-lock-type-face ((t (:foreground "black"))))
8224 (font-lock-variable-name-face ((t (:foreground "black"))))
8225 (font-lock-function-name-face ((t (:bold t :underline t))))
8226 (font-lock-comment-face ((t (:background "seashell"))))
8227 (highlight ((t (:background "lavender"))))
8228 (italic ((t (:italic t))))
8229 (modeline ((t (:background "moccasin" :foreground "black"))))
8230 (region ((t (:background "lavender" ))))
8231 (underline ((t (:underline t))))))))
8233 (defun color-theme-arjen ()
8234 "Color theme by awiersma, created 2001-08-27."
8235 (interactive)
8236 (color-theme-install
8237 '(color-theme-arjen
8238 ((background-color . "black")
8239 (background-mode . dark)
8240 (border-color . "black")
8241 (cursor-color . "yellow")
8242 (foreground-color . "White")
8243 (mouse-color . "sienna1"))
8244 ((buffers-tab-face . buffers-tab)
8245 (cperl-here-face . font-lock-string-face)
8246 (cperl-invalid-face quote underline)
8247 (cperl-pod-face . font-lock-comment-face)
8248 (cperl-pod-head-face . font-lock-variable-name-face)
8249 (vc-mode-face . highlight))
8250 (default ((t (:background "black" :foreground "white"))))
8251 (blue ((t (:foreground "blue"))))
8252 (bold ((t (:bold t))))
8253 (bold-italic ((t (:bold t))))
8254 (border-glyph ((t (nil))))
8255 (buffers-tab ((t (:background "black" :foreground "white"))))
8256 (calendar-today-face ((t (:underline t))))
8257 (cperl-array-face ((t (:foreground "darkseagreen"))))
8258 (cperl-hash-face ((t (:foreground "darkseagreen"))))
8259 (cperl-nonoverridable-face ((t (:foreground "SkyBlue"))))
8260 (custom-button-face ((t (nil))))
8261 (custom-changed-face ((t (:background "blue" :foreground "white"))))
8262 (custom-documentation-face ((t (nil))))
8263 (custom-face-tag-face ((t (:underline t))))
8264 (custom-group-tag-face ((t (:underline t :foreground "light blue"))))
8265 (custom-group-tag-face-1 ((t (:underline t :foreground "pink"))))
8266 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
8267 (custom-modified-face ((t (:background "blue" :foreground "white"))))
8268 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
8269 (custom-saved-face ((t (:underline t))))
8270 (custom-set-face ((t (:background "white" :foreground "blue"))))
8271 (custom-state-face ((t (:foreground "lime green"))))
8272 (custom-variable-button-face ((t (:underline t :bold t))))
8273 (custom-variable-tag-face ((t (:underline t :foreground "light blue"))))
8274 (diary-face ((t (:foreground "IndianRed"))))
8275 (erc-action-face ((t (:bold t))))
8276 (erc-bold-face ((t (:bold t))))
8277 (erc-default-face ((t (nil))))
8278 (erc-direct-msg-face ((t (:foreground "sandybrown"))))
8279 (erc-error-face ((t (:bold t :foreground "IndianRed"))))
8280 (erc-input-face ((t (:foreground "Beige"))))
8281 (erc-inverse-face ((t (:background "wheat" :foreground "darkslategrey"))))
8282 (erc-notice-face ((t (:foreground "MediumAquamarine"))))
8283 (erc-pal-face ((t (:foreground "pale green"))))
8284 (erc-prompt-face ((t (:foreground "MediumAquamarine"))))
8285 (erc-underline-face ((t (:underline t))))
8286 (eshell-ls-archive-face ((t (:bold t :foreground "IndianRed"))))
8287 (eshell-ls-backup-face ((t (:foreground "Grey"))))
8288 (eshell-ls-clutter-face ((t (:foreground "DimGray"))))
8289 (eshell-ls-directory-face ((t (:bold t :foreground "MediumSlateBlue"))))
8290 (eshell-ls-executable-face ((t (:foreground "Coral"))))
8291 (eshell-ls-missing-face ((t (:foreground "black"))))
8292 (eshell-ls-picture-face ((t (:foreground "Violet"))))
8293 (eshell-ls-product-face ((t (:foreground "sandybrown"))))
8294 (eshell-ls-readonly-face ((t (:foreground "Aquamarine"))))
8295 (eshell-ls-special-face ((t (:foreground "Gold"))))
8296 (eshell-ls-symlink-face ((t (:foreground "White"))))
8297 (eshell-ls-unreadable-face ((t (:foreground "DimGray"))))
8298 (eshell-prompt-face ((t (:foreground "MediumAquamarine"))))
8299 (fl-comment-face ((t (:foreground "pink"))))
8300 (fl-doc-string-face ((t (:foreground "purple"))))
8301 (fl-function-name-face ((t (:foreground "red"))))
8302 (fl-keyword-face ((t (:foreground "cadetblue"))))
8303 (fl-string-face ((t (:foreground "green"))))
8304 (fl-type-face ((t (:foreground "yellow"))))
8305 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
8306 (font-lock-comment-face ((t (:foreground "IndianRed"))))
8307 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
8308 (font-lock-doc-string-face ((t (:foreground "DarkOrange"))))
8309 (font-lock-function-name-face ((t (:foreground "YellowGreen"))))
8310 (font-lock-keyword-face ((t (:foreground "PaleYellow"))))
8311 (font-lock-preprocessor-face ((t (:foreground "Aquamarine"))))
8312 (font-lock-reference-face ((t (:foreground "SlateBlue"))))
8313 (font-lock-string-face ((t (:foreground "Orange"))))
8314 (font-lock-type-face ((t (:foreground "Green"))))
8315 (font-lock-variable-name-face ((t (:foreground "darkseagreen"))))
8316 (font-lock-warning-face ((t (:bold t :foreground "Pink"))))
8317 (qt-classes-face ((t (:foreground "Red"))))
8318 (gnus-cite-attribution-face ((t (nil))))
8319 (gnus-cite-face-1 ((t (:bold nil :foreground "deep sky blue"))))
8320 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
8321 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
8322 (gnus-cite-face-2 ((t (:bold nil :foreground "cadetblue"))))
8323 (gnus-cite-face-3 ((t (:bold nil :foreground "gold"))))
8324 (gnus-cite-face-4 ((t (:foreground "light pink"))))
8325 (gnus-cite-face-5 ((t (:foreground "pale green"))))
8326 (gnus-cite-face-6 ((t (:bold nil :foreground "chocolate"))))
8327 (gnus-cite-face-7 ((t (:foreground "orange"))))
8328 (gnus-cite-face-8 ((t (:foreground "magenta"))))
8329 (gnus-cite-face-9 ((t (:foreground "violet"))))
8330 (gnus-emphasis-bold ((t (:bold nil))))
8331 (gnus-emphasis-bold-italic ((t (:bold nil))))
8332 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
8333 (gnus-emphasis-italic ((t (nil))))
8334 (gnus-emphasis-underline ((t (:underline t))))
8335 (gnus-emphasis-underline-bold ((t (:underline t :bold nil))))
8336 (gnus-emphasis-underline-bold-italic ((t (:underline t :bold nil))))
8337 (gnus-emphasis-underline-italic ((t (:underline t))))
8338 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
8339 (gnus-group-mail-1-face ((t (:bold nil :foreground "aquamarine1"))))
8340 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
8341 (gnus-group-mail-2-face ((t (:bold nil :foreground "aquamarine2"))))
8342 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
8343 (gnus-group-mail-3-face ((t (:bold nil :foreground "aquamarine3"))))
8344 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
8345 (gnus-group-mail-low-face ((t (:bold nil :foreground "aquamarine4"))))
8346 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
8347 (gnus-group-news-1-face ((t (:bold nil :foreground "PaleTurquoise"))))
8348 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
8349 (gnus-group-news-2-face ((t (:bold nil :foreground "turquoise"))))
8350 (gnus-group-news-3-empty-face ((t (nil))))
8351 (gnus-group-news-3-face ((t (:bold nil))))
8352 (gnus-group-news-4-empty-face ((t (nil))))
8353 (gnus-group-news-4-face ((t (:bold nil))))
8354 (gnus-group-news-5-empty-face ((t (nil))))
8355 (gnus-group-news-5-face ((t (:bold nil))))
8356 (gnus-group-news-6-empty-face ((t (nil))))
8357 (gnus-group-news-6-face ((t (:bold nil))))
8358 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
8359 (gnus-group-news-low-face ((t (:bold nil :foreground "DarkTurquoise"))))
8360 (gnus-header-content-face ((t (:foreground "forest green"))))
8361 (gnus-header-from-face ((t (:bold nil :foreground "spring green"))))
8362 (gnus-header-name-face ((t (:foreground "deep sky blue"))))
8363 (gnus-header-newsgroups-face ((t (:bold nil :foreground "purple"))))
8364 (gnus-header-subject-face ((t (:bold nil :foreground "orange"))))
8365 (gnus-signature-face ((t (:bold nil :foreground "khaki"))))
8366 (gnus-splash-face ((t (:foreground "Brown"))))
8367 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
8368 (gnus-summary-high-ancient-face ((t (:bold nil :foreground "SkyBlue"))))
8369 (gnus-summary-high-read-face ((t (:bold nil :foreground "PaleGreen"))))
8370 (gnus-summary-high-ticked-face ((t (:bold nil :foreground "pink"))))
8371 (gnus-summary-high-unread-face ((t (:bold nil))))
8372 (gnus-summary-low-ancient-face ((t (:foreground "SkyBlue"))))
8373 (gnus-summary-low-read-face ((t (:foreground "PaleGreen"))))
8374 (gnus-summary-low-ticked-face ((t (:foreground "pink"))))
8375 (gnus-summary-low-unread-face ((t (nil))))
8376 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
8377 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
8378 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
8379 (gnus-summary-normal-unread-face ((t (nil))))
8380 (gnus-summary-selected-face ((t (:underline t))))
8381 (green ((t (:foreground "green"))))
8382 (gui-button-face ((t (:background "grey75" :foreground "black"))))
8383 (gui-element ((t (:background "#D4D0C8" :foreground "black"))))
8384 (highlight ((t (:background "darkolivegreen"))))
8385 (highline-face ((t (:background "SeaGreen"))))
8386 (holiday-face ((t (:background "DimGray"))))
8387 (info-menu-5 ((t (:underline t))))
8388 (info-node ((t (:underline t :bold t :foreground "DodgerBlue1"))))
8389 (info-xref ((t (:underline t :foreground "DodgerBlue1"))))
8390 (isearch ((t (:background "blue"))))
8391 (isearch-secondary ((t (:foreground "red3"))))
8392 (italic ((t (nil))))
8393 (left-margin ((t (nil))))
8394 (list-mode-item-selected ((t (:background "gray68" :foreground "white"))))
8395 (message-cited-text-face ((t (:bold t :foreground "green"))))
8396 (message-header-cc-face ((t (:bold t :foreground "green4"))))
8397 (message-header-name-face ((t (:bold t :foreground "orange"))))
8398 (message-header-newsgroups-face ((t (:bold t :foreground "violet"))))
8399 (message-header-other-face ((t (:bold t :foreground "chocolate"))))
8400 (message-header-subject-face ((t (:bold t :foreground "yellow"))))
8401 (message-header-to-face ((t (:bold t :foreground "cadetblue"))))
8402 (message-header-xheader-face ((t (:bold t :foreground "light blue"))))
8403 (message-mml-face ((t (:bold t :foreground "Green3"))))
8404 (message-separator-face ((t (:foreground "blue3"))))
8405 (modeline ((t (:background "DarkRed" :foreground "white" :box (:line-width 1 :style released-button)))))
8406 (modeline-buffer-id ((t (:background "DarkRed" :foreground "white"))))
8407 (modeline-mousable ((t (:background "DarkRed" :foreground "white"))))
8408 (modeline-mousable-minor-mode ((t (:background "DarkRed" :foreground "white"))))
8409 (p4-depot-added-face ((t (:foreground "blue"))))
8410 (p4-depot-deleted-face ((t (:foreground "red"))))
8411 (p4-depot-unmapped-face ((t (:foreground "grey30"))))
8412 (p4-diff-change-face ((t (:foreground "dark green"))))
8413 (p4-diff-del-face ((t (:foreground "red"))))
8414 (p4-diff-file-face ((t (:background "gray90"))))
8415 (p4-diff-head-face ((t (:background "gray95"))))
8416 (p4-diff-ins-face ((t (:foreground "blue"))))
8417 (pointer ((t (nil))))
8418 (primary-selection ((t (:background "blue"))))
8419 (red ((t (:foreground "red"))))
8420 (region ((t (:background "blue"))))
8421 (right-margin ((t (nil))))
8422 (secondary-selection ((t (:background "darkslateblue"))))
8423 (show-paren-match-face ((t (:background "Aquamarine" :foreground "SlateBlue"))))
8424 (show-paren-mismatch-face ((t (:background "Red" :foreground "White"))))
8425 (text-cursor ((t (:background "yellow" :foreground "black"))))
8426 (toolbar ((t (nil))))
8427 (underline ((nil (:underline nil))))
8428 (vertical-divider ((t (nil))))
8429 (widget ((t (nil))))
8430 (widget-button-face ((t (:bold t))))
8431 (widget-button-pressed-face ((t (:foreground "red"))))
8432 (widget-documentation-face ((t (:foreground "lime green"))))
8433 (widget-field-face ((t (:background "dim gray"))))
8434 (widget-inactive-face ((t (:foreground "light gray"))))
8435 (widget-single-line-field-face ((t (:background "dim gray"))))
8436 (woman-bold-face ((t (:bold t))))
8437 (woman-italic-face ((t (:foreground "beige"))))
8438 (woman-unknown-face ((t (:foreground "LightSalmon"))))
8439 (yellow ((t (:foreground "yellow"))))
8440 (zmacs-region ((t (:background "snow" :foreground "blue")))))))
8442 (defun color-theme-tty-dark ()
8443 "Color theme by Oivvio Polite, created 2002-02-01. Good for tty display."
8444 (interactive)
8445 (color-theme-install
8446 '(color-theme-tty-dark
8447 ((background-color . "black")
8448 (background-mode . dark)
8449 (border-color . "blue")
8450 (cursor-color . "red")
8451 (foreground-color . "white")
8452 (mouse-color . "black"))
8453 ((ispell-highlight-face . highlight)
8454 (list-matching-lines-face . bold)
8455 (tinyreplace-:face . highlight)
8456 (view-highlight-face . highlight))
8457 (default ((t (nil))))
8458 (bold ((t (:underline t :background "black" :foreground "white"))))
8459 (bold-italic ((t (:underline t :foreground "white"))))
8460 (calendar-today-face ((t (:underline t))))
8461 (diary-face ((t (:foreground "red"))))
8462 (font-lock-builtin-face ((t (:foreground "blue"))))
8463 (font-lock-comment-face ((t (:foreground "cyan"))))
8464 (font-lock-constant-face ((t (:foreground "magenta"))))
8465 (font-lock-function-name-face ((t (:foreground "cyan"))))
8466 (font-lock-keyword-face ((t (:foreground "red"))))
8467 (font-lock-string-face ((t (:foreground "green"))))
8468 (font-lock-type-face ((t (:foreground "yellow"))))
8469 (font-lock-variable-name-face ((t (:foreground "blue"))))
8470 (font-lock-warning-face ((t (:bold t :foreground "magenta"))))
8471 (highlight ((t (:background "blue" :foreground "yellow"))))
8472 (holiday-face ((t (:background "cyan"))))
8473 (info-menu-5 ((t (:underline t))))
8474 (info-node ((t (:italic t :bold t))))
8475 (info-xref ((t (:bold t))))
8476 (italic ((t (:underline t :background "red"))))
8477 (message-cited-text-face ((t (:foreground "red"))))
8478 (message-header-cc-face ((t (:bold t :foreground "green"))))
8479 (message-header-name-face ((t (:foreground "green"))))
8480 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow"))))
8481 (message-header-other-face ((t (:foreground "#b00000"))))
8482 (message-header-subject-face ((t (:foreground "green"))))
8483 (message-header-to-face ((t (:bold t :foreground "green"))))
8484 (message-header-xheader-face ((t (:foreground "blue"))))
8485 (message-mml-face ((t (:foreground "green"))))
8486 (message-separator-face ((t (:foreground "blue"))))
8488 (modeline ((t (:background "white" :foreground "blue"))))
8489 (modeline-buffer-id ((t (:background "white" :foreground "red"))))
8490 (modeline-mousable ((t (:background "white" :foreground "magenta"))))
8491 (modeline-mousable-minor-mode ((t (:background "white" :foreground "yellow"))))
8492 (region ((t (:background "white" :foreground "black"))))
8493 (zmacs-region ((t (:background "cyan" :foreground "black"))))
8494 (secondary-selection ((t (:background "blue"))))
8495 (show-paren-match-face ((t (:background "red"))))
8496 (show-paren-mismatch-face ((t (:background "magenta" :foreground "white"))))
8497 (underline ((t (:underline t)))))))
8499 (defun color-theme-aliceblue ()
8500 "Color theme by Girish Bharadwaj, created 2002-03-27.
8501 Includes comint prompt, custom, font-lock, isearch,
8502 jde, senator, speedbar, and widget."
8503 (interactive)
8504 (color-theme-install
8505 '(color-theme-aliceblue
8506 ((background-color . "AliceBlue")
8507 (background-mode . light)
8508 (border-color . "black")
8509 (cursor-color . "black")
8510 (foreground-color . "DarkSlateGray4")
8511 (mouse-color . "black"))
8512 ((help-highlight-face . underline)
8513 (list-matching-lines-face . bold)
8514 (semantic-which-function-use-color . t)
8515 (senator-eldoc-use-color . t)
8516 (view-highlight-face . highlight)
8517 (widget-mouse-face . highlight))
8518 (default ((t (:stipple nil :background "AliceBlue" :foreground "DarkSlateGray4" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-courier new"))))
8519 (bold ((t (:bold t :weight bold))))
8520 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
8521 (border ((t (:background "black"))))
8522 (comint-highlight-input ((t (:bold t :weight bold))))
8523 (comint-highlight-prompt ((t (:foreground "dark blue"))))
8524 (cursor ((t (:background "black"))))
8525 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
8526 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
8527 (custom-changed-face ((t (:background "blue" :foreground "white"))))
8528 (custom-comment-face ((t (:background "gray85"))))
8529 (custom-comment-tag-face ((t (:foreground "blue4"))))
8530 (custom-documentation-face ((t (nil))))
8531 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
8532 (custom-group-tag-face ((t (:bold t :foreground "blue" :weight bold :height 1.2))))
8533 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "red" :weight bold :height 1.2))))
8534 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
8535 (custom-modified-face ((t (:background "blue" :foreground "white"))))
8536 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
8537 (custom-saved-face ((t (:underline t))))
8538 (custom-set-face ((t (:background "white" :foreground "blue"))))
8539 (custom-state-face ((t (:foreground "dark green"))))
8540 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
8541 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "blue" :weight bold :height 1.2))))
8542 (fixed-pitch ((t (:family "courier"))))
8543 (font-lock-builtin-face ((t (:foreground "Orchid"))))
8544 (font-lock-comment-face ((t (:italic t :foreground "Firebrick" :slant oblique))))
8545 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
8546 (font-lock-function-name-face ((t (:bold t :foreground "Blue" :weight extra-bold :family "outline-verdana"))))
8547 (font-lock-keyword-face ((t (:bold t :foreground "Purple" :weight semi-bold :family "outline-verdana"))))
8548 (font-lock-preprocessor-face ((t (:foreground "CadetBlue"))))
8549 (font-lock-reference-face ((t (:foreground "Orchid"))))
8550 (font-lock-string-face ((t (:foreground "RosyBrown"))))
8551 (font-lock-type-face ((t (:italic t :foreground "ForestGreen" :slant italic))))
8552 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod" :width condensed))))
8553 (font-lock-warning-face ((t (:bold t :foreground "Red" :weight bold))))
8554 (fringe ((t (:background "DarkSlateBlue"))))
8555 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey90" :foreground "grey20" :box nil))))
8556 (highlight ((t (:background "darkseagreen2"))))
8557 (isearch ((t (:background "magenta4" :foreground "lightskyblue1"))))
8558 (isearch-lazy-highlight-face ((t (:background "paleturquoise"))))
8559 (italic ((t (:italic t :slant italic))))
8560 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
8561 (jde-db-active-breakpoint-face ((t (:background "red" :foreground "black"))))
8562 (jde-db-requested-breakpoint-face ((t (:background "yellow" :foreground "black"))))
8563 (jde-db-spec-breakpoint-face ((t (:background "green" :foreground "black"))))
8564 (jde-java-font-lock-api-face ((t (:foreground "dark goldenrod"))))
8565 (jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
8566 (jde-java-font-lock-code-face ((t (nil))))
8567 (jde-java-font-lock-constant-face ((t (:foreground "CadetBlue"))))
8568 (jde-java-font-lock-doc-tag-face ((t (:foreground "green4"))))
8569 (jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
8570 (jde-java-font-lock-link-face ((t (:foreground "blue" :underline t :slant normal))))
8571 (jde-java-font-lock-modifier-face ((t (:foreground "Orchid"))))
8572 (jde-java-font-lock-number-face ((t (:foreground "RosyBrown"))))
8573 (jde-java-font-lock-operator-face ((t (:foreground "medium blue"))))
8574 (jde-java-font-lock-package-face ((t (:foreground "blue3"))))
8575 (jde-java-font-lock-pre-face ((t (nil))))
8576 (jde-java-font-lock-underline-face ((t (:underline t))))
8577 (menu ((t (nil))))
8578 (modeline ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
8579 (modeline-buffer-id ((t (:background "grey75" :foreground "black"))))
8580 (modeline-mousable ((t (:background "grey75" :foreground "black"))))
8581 (modeline-mousable-minor-mode ((t (:background "grey75" :foreground "black"))))
8582 (mouse ((t (:background "black"))))
8583 (primary-selection ((t (:background "lightgoldenrod2"))))
8584 (region ((t (:background "lightgoldenrod2"))))
8585 (scroll-bar ((t (nil))))
8586 (secondary-selection ((t (:background "yellow"))))
8587 (semantic-dirty-token-face ((t (:background "lightyellow"))))
8588 (semantic-unmatched-syntax-face ((t (:underline "red"))))
8589 (senator-intangible-face ((t (:foreground "gray25"))))
8590 (senator-momentary-highlight-face ((t (:background "gray70"))))
8591 (senator-read-only-face ((t (:background "#CCBBBB"))))
8592 (show-paren-match-face ((t (:background "turquoise"))))
8593 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
8594 (speedbar-button-face ((t (:foreground "green4"))))
8595 (speedbar-directory-face ((t (:foreground "blue4"))))
8596 (speedbar-file-face ((t (:foreground "cyan4"))))
8597 (speedbar-highlight-face ((t (:background "green"))))
8598 (speedbar-selected-face ((t (:foreground "red" :underline t))))
8599 (speedbar-tag-face ((t (:foreground "brown"))))
8600 (template-message-face ((t (:bold t :weight bold))))
8601 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
8602 (trailing-whitespace ((t (:background "red"))))
8603 (underline ((t (:underline t))))
8604 (variable-pitch ((t (:family "helv"))))
8605 (widget-button-face ((t (:bold t :weight bold))))
8606 (widget-button-pressed-face ((t (:foreground "red"))))
8607 (widget-documentation-face ((t (:foreground "dark green"))))
8608 (widget-field-face ((t (:background "gray85"))))
8609 (widget-inactive-face ((t (:foreground "dim gray"))))
8610 (widget-single-line-field-face ((t (:background "gray85"))))
8611 (trailing-whitespace ((t (:background "red"))))
8612 (underline ((t (:underline t))))
8613 (variable-pitch ((t (:family "helv"))))
8614 (widget-button-face ((t (:bold t :weight bold))))
8615 (widget-button-pressed-face ((t (:foreground "red"))))
8616 (widget-documentation-face ((t (:foreground "dark green"))))
8617 (widget-field-face ((t (:background "gray85"))))
8618 (widget-inactive-face ((t (:foreground "dim gray"))))
8619 (widget-single-line-field-face ((t (:background "gray85"))))
8620 (zmacs-region ((t (:background "lightgoldenrod2")))))))
8622 (defun color-theme-black-on-gray ()
8623 "Color theme by sbhojwani, created 2002-04-03.
8624 Includes ecb, font-lock, paren, semantic, and widget faces.
8625 Some of the font-lock faces are disabled, ie. they look just
8626 like the default face. This is for people that don't like
8627 the look of \"angry fruit salad\" when editing."
8628 (interactive)
8629 (color-theme-install
8630 '(color-theme-black-on-gray
8631 ((background-color . "white")
8632 (background-mode . light)
8633 (border-color . "blue")
8634 (foreground-color . "black"))
8635 ((buffers-tab-face . buffers-tab)
8636 (ecb-directories-general-face . ecb-default-general-face)
8637 (ecb-directory-face . ecb-default-highlight-face)
8638 (ecb-history-face . ecb-default-highlight-face)
8639 (ecb-history-general-face . ecb-default-general-face)
8640 (ecb-method-face . ecb-default-highlight-face)
8641 (ecb-methods-general-face . ecb-default-general-face)
8642 (ecb-source-face . ecb-default-highlight-face)
8643 (ecb-source-in-directories-buffer-face . ecb-source-in-directories-buffer-face)
8644 (ecb-sources-general-face . ecb-default-general-face)
8645 (ecb-token-header-face . ecb-token-header-face))
8646 (default ((t (nil))))
8647 (blue ((t (:foreground "blue"))))
8648 (bold ((t (:bold t :size "10pt"))))
8649 (bold-italic ((t (:italic t :bold t :size "10pt"))))
8650 (border-glyph ((t (:size "11pt"))))
8651 (buffers-tab ((t (:background "gray75"))))
8652 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
8653 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
8654 (display-time-time-balloon-face ((t (:foreground "red"))))
8655 (ecb-bucket-token-face ((t (:bold t :size "10pt"))))
8656 (ecb-default-general-face ((t (nil))))
8657 (ecb-default-highlight-face ((t (:background "cornflower blue" :foreground "yellow"))))
8658 (ecb-directories-general-face ((t (nil))))
8659 (ecb-directory-face ((t (:background "cornflower blue" :foreground "yellow"))))
8660 (ecb-history-face ((t (:background "cornflower blue" :foreground "yellow"))))
8661 (ecb-history-general-face ((t (nil))))
8662 (ecb-method-face ((t (:background "cornflower blue" :foreground "yellow"))))
8663 (ecb-methods-general-face ((t (nil))))
8664 (ecb-source-face ((t (:background "cornflower blue" :foreground "yellow"))))
8665 (ecb-source-in-directories-buffer-face ((t (:foreground "medium blue"))))
8666 (ecb-sources-general-face ((t (nil))))
8667 (ecb-token-header-face ((t (:background "SeaGreen1"))))
8668 (ecb-type-token-class-face ((t (:bold t :size "10pt"))))
8669 (ecb-type-token-enum-face ((t (:bold t :size "10pt"))))
8670 (ecb-type-token-group-face ((t (:bold t :size "10pt" :foreground "dimgray"))))
8671 (ecb-type-token-interface-face ((t (:bold t :size "10pt"))))
8672 (ecb-type-token-struct-face ((t (:bold t :size "10pt"))))
8673 (ecb-type-token-typedef-face ((t (:bold t :size "10pt"))))
8674 (font-lock-builtin-face ((t (:foreground "red3"))))
8675 (font-lock-constant-face ((t (:foreground "blue3"))))
8676 (font-lock-comment-face ((t (:foreground "blue"))))
8677 (font-lock-doc-face ((t (:foreground "green4"))))
8678 (font-lock-doc-string-face ((t (:foreground "green4"))))
8679 (font-lock-function-name-face ((t (nil))))
8680 (font-lock-keyword-face ((t (nil))))
8681 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
8682 (font-lock-reference-face ((t (:foreground "red3"))))
8683 (font-lock-string-face ((t (nil))))
8684 (font-lock-type-face ((t (nil))))
8685 (font-lock-variable-name-face ((t (nil))))
8686 (font-lock-warning-face ((t (nil))))
8687 (green ((t (:foreground "green"))))
8688 (gui-button-face ((t (:background "grey75"))))
8689 (gui-element ((t (:size "8pt" :background "gray75"))))
8690 (highlight ((t (:background "darkseagreen2"))))
8691 (isearch ((t (:background "paleturquoise"))))
8692 (isearch-secondary ((t (:foreground "red3"))))
8693 (italic ((t (:size "10pt"))))
8694 (left-margin ((t (nil))))
8695 (list-mode-item-selected ((t (:background "gray68"))))
8696 (modeline ((t (:background "gray75"))))
8697 (modeline-buffer-id ((t (:background "gray75" :foreground "blue4"))))
8698 (modeline-mousable ((t (:background "gray75" :foreground "firebrick"))))
8699 (modeline-mousable-minor-mode ((t (:background "gray75" :foreground "green4"))))
8700 (paren-blink-off ((t (:foreground "gray"))))
8701 (paren-match ((t (:background "darkseagreen2"))))
8702 (paren-mismatch ((t (nil))))
8703 (pointer ((t (nil))))
8704 (primary-selection ((t (:background "gray65"))))
8705 (red ((t (:foreground "red"))))
8706 (region ((t (:background "gray65"))))
8707 (right-margin ((t (nil))))
8708 (secondary-selection ((t (:background "paleturquoise"))))
8709 (semantic-dirty-token-face ((t (nil))))
8710 (semantic-unmatched-syntax-face ((t (nil))))
8711 (text-cursor ((t (:background "red" :foreground "gray"))))
8712 (toolbar ((t (:background "gray75"))))
8713 (underline ((t (:underline t))))
8714 (vertical-divider ((t (:background "gray75"))))
8715 (widget ((t (:size "8pt" :background "gray75"))))
8716 (widget-button-face ((t (:bold t))))
8717 (widget-button-pressed-face ((t (:foreground "red"))))
8718 (widget-documentation-face ((t (:foreground "dark green"))))
8719 (widget-field-face ((t (:background "gray85"))))
8720 (widget-inactive-face ((t (nil))))
8721 (yellow ((t (:foreground "yellow"))))
8722 (zmacs-region ((t (:background "gray65")))))))
8724 (defun color-theme-dark-blue2 ()
8725 "Color theme by Chris McMahan, created 2002-04-12.
8726 Includes antlr, bbdb, change-log, comint, cperl, custom cvs, diff,
8727 dired, display-time, ebrowse, ecb, ediff, erc, eshell, fl, font-lock,
8728 gnus, hi, highlight, html-helper, hyper-apropos, info, isearch, jde,
8729 message, mmm, paren, semantic, senator, sgml, smerge, speedbar,
8730 strokes, term, vhdl, viper, vm, widget, xref, xsl, xxml. Yes, it is
8731 a large theme."
8732 (interactive)
8733 (color-theme-install
8734 '(color-theme-dark-blue2
8735 ((background-color . "#233b5a")
8736 (background-mode . dark)
8737 (background-toolbar-color . "#cf3ccf3ccf3c")
8738 (border-color . "black")
8739 (bottom-toolbar-shadow-color . "#79e77df779e7")
8740 (cursor-color . "Yellow")
8741 (foreground-color . "#fff8dc")
8742 (mouse-color . "Grey")
8743 (top-toolbar-shadow-color . "#fffffbeeffff")
8744 (viper-saved-cursor-color-in-replace-mode . "Red3"))
8745 ((blank-space-face . blank-space-face)
8746 (blank-tab-face . blank-tab-face)
8747 (cperl-invalid-face . underline)
8748 (ecb-directories-general-face . ecb-directories-general-face)
8749 (ecb-directory-face . ecb-directory-face)
8750 (ecb-history-face . ecb-history-face)
8751 (ecb-history-general-face . ecb-history-general-face)
8752 (ecb-method-face . ecb-method-face)
8753 (ecb-methods-general-face . ecb-methods-general-face)
8754 (ecb-source-face . ecb-source-face)
8755 (ecb-source-in-directories-buffer-face . ecb-sources-face)
8756 (ecb-sources-general-face . ecb-sources-general-face)
8757 (ecb-token-header-face . ecb-token-header-face)
8758 (gnus-article-button-face . bold)
8759 (gnus-article-mouse-face . highlight)
8760 (gnus-cite-attribution-face . gnus-cite-attribution-face)
8761 (gnus-signature-face . gnus-signature-face)
8762 (gnus-summary-selected-face . gnus-summary-selected-face)
8763 (help-highlight-face . underline)
8764 (highline-face . highline-face)
8765 (highline-vertical-face . highline-vertical-face)
8766 (list-matching-lines-face . bold)
8767 (ps-zebra-color . 0.95)
8768 (senator-eldoc-use-color . t)
8769 (sgml-set-face . t)
8770 (tags-tag-face . default)
8771 (view-highlight-face . highlight)
8772 (vm-highlight-url-face . bold-italic)
8773 (vm-highlighted-header-face . bold)
8774 (vm-mime-button-face . gui-button-face)
8775 (vm-summary-highlight-face . bold)
8776 (widget-mouse-face . highlight))
8777 (default ((t (:stipple nil :background "#233b5a" :foreground "#fff8dc" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-lucida console"))))
8778 (Info-title-1-face ((t (:bold t :weight bold :height 1.728 :family "helv"))))
8779 (Info-title-2-face ((t (:bold t :weight bold :height 1.44 :family "helv"))))
8780 (Info-title-3-face ((t (:bold t :weight bold :height 1.2 :family "helv"))))
8781 (Info-title-4-face ((t (:bold t :weight bold :family "helv"))))
8782 (antlr-font-lock-keyword-face ((t (:bold t :foreground "Gray85" :weight bold))))
8783 (antlr-font-lock-literal-face ((t (:bold t :foreground "Gray85" :weight bold))))
8784 (antlr-font-lock-ruledef-face ((t (:bold t :foreground "Gray85" :weight bold))))
8785 (antlr-font-lock-ruleref-face ((t (:foreground "Gray85"))))
8786 (antlr-font-lock-tokendef-face ((t (:bold t :foreground "Gray85" :weight bold))))
8787 (antlr-font-lock-tokenref-face ((t (:foreground "Gray85"))))
8788 (bbdb-company ((t (:italic t :slant italic))))
8789 (bbdb-field-name ((t (:bold t :weight bold))))
8790 (bbdb-field-value ((t (nil))))
8791 (bbdb-name ((t (:underline t))))
8792 (bg:erc-color-face0 ((t (:background "White"))))
8793 (bg:erc-color-face1 ((t (:background "black"))))
8794 (bg:erc-color-face10 ((t (:background "lightblue1"))))
8795 (bg:erc-color-face11 ((t (:background "cyan"))))
8796 (bg:erc-color-face12 ((t (:background "blue"))))
8797 (bg:erc-color-face13 ((t (:background "deeppink"))))
8798 (bg:erc-color-face14 ((t (:background "gray50"))))
8799 (bg:erc-color-face15 ((t (:background "gray90"))))
8800 (bg:erc-color-face2 ((t (:background "blue4"))))
8801 (bg:erc-color-face3 ((t (:background "green4"))))
8802 (bg:erc-color-face4 ((t (:background "red"))))
8803 (bg:erc-color-face5 ((t (:background "brown"))))
8804 (bg:erc-color-face6 ((t (:background "purple"))))
8805 (bg:erc-color-face7 ((t (:background "orange"))))
8806 (bg:erc-color-face8 ((t (:background "yellow"))))
8807 (bg:erc-color-face9 ((t (:background "green"))))
8808 (blank-space-face ((t (:background "LightGray"))))
8809 (blank-tab-face ((t (:background "Wheat"))))
8810 (blue ((t (:foreground "blue"))))
8811 (bold ((t (:bold t :foreground "cyan" :weight bold))))
8812 (bold-italic ((t (:italic t :bold t :foreground "cyan2" :slant italic :weight bold))))
8813 (border ((t (:background "black"))))
8814 (border-glyph ((t (nil))))
8815 (buffers-tab ((t (:background "gray30" :foreground "LightSkyBlue"))))
8816 (calendar-today-face ((t (:underline t))))
8817 (change-log-acknowledgement-face ((t (:foreground "firebrick"))))
8818 (change-log-conditionals-face ((t (:background "sienna" :foreground "khaki"))))
8819 (change-log-date-face ((t (:foreground "gold"))))
8820 (change-log-email-face ((t (:foreground "khaki" :underline t))))
8821 (change-log-file-face ((t (:bold t :foreground "lemon chiffon" :weight bold))))
8822 (change-log-function-face ((t (:background "sienna" :foreground "khaki"))))
8823 (change-log-list-face ((t (:foreground "wheat"))))
8824 (change-log-name-face ((t (:bold t :foreground "light goldenrod" :weight bold))))
8825 (comint-highlight-input ((t (:bold t :weight bold))))
8826 (comint-highlight-prompt ((t (:foreground "cyan"))))
8827 (comint-input-face ((t (:foreground "deepskyblue"))))
8828 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue" :weight bold))))
8829 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red" :slant italic :weight bold))))
8830 (cperl-invalid-face ((t (:foreground "white"))))
8831 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
8832 (cursor ((t (:background "Yellow"))))
8833 (custom-button-face ((t (:bold t :weight bold))))
8834 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "gray30"))))
8835 (custom-changed-face ((t (:background "blue" :foreground "white"))))
8836 (custom-comment-face ((t (:foreground "white"))))
8837 (custom-comment-tag-face ((t (:foreground "white"))))
8838 (custom-documentation-face ((t (:foreground "light blue"))))
8839 (custom-face-tag-face ((t (:underline t))))
8840 (custom-group-tag-face ((t (:bold t :foreground "gray85" :underline t :weight bold))))
8841 (custom-group-tag-face-1 ((t (:foreground "gray85" :underline t))))
8842 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
8843 (custom-modified-face ((t (:background "blue" :foreground "white"))))
8844 (custom-rogue-face ((t (:background "gray30" :foreground "pink"))))
8845 (custom-saved-face ((t (:underline t))))
8846 (custom-set-face ((t (:background "white" :foreground "blue"))))
8847 (custom-state-face ((t (:foreground "gray85"))))
8848 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
8849 (custom-variable-tag-face ((t (:bold t :foreground "gray85" :underline t :weight bold))))
8850 (cvs-filename-face ((t (:foreground "white"))))
8851 (cvs-handled-face ((t (:foreground "pink"))))
8852 (cvs-header-face ((t (:foreground "green"))))
8853 (cvs-marked-face ((t (:bold t :foreground "green3" :weight bold))))
8854 (cvs-msg-face ((t (:foreground "gray85"))))
8855 (cvs-need-action-face ((t (:foreground "yellow"))))
8856 (cvs-unknown-face ((t (:foreground "grey"))))
8857 (cyan ((t (:foreground "cyan"))))
8858 (diary-face ((t (:bold t :foreground "gray85" :weight bold))))
8859 (diff-added-face ((t (nil))))
8860 (diff-changed-face ((t (nil))))
8861 (diff-context-face ((t (:foreground "grey50"))))
8862 (diff-file-header-face ((t (:bold t :background "grey70" :weight bold))))
8863 (diff-function-face ((t (:foreground "grey50"))))
8864 (diff-header-face ((t (:foreground "lemon chiffon"))))
8865 (diff-hunk-header-face ((t (:background "grey85"))))
8866 (diff-index-face ((t (:bold t :background "grey70" :weight bold))))
8867 (diff-nonexistent-face ((t (:bold t :background "grey70" :weight bold))))
8868 (diff-removed-face ((t (nil))))
8869 (dired-face-boring ((t (:foreground "Gray65"))))
8870 (dired-face-directory ((t (:bold t :weight bold))))
8871 (dired-face-executable ((t (:foreground "gray85"))))
8872 (dired-face-flagged ((t (:background "LightSlateGray"))))
8873 (dired-face-header ((t (:background "grey75" :foreground "gray30"))))
8874 (dired-face-marked ((t (:background "PaleVioletRed"))))
8875 (dired-face-permissions ((t (:background "grey75" :foreground "gray30"))))
8876 (dired-face-setuid ((t (:foreground "gray85"))))
8877 (dired-face-socket ((t (:foreground "gray85"))))
8878 (dired-face-symlink ((t (:foreground "cyan"))))
8879 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
8880 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
8881 (display-time-time-balloon-face ((t (:foreground "gray85"))))
8882 (ebrowse-default-face ((t (nil))))
8883 (ebrowse-file-name-face ((t (:italic t :slant italic))))
8884 (ebrowse-member-attribute-face ((t (:foreground "red"))))
8885 (ebrowse-member-class-face ((t (:foreground "Gray85"))))
8886 (ebrowse-progress-face ((t (:background "blue"))))
8887 (ebrowse-root-class-face ((t (:bold t :foreground "Gray85" :weight bold))))
8888 (ebrowse-tree-mark-face ((t (:foreground "Gray85"))))
8889 (ecb-bucket-token-face ((t (:bold t :weight bold))))
8890 (ecb-default-general-face ((t (:height 1.0))))
8891 (ecb-default-highlight-face ((t (:background "magenta" :height 1.0))))
8892 (ecb-directories-general-face ((t (:height 0.9))))
8893 (ecb-directory-face ((t (:background "Cyan4"))))
8894 (ecb-history-face ((t (:background "Cyan4"))))
8895 (ecb-history-general-face ((t (:height 0.9))))
8896 (ecb-method-face ((t (:background "Cyan4" :slant normal :weight normal))))
8897 (ecb-methods-general-face ((t (:slant normal))))
8898 (ecb-source-face ((t (:background "Cyan4"))))
8899 (ecb-source-in-directories-buffer-face ((t (:foreground "LightBlue1"))))
8900 (ecb-sources-face ((t (:foreground "LightBlue1"))))
8901 (ecb-sources-general-face ((t (:height 0.9))))
8902 (ecb-token-header-face ((t (:background "Steelblue4"))))
8903 (ecb-type-token-class-face ((t (:bold t :weight bold))))
8904 (ecb-type-token-enum-face ((t (:bold t :weight bold))))
8905 (ecb-type-token-group-face ((t (:bold t :foreground "dim gray" :weight bold))))
8906 (ecb-type-token-interface-face ((t (:bold t :weight bold))))
8907 (ecb-type-token-struct-face ((t (:bold t :weight bold))))
8908 (ecb-type-token-typedef-face ((t (:bold t :weight bold))))
8909 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
8910 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Gray30"))))
8911 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
8912 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
8913 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Gray30"))))
8914 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
8915 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
8916 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Gray30"))))
8917 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
8918 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Gray30"))))
8919 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Gray30"))))
8920 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Gray30"))))
8921 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
8922 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Gray30"))))
8923 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Gray30"))))
8924 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
8925 (erc-action-face ((t (:bold t :weight bold))))
8926 (erc-bold-face ((t (:bold t :weight bold))))
8927 (erc-dangerous-host-face ((t (:foreground "red"))))
8928 (erc-default-face ((t (nil))))
8929 (erc-direct-msg-face ((t (:foreground "pale green"))))
8930 (erc-error-face ((t (:bold t :foreground "gray85" :weight bold))))
8931 (erc-fool-face ((t (:foreground "Gray85"))))
8932 (erc-highlight-face ((t (:bold t :foreground "pale green" :weight bold))))
8933 (erc-input-face ((t (:foreground "light blue"))))
8934 (erc-inverse-face ((t (:background "Black" :foreground "White"))))
8935 (erc-keyword-face ((t (:bold t :foreground "pale green" :weight bold))))
8936 (erc-notice-face ((t (:foreground "light salmon"))))
8937 (erc-pal-face ((t (:foreground "pale green"))))
8938 (erc-prompt-face ((t (:bold t :foreground "light blue" :weight bold))))
8939 (erc-timestamp-face ((t (:bold t :foreground "green" :weight bold))))
8940 (erc-underline-face ((t (:underline t))))
8941 (eshell-ls-archive-face ((t (:bold t :weight bold))))
8942 (eshell-ls-backup-face ((t (:foreground "gray85"))))
8943 (eshell-ls-clutter-face ((t (:bold t :foreground "gray85" :weight bold))))
8944 (eshell-ls-directory-face ((t (:bold t :foreground "Cyan" :weight bold))))
8945 (eshell-ls-executable-face ((t (:bold t :weight bold))))
8946 (eshell-ls-missing-face ((t (:bold t :weight bold))))
8947 (eshell-ls-picture-face ((t (:foreground "gray85"))))
8948 (eshell-ls-product-face ((t (:foreground "gray85"))))
8949 (eshell-ls-readonly-face ((t (:foreground "gray70"))))
8950 (eshell-ls-special-face ((t (:bold t :weight bold))))
8951 (eshell-ls-symlink-face ((t (:bold t :weight bold))))
8952 (eshell-ls-text-face ((t (:foreground "gray85"))))
8953 (eshell-ls-todo-face ((t (:bold t :weight bold))))
8954 (eshell-ls-unreadable-face ((t (:foreground "gray85"))))
8955 (eshell-prompt-face ((t (:bold t :foreground "Yellow" :weight bold))))
8956 (eshell-test-failed-face ((t (:bold t :weight bold))))
8957 (eshell-test-ok-face ((t (:bold t :weight bold))))
8958 (excerpt ((t (:italic t :slant italic))))
8959 (ff-paths-non-existant-file-face ((t (:bold t :foreground "gray85" :weight bold))))
8960 (fg:black ((t (:foreground "black"))))
8961 (fg:erc-color-face0 ((t (:foreground "White"))))
8962 (fg:erc-color-face1 ((t (:foreground "black"))))
8963 (fg:erc-color-face10 ((t (:foreground "lightblue1"))))
8964 (fg:erc-color-face11 ((t (:foreground "cyan"))))
8965 (fg:erc-color-face12 ((t (:foreground "blue"))))
8966 (fg:erc-color-face13 ((t (:foreground "deeppink"))))
8967 (fg:erc-color-face14 ((t (:foreground "gray50"))))
8968 (fg:erc-color-face15 ((t (:foreground "gray90"))))
8969 (fg:erc-color-face2 ((t (:foreground "blue4"))))
8970 (fg:erc-color-face3 ((t (:foreground "green4"))))
8971 (fg:erc-color-face4 ((t (:foreground "red"))))
8972 (fg:erc-color-face5 ((t (:foreground "brown"))))
8973 (fg:erc-color-face6 ((t (:foreground "purple"))))
8974 (fg:erc-color-face7 ((t (:foreground "orange"))))
8975 (fg:erc-color-face8 ((t (:foreground "yellow"))))
8976 (fg:erc-color-face9 ((t (:foreground "green"))))
8977 (fixed ((t (:bold t :weight bold))))
8978 (fixed-pitch ((t (:family "outline-lucida console"))))
8979 (fl-comment-face ((t (:foreground "gray85"))))
8980 (fl-function-name-face ((t (:foreground "green"))))
8981 (fl-keyword-face ((t (:foreground "LightGreen"))))
8982 (fl-string-face ((t (:foreground "light coral"))))
8983 (fl-type-face ((t (:foreground "cyan"))))
8984 (flyspell-duplicate-face ((t (:bold t :foreground "Gold3" :underline t :weight bold))))
8985 (flyspell-incorrect-face ((t (:bold t :foreground "OrangeRed" :underline t :weight bold))))
8986 (font-latex-bold-face ((t (nil))))
8987 (font-latex-italic-face ((t (nil))))
8988 (font-latex-math-face ((t (nil))))
8989 (font-latex-sedate-face ((t (:foreground "Gray85"))))
8990 (font-latex-string-face ((t (:foreground "orange"))))
8991 (font-latex-warning-face ((t (:foreground "gold"))))
8992 (font-lock-builtin-face ((t (:bold t :foreground "LightSteelBlue" :weight bold))))
8993 (font-lock-comment-face ((t (:italic t :foreground "medium aquamarine" :slant italic))))
8994 (font-lock-constant-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
8995 (font-lock-doc-face ((t (:bold t :weight bold))))
8996 (font-lock-doc-string-face ((t (:bold t :foreground "aquamarine" :weight bold))))
8997 (font-lock-exit-face ((t (:foreground "green"))))
8998 (font-lock-function-name-face ((t (:italic t :bold t :foreground "LightSkyBlue" :slant italic :weight bold))))
8999 (font-lock-keyword-face ((t (:bold t :foreground "Cyan" :weight bold))))
9000 (font-lock-preprocessor-face ((t (:foreground "Gray85"))))
9001 (font-lock-reference-face ((t (:foreground "cyan"))))
9002 (font-lock-string-face ((t (:italic t :foreground "aquamarine" :slant italic))))
9003 (font-lock-type-face ((t (:bold t :foreground "PaleGreen" :weight bold))))
9004 (font-lock-variable-name-face ((t (:italic t :bold t :foreground "LightGoldenrod" :slant italic :weight bold))))
9005 (font-lock-warning-face ((t (:bold t :foreground "Salmon" :weight bold))))
9006 (fringe ((t (:background "#3c5473"))))
9007 (gnus-cite-attribution-face ((t (:italic t :bold t :foreground "beige" :underline t :slant italic :weight bold))))
9008 (gnus-cite-face-1 ((t (:foreground "gold"))))
9009 (gnus-cite-face-10 ((t (:foreground "coral"))))
9010 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
9011 (gnus-cite-face-2 ((t (:foreground "wheat"))))
9012 (gnus-cite-face-3 ((t (:foreground "light pink"))))
9013 (gnus-cite-face-4 ((t (:foreground "khaki"))))
9014 (gnus-cite-face-5 ((t (:foreground "pale green"))))
9015 (gnus-cite-face-6 ((t (:foreground "beige"))))
9016 (gnus-cite-face-7 ((t (:foreground "orange"))))
9017 (gnus-cite-face-8 ((t (:foreground "magenta"))))
9018 (gnus-cite-face-9 ((t (:foreground "violet"))))
9019 (gnus-emphasis-bold ((t (:bold t :foreground "light gray" :weight bold))))
9020 (gnus-emphasis-bold-italic ((t (:italic t :bold t :foreground "cyan" :slant italic :weight bold))))
9021 (gnus-emphasis-highlight-words ((t (:background "gray30" :foreground "gold"))))
9022 (gnus-emphasis-italic ((t (:italic t :foreground "cyan" :slant italic))))
9023 (gnus-emphasis-underline ((t (:foreground "white" :underline t))))
9024 (gnus-emphasis-underline-bold ((t (:bold t :foreground "white" :underline t :weight bold))))
9025 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :foreground "white" :underline t :slant italic :weight bold))))
9026 (gnus-emphasis-underline-italic ((t (:italic t :foreground "white" :underline t :slant italic))))
9027 (gnus-filterhist-face-1 ((t (nil))))
9028 (gnus-group-mail-1-empty-face ((t (:foreground "Magenta"))))
9029 (gnus-group-mail-1-face ((t (:bold t :foreground "Magenta" :weight bold))))
9030 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
9031 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2" :weight bold))))
9032 (gnus-group-mail-3-empty-face ((t (:foreground "Cyan"))))
9033 (gnus-group-mail-3-face ((t (:bold t :foreground "Cyan" :weight bold))))
9034 (gnus-group-mail-low-empty-face ((t (:foreground "Wheat"))))
9035 (gnus-group-mail-low-face ((t (:bold t :foreground "Gray85" :weight bold))))
9036 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
9037 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
9038 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
9039 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise" :weight bold))))
9040 (gnus-group-news-3-empty-face ((t (:foreground "wheat"))))
9041 (gnus-group-news-3-face ((t (:bold t :foreground "Wheat" :weight bold))))
9042 (gnus-group-news-4-empty-face ((t (:foreground "Aquamarine"))))
9043 (gnus-group-news-4-face ((t (:bold t :weight bold))))
9044 (gnus-group-news-5-empty-face ((t (:foreground "MediumAquamarine"))))
9045 (gnus-group-news-5-face ((t (:bold t :weight bold))))
9046 (gnus-group-news-6-empty-face ((t (:foreground "MediumAquamarine"))))
9047 (gnus-group-news-6-face ((t (:bold t :weight bold))))
9048 (gnus-group-news-low-empty-face ((t (:foreground "MediumAquamarine"))))
9049 (gnus-group-news-low-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
9050 (gnus-header-content-face ((t (:italic t :foreground "Wheat" :slant italic))))
9051 (gnus-header-from-face ((t (:bold t :foreground "light yellow" :weight bold))))
9052 (gnus-header-name-face ((t (:bold t :foreground "Wheat" :weight bold))))
9053 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "gold" :slant italic :weight bold))))
9054 (gnus-header-subject-face ((t (:bold t :foreground "Gold" :weight bold))))
9055 (gnus-picons-face ((t (:background "white" :foreground "gray30"))))
9056 (gnus-picons-xbm-face ((t (:background "white" :foreground "gray30"))))
9057 (gnus-signature-face ((t (:italic t :foreground "white" :slant italic))))
9058 (gnus-splash ((t (:foreground "Brown"))))
9059 (gnus-splash-face ((t (:foreground "orange"))))
9060 (gnus-summary-cancelled-face ((t (:background "gray30" :foreground "orange"))))
9061 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue" :weight bold))))
9062 (gnus-summary-high-read-face ((t (:bold t :foreground "gray85" :weight bold))))
9063 (gnus-summary-high-ticked-face ((t (:bold t :foreground "coral" :weight bold))))
9064 (gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "gold" :slant italic :weight bold))))
9065 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue" :slant italic))))
9066 (gnus-summary-low-read-face ((t (:italic t :foreground "gray85" :slant italic))))
9067 (gnus-summary-low-ticked-face ((t (:italic t :bold t :foreground "coral" :slant italic :weight bold))))
9068 (gnus-summary-low-unread-face ((t (:italic t :foreground "white" :slant italic))))
9069 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
9070 (gnus-summary-normal-read-face ((t (:foreground "gray70"))))
9071 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "pink" :weight bold))))
9072 (gnus-summary-normal-unread-face ((t (:bold t :foreground "gray85" :weight bold))))
9073 (gnus-summary-selected-face ((t (:foreground "white" :underline t))))
9074 (gnus-x-face ((t (:background "white" :foreground "gray30"))))
9075 (green ((t (:foreground "green"))))
9076 (gui-button-face ((t (:background "grey75" :foreground "gray30"))))
9077 (gui-element ((t (:background "Gray80"))))
9078 (header-line ((t (:background "grey20" :foreground "grey90"))))
9079 (hi-black-b ((t (:bold t :weight bold))))
9080 (hi-black-hb ((t (:bold t :weight bold :height 1.67 :family "helv"))))
9081 (hi-blue ((t (:background "light blue"))))
9082 (hi-blue-b ((t (:bold t :foreground "blue" :weight bold))))
9083 (hi-green ((t (:background "green"))))
9084 (hi-green-b ((t (:bold t :foreground "green" :weight bold))))
9085 (hi-pink ((t (:background "pink"))))
9086 (hi-red-b ((t (:bold t :foreground "red" :weight bold))))
9087 (hi-yellow ((t (:background "yellow"))))
9088 (highlight ((t (:background "SkyBlue3"))))
9089 (highlight-changes-delete-face ((t (:foreground "gray85" :underline t))))
9090 (highlight-changes-face ((t (:foreground "gray85"))))
9091 (highline-face ((t (:background "#3c5473"))))
9092 (highline-vertical-face ((t (:background "lightcyan"))))
9093 (holiday-face ((t (:background "pink" :foreground "gray30"))))
9094 (html-helper-bold-face ((t (:bold t :weight bold))))
9095 (html-helper-bold-italic-face ((t (nil))))
9096 (html-helper-builtin-face ((t (:foreground "gray85" :underline t))))
9097 (html-helper-italic-face ((t (:bold t :foreground "yellow" :weight bold))))
9098 (html-helper-underline-face ((t (:underline t))))
9099 (html-tag-face ((t (:bold t :weight bold))))
9100 (hyper-apropos-documentation ((t (:foreground "white"))))
9101 (hyper-apropos-heading ((t (:bold t :weight bold))))
9102 (hyper-apropos-hyperlink ((t (:foreground "sky blue"))))
9103 (hyper-apropos-major-heading ((t (:bold t :weight bold))))
9104 (hyper-apropos-section-heading ((t (:bold t :weight bold))))
9105 (hyper-apropos-warning ((t (:bold t :foreground "gray85" :weight bold))))
9106 (ibuffer-marked-face ((t (:foreground "gray85"))))
9107 (idlwave-help-link-face ((t (:foreground "Blue"))))
9108 (idlwave-shell-bp-face ((t (:background "Pink" :foreground "Black"))))
9109 (info-header-node ((t (:italic t :bold t :foreground "brown" :slant italic :weight bold))))
9110 (info-header-xref ((t (:bold t :foreground "magenta4" :weight bold))))
9111 (info-menu-5 ((t (:underline t))))
9112 (info-menu-6 ((t (nil))))
9113 (info-menu-header ((t (:bold t :weight bold :family "helv"))))
9114 (info-node ((t (:italic t :bold t :slant italic :weight bold))))
9115 (info-xref ((t (:bold t :weight bold))))
9116 (isearch ((t (:background "LightSeaGreen"))))
9117 (isearch-lazy-highlight-face ((t (:background "cyan4"))))
9118 (isearch-secondary ((t (:foreground "red3"))))
9119 (italic ((t (:italic t :bold t :slant italic :weight bold))))
9120 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
9121 (jde-bug-breakpoint-marker ((t (:background "yellow" :foreground "red"))))
9122 (jde-java-font-lock-api-face ((t (:foreground "LightBlue"))))
9123 (jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
9124 (jde-java-font-lock-code-face ((t (nil))))
9125 (jde-java-font-lock-constant-face ((t (:foreground "LightBlue"))))
9126 (jde-java-font-lock-doc-tag-face ((t (:foreground "LightBlue"))))
9127 (jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
9128 (jde-java-font-lock-link-face ((t (:foreground "cyan3" :underline t))))
9129 (jde-java-font-lock-modifier-face ((t (:foreground "LightBlue"))))
9130 (jde-java-font-lock-number-face ((t (:foreground "RosyBrown"))))
9131 (jde-java-font-lock-operator-face ((t (:foreground "cyan3"))))
9132 (jde-java-font-lock-package-face ((t (:foreground "LightBlue"))))
9133 (jde-java-font-lock-pre-face ((t (nil))))
9134 (jde-java-font-lock-underline-face ((t (:underline t))))
9135 (lazy-highlight-face ((t (:bold t :foreground "yellow" :weight bold))))
9136 (left-margin ((t (nil))))
9137 (linemenu-face ((t (:background "gray30"))))
9138 (list-mode-item-selected ((t (:background "gray68"))))
9139 (log-view-file-face ((t (:bold t :background "grey70" :weight bold))))
9140 (log-view-message-face ((t (:background "grey85"))))
9141 (magenta ((t (:foreground "gray85"))))
9142 (makefile-space-face ((t (:background "hotpink" :foreground "white"))))
9143 (man-bold ((t (:bold t :weight bold))))
9144 (man-heading ((t (:bold t :weight bold))))
9145 (man-italic ((t (:foreground "yellow"))))
9146 (man-xref ((t (:underline t))))
9147 (menu ((t (:background "wheat" :foreground "gray30"))))
9148 (message-cited-text ((t (:foreground "orange"))))
9149 (message-cited-text-face ((t (:foreground "medium aquamarine"))))
9150 (message-header-cc-face ((t (:bold t :foreground "gray85" :weight bold))))
9151 (message-header-contents ((t (:foreground "white"))))
9152 (message-header-name-face ((t (:foreground "gray85"))))
9153 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow" :slant italic :weight bold))))
9154 (message-header-other-face ((t (:foreground "gray85"))))
9155 (message-header-subject-face ((t (:bold t :foreground "green3" :weight bold))))
9156 (message-header-to-face ((t (:bold t :foreground "green2" :weight bold))))
9157 (message-header-xheader-face ((t (:foreground "blue"))))
9158 (message-headers ((t (:bold t :foreground "orange" :weight bold))))
9159 (message-highlighted-header-contents ((t (:bold t :weight bold))))
9160 (message-mml-face ((t (:bold t :foreground "gray85" :weight bold))))
9161 (message-separator-face ((t (:foreground "gray85"))))
9162 (message-url ((t (:bold t :foreground "pink" :weight bold))))
9163 (mmm-default-submode-face ((t (:background "#c0c0c5"))))
9164 (mmm-face ((t (:background "black" :foreground "green"))))
9165 (modeline ((t (:background "#3c5473" :foreground "lightgray" :box (:line-width -1 :style released-button :family "helv")))))
9166 (modeline-buffer-id ((t (:background "white" :foreground "DeepSkyBlue3" :slant normal :weight normal :width normal :family "outline-verdana"))))
9167 (modeline-mousable ((t (:background "white" :foreground "DeepSkyBlue3"))))
9168 (modeline-mousable-minor-mode ((t (:background "white" :foreground "DeepSkyBlue3"))))
9169 (mouse ((t (:background "Grey"))))
9170 (my-summary-highlight-face ((t (:background "PaleTurquoise4" :foreground "White"))))
9171 (my-url-face ((t (:foreground "LightBlue"))))
9172 (nil ((t (nil))))
9173 (paren-blink-off ((t (:foreground "gray80"))))
9174 (paren-face-match ((t (:background "turquoise"))))
9175 (paren-face-mismatch ((t (:background "purple" :foreground "white"))))
9176 (paren-face-no-match ((t (:background "yellow" :foreground "gray30"))))
9177 (paren-match ((t (:background "darkseagreen2"))))
9178 (paren-mismatch ((t (:background "RosyBrown" :foreground "gray30"))))
9179 (paren-mismatch-face ((t (:bold t :background "white" :foreground "red" :weight bold))))
9180 (paren-no-match-face ((t (:bold t :background "white" :foreground "red" :weight bold))))
9181 (pointer ((t (nil))))
9182 (primary-selection ((t (:background "gray40"))))
9183 (reb-match-0 ((t (:background "lightblue"))))
9184 (reb-match-1 ((t (:background "aquamarine"))))
9185 (reb-match-2 ((t (:background "springgreen"))))
9186 (reb-match-3 ((t (:background "yellow"))))
9187 (red ((t (:foreground "red"))))
9188 (region ((t (:background "Cyan4"))))
9189 (right-margin ((t (nil))))
9190 (scroll-bar ((t (:background "grey75"))))
9191 (secondary-selection ((t (:background "gray60"))))
9192 (semantic-dirty-token-face ((t (:background "gray10"))))
9193 (semantic-intangible-face ((t (:foreground "gray25"))))
9194 (semantic-read-only-face ((t (:background "gray25"))))
9195 (semantic-unmatched-syntax-face ((t (:underline "red"))))
9196 (senator-intangible-face ((t (:foreground "gray75"))))
9197 (senator-momentary-highlight-face ((t (:background "gray70"))))
9198 (senator-read-only-face ((t (:background "#664444"))))
9199 (sgml-comment-face ((t (:foreground "dark turquoise"))))
9200 (sgml-doctype-face ((t (:foreground "turquoise"))))
9201 (sgml-end-tag-face ((t (:foreground "aquamarine"))))
9202 (sgml-entity-face ((t (:foreground "gray85"))))
9203 (sgml-ignored-face ((t (:background "gray60" :foreground "gray40"))))
9204 (sgml-ms-end-face ((t (:foreground "green"))))
9205 (sgml-ms-start-face ((t (:foreground "yellow"))))
9206 (sgml-pi-face ((t (:foreground "lime green"))))
9207 (sgml-sgml-face ((t (:foreground "brown"))))
9208 (sgml-short-ref-face ((t (:foreground "deep sky blue"))))
9209 (sgml-start-tag-face ((t (:foreground "aquamarine"))))
9210 (sh-heredoc-face ((t (:foreground "tan"))))
9211 (shell-option-face ((t (:foreground "gray85"))))
9212 (shell-output-2-face ((t (:foreground "gray85"))))
9213 (shell-output-3-face ((t (:foreground "gray85"))))
9214 (shell-output-face ((t (:bold t :weight bold))))
9215 (shell-prompt-face ((t (:foreground "yellow"))))
9216 (show-paren-match-face ((t (:bold t :background "turquoise" :weight bold))))
9217 (show-paren-mismatch-face ((t (:bold t :background "RosyBrown" :foreground "white" :weight bold))))
9218 (show-tabs-space-face ((t (:foreground "yellow"))))
9219 (show-tabs-tab-face ((t (:foreground "red"))))
9220 (smerge-base-face ((t (:foreground "red"))))
9221 (smerge-markers-face ((t (:background "grey85"))))
9222 (smerge-mine-face ((t (:foreground "Gray85"))))
9223 (smerge-other-face ((t (:foreground "darkgreen"))))
9224 (speedbar-button-face ((t (:bold t :weight bold))))
9225 (speedbar-directory-face ((t (:bold t :weight bold))))
9226 (speedbar-file-face ((t (:bold t :weight bold))))
9227 (speedbar-highlight-face ((t (:background "sea green"))))
9228 (speedbar-selected-face ((t (:underline t))))
9229 (speedbar-tag-face ((t (:foreground "yellow"))))
9230 (strokes-char-face ((t (:background "lightgray"))))
9231 (swbuff-current-buffer-face ((t (:bold t :foreground "gray85" :weight bold))))
9232 (template-message-face ((t (:bold t :weight bold))))
9233 (term-black ((t (:foreground "black"))))
9234 (term-blackbg ((t (:background "black"))))
9235 (term-blue ((t (:foreground "blue"))))
9236 (term-bluebg ((t (:background "blue"))))
9237 (term-bold ((t (:bold t :weight bold))))
9238 (term-cyan ((t (:foreground "cyan"))))
9239 (term-cyanbg ((t (:background "cyan"))))
9240 (term-default ((t (:background "gray80" :foreground "gray30" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-lucida console"))))
9241 (term-default-bg ((t (nil))))
9242 (term-default-bg-inv ((t (nil))))
9243 (term-default-fg ((t (nil))))
9244 (term-default-fg-inv ((t (nil))))
9245 (term-green ((t (:foreground "green"))))
9246 (term-greenbg ((t (:background "green"))))
9247 (term-invisible ((t (nil))))
9248 (term-invisible-inv ((t (nil))))
9249 (term-magenta ((t (:foreground "magenta"))))
9250 (term-magentabg ((t (:background "magenta"))))
9251 (term-red ((t (:foreground "red"))))
9252 (term-redbg ((t (:background "red"))))
9253 (term-underline ((t (:underline t))))
9254 (term-white ((t (:foreground "white"))))
9255 (term-whitebg ((t (:background "white"))))
9256 (term-yellow ((t (:foreground "yellow"))))
9257 (term-yellowbg ((t (:background "yellow"))))
9258 (tex-math-face ((t (:foreground "RosyBrown"))))
9259 (texinfo-heading-face ((t (:foreground "Blue"))))
9260 (text-cursor ((t (:background "Red3" :foreground "gray80"))))
9261 (tool-bar ((t (:background "grey75" :foreground "black"))))
9262 (toolbar ((t (:background "Gray80"))))
9263 (tooltip ((t (:background "lightyellow" :foreground "black"))))
9264 (trailing-whitespace ((t (:background "red"))))
9265 (underline ((t (:underline t))))
9266 (variable-pitch ((t (:family "helv"))))
9267 (vc-annotate-face-0046FF ((t (:background "black" :foreground "wheat"))))
9268 (vcursor ((t (:background "cyan" :foreground "blue" :underline t))))
9269 (vertical-divider ((t (:background "Gray80"))))
9270 (vhdl-font-lock-attribute-face ((t (:foreground "gray85"))))
9271 (vhdl-font-lock-directive-face ((t (:foreground "gray85"))))
9272 (vhdl-font-lock-enumvalue-face ((t (:foreground "gray85"))))
9273 (vhdl-font-lock-function-face ((t (:foreground "gray85"))))
9274 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "gray85" :weight bold))))
9275 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "gray85" :weight bold))))
9276 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
9277 (vhdl-speedbar-architecture-face ((t (:foreground "gray85"))))
9278 (vhdl-speedbar-architecture-selected-face ((t (:foreground "gray85" :underline t))))
9279 (vhdl-speedbar-configuration-face ((t (:foreground "gray85"))))
9280 (vhdl-speedbar-configuration-selected-face ((t (:foreground "gray85" :underline t))))
9281 (vhdl-speedbar-entity-face ((t (:foreground "gray85"))))
9282 (vhdl-speedbar-entity-selected-face ((t (:foreground "gray85" :underline t))))
9283 (vhdl-speedbar-instantiation-face ((t (:foreground "gray85"))))
9284 (vhdl-speedbar-instantiation-selected-face ((t (:foreground "gray85" :underline t))))
9285 (vhdl-speedbar-package-face ((t (:foreground "gray85"))))
9286 (vhdl-speedbar-package-selected-face ((t (:foreground "gray85" :underline t))))
9287 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
9288 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
9289 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
9290 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
9291 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
9292 (vm-header-content-face ((t (:italic t :foreground "wheat" :slant italic))))
9293 (vm-header-from-face ((t (:italic t :foreground "wheat" :slant italic))))
9294 (vm-header-name-face ((t (:foreground "cyan"))))
9295 (vm-header-subject-face ((t (:foreground "cyan"))))
9296 (vm-header-to-face ((t (:italic t :foreground "cyan" :slant italic))))
9297 (vm-message-cited-face ((t (:foreground "Gray80"))))
9298 (vm-monochrome-image ((t (:background "white" :foreground "gray30"))))
9299 (vm-summary-face-1 ((t (:foreground "MediumAquamarine"))))
9300 (vm-summary-face-2 ((t (:foreground "MediumAquamarine"))))
9301 (vm-summary-face-3 ((t (:foreground "MediumAquamarine"))))
9302 (vm-summary-face-4 ((t (:foreground "MediumAquamarine"))))
9303 (vm-summary-highlight-face ((t (:foreground "White"))))
9304 (vm-xface ((t (:background "white" :foreground "gray30"))))
9305 (vmpc-pre-sig-face ((t (:foreground "gray85"))))
9306 (vmpc-sig-face ((t (:foreground "gray85"))))
9307 (vvb-face ((t (:background "pink" :foreground "gray30"))))
9308 (w3m-anchor-face ((t (:bold t :foreground "gray85" :weight bold))))
9309 (w3m-arrived-anchor-face ((t (:bold t :foreground "gray85" :weight bold))))
9310 (w3m-header-line-location-content-face ((t (:background "dark olive green" :foreground "wheat"))))
9311 (w3m-header-line-location-title-face ((t (:background "dark olive green" :foreground "beige"))))
9312 (white ((t (:foreground "white"))))
9313 (widget ((t (nil))))
9314 (widget-button-face ((t (:bold t :weight bold))))
9315 (widget-button-pressed-face ((t (:foreground "gray85"))))
9316 (widget-documentation-face ((t (:foreground "dark green"))))
9317 (widget-field-face ((t (:background "gray85" :foreground "gray30"))))
9318 (widget-inactive-face ((t (:foreground "dim gray"))))
9319 (widget-single-line-field-face ((t (:background "dim gray" :foreground "white"))))
9320 (woman-addition-face ((t (:foreground "orange"))))
9321 (woman-bold-face ((t (:bold t :weight bold))))
9322 (woman-italic-face ((t (:foreground "beige"))))
9323 (woman-unknown-face ((t (:foreground "LightSalmon"))))
9324 (x-face ((t (:background "white" :foreground "gray30"))))
9325 (xrdb-option-name-face ((t (:foreground "gray85"))))
9326 (xref-keyword-face ((t (:foreground "gray85"))))
9327 (xref-list-default-face ((t (nil))))
9328 (xref-list-pilot-face ((t (:foreground "gray85"))))
9329 (xref-list-symbol-face ((t (:foreground "navy"))))
9330 (xsl-fo-alternate-face ((t (:foreground "Yellow"))))
9331 (xsl-fo-main-face ((t (:foreground "PaleGreen"))))
9332 (xsl-other-element-face ((t (:foreground "Coral"))))
9333 (xsl-xslt-alternate-face ((t (:foreground "LightGray"))))
9334 (xsl-xslt-main-face ((t (:foreground "Wheat"))))
9335 (xxml-emph-1-face ((t (:background "lightyellow"))))
9336 (xxml-emph-2-face ((t (:background "lightyellow"))))
9337 (xxml-header-1-face ((t (:background "seashell1" :foreground "MediumAquamarine"))))
9338 (xxml-header-2-face ((t (:background "seashell1" :foreground "SkyBlue"))))
9339 (xxml-header-3-face ((t (:background "seashell1"))))
9340 (xxml-header-4-face ((t (:background "seashell1"))))
9341 (xxml-interaction-face ((t (:background "lightcyan"))))
9342 (xxml-rug-face ((t (:background "cyan"))))
9343 (xxml-sparkle-face ((t (:background "yellow"))))
9344 (xxml-unbreakable-space-face ((t (:foreground "grey" :underline t))))
9345 (yellow ((t (:foreground "yellow"))))
9346 (zmacs-region ((t (:background "Cyan4")))))))
9348 (defun color-theme-blue-mood ()
9349 "Color theme by Nelson Loyola, created 2002-04-15.
9350 Includes cperl, custom, font-lock, p4, speedbar, widget."
9351 (interactive)
9352 (color-theme-install
9353 '(color-theme-blue-mood
9354 ((background-color . "DodgerBlue4")
9355 (background-mode . dark)
9356 (background-toolbar-color . "#bfbfbfbfbfbf")
9357 (border-color . "Blue")
9358 (border-color . "#000000000000")
9359 (bottom-toolbar-shadow-color . "#6c6c68686868")
9360 (cursor-color . "DarkGoldenrod1")
9361 (foreground-color . "white smoke")
9362 (mouse-color . "black")
9363 (top-toolbar-shadow-color . "#e5e5e0e0e1e1"))
9364 ((vc-annotate-very-old-color . "#0046FF"))
9365 (default ((t (nil))))
9366 (blue ((t (:foreground "blue"))))
9367 (bold ((t (:bold t))))
9368 (bold-italic ((t (nil))))
9369 (border-glyph ((t (nil))))
9370 (cmode-bracket-face ((t (:bold t))))
9371 (cperl-array-face ((t (:bold t :foreground "wheat"))))
9372 (cperl-hash-face ((t (:bold t :foreground "chartreuse"))))
9373 (custom-button-face ((t (nil))))
9374 (custom-changed-face ((t (:background "blue" :foreground "white"))))
9375 (custom-documentation-face ((t (nil))))
9376 (custom-face-tag-face ((t (:underline t))))
9377 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
9378 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
9379 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
9380 (custom-modified-face ((t (:background "blue" :foreground "white"))))
9381 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
9382 (custom-saved-face ((t (:underline t))))
9383 (custom-set-face ((t (:background "white" :foreground "blue"))))
9384 (custom-state-face ((t (:bold t :foreground "cyan"))))
9385 (custom-variable-button-face ((t (:underline t :bold t))))
9386 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
9387 (ff-paths-non-existant-file-face ((t (:bold t :foreground "NavyBlue"))))
9388 (font-lock-builtin-face ((t (:bold t :foreground "wheat"))))
9389 (font-lock-comment-face ((t (:bold t :foreground "gray72"))))
9390 (font-lock-constant-face ((t (:bold t :foreground "cyan3"))))
9391 (font-lock-doc-string-face ((t (:foreground "#00C000"))))
9392 (font-lock-function-name-face ((t (:bold t :foreground "chartreuse"))))
9393 (font-lock-keyword-face ((t (:bold t :foreground "gold1"))))
9394 (font-lock-other-emphasized-face ((t (:bold t :foreground "gold1"))))
9395 (font-lock-other-type-face ((t (:bold t :foreground "gold1"))))
9396 (font-lock-preprocessor-face ((t (:foreground "plum"))))
9397 (font-lock-reference-face ((t (:bold t :foreground "orangered"))))
9398 (font-lock-string-face ((t (:foreground "tomato"))))
9399 (font-lock-type-face ((t (:bold t :foreground "gold1"))))
9400 (font-lock-variable-name-face ((t (:foreground "light yellow"))))
9401 (font-lock-warning-face ((t (:foreground "tomato"))))
9402 (green ((t (:foreground "green"))))
9403 (gui-button-face ((t (:background "grey75" :foreground "black"))))
9404 (gui-element ((t (:size "nil" :background "#e7e3d6" :foreground" #000000"))))
9405 (highlight ((t (:background "red" :foreground "yellow"))))
9406 (isearch ((t (:bold t :background "pale turquoise" :foreground "blue"))))
9407 (italic ((t (nil))))
9408 (lazy-highlight-face ((t (:bold t :foreground "dark magenta"))))
9409 (left-margin ((t (nil))))
9410 (list-mode-item-selected ((t (:bold t :background "gray68" :foreground "yellow"))))
9411 (modeline ((t (:background "goldenrod" :foreground "darkblue"))))
9412 (modeline-buffer-id ((t (:background "goldenrod" :foreground "darkblue"))))
9413 (modeline-mousable ((t (:background "goldenrod" :foreground "darkblue"))))
9414 (modeline-mousable-minor-mode ((t (:background "goldenrod" :foreground "darkblue"))))
9415 (my-tab-face ((t (:background "SlateBlue1"))))
9416 (p4-depot-added-face ((t (:foreground "steelblue1"))))
9417 (p4-depot-deleted-face ((t (:foreground "red"))))
9418 (p4-depot-unmapped-face ((t (:foreground "grey90"))))
9419 (p4-diff-change-face ((t (:foreground "dark green"))))
9420 (p4-diff-del-face ((t (:bold t :foreground "salmon"))))
9421 (p4-diff-file-face ((t (:background "blue"))))
9422 (p4-diff-head-face ((t (:background "blue"))))
9423 (p4-diff-ins-face ((t (:foreground "steelblue1"))))
9424 (paren-blink-off ((t (:foreground "DodgerBlue4"))))
9425 (paren-match ((t (:background "red" :foreground "yellow"))))
9426 (paren-mismatch ((t (:background "DeepPink"))))
9427 (pointer ((t (:background "white"))))
9428 (primary-selection ((t (:bold t :background "medium sea green"))))
9429 (red ((t (:foreground "red"))))
9430 (region ((t (:background "red" :foreground "yellow"))))
9431 (right-margin ((t (nil))))
9432 (secondary-selection ((t (:background "gray91" :foreground "sienna3"))))
9433 (show-paren-match-face ((t (:background "cyan3" :foreground "blue"))))
9434 (show-paren-mismatch-face ((t (:background "red" :foreground "blue"))))
9435 (show-trailing-whitespace ((t (:background "red" :foreground "blue"))))
9436 (speedbar-button-face ((t (:foreground "white"))))
9437 (speedbar-directory-face ((t (:foreground "gray"))))
9438 (speedbar-file-face ((t (:foreground "gold1"))))
9439 (speedbar-highlight-face ((t (:background "lightslateblue" :foreground "gold1"))))
9440 (speedbar-selected-face ((t (:underline t :foreground "red"))))
9441 (speedbar-tag-face ((t (:foreground "chartreuse"))))
9442 (text-cursor ((t (:background "DarkGoldenrod1" :foreground "DodgerBlue4"))))
9443 (toolbar ((t (:background "#e7e3d6" :foreground "#000000"))))
9444 (underline ((t (:underline t))))
9445 (vertical-divider ((t (:background "#e7e3d6" :foreground "#000000"))))
9446 (widget-button-face ((t (:bold t))))
9447 (widget-button-pressed-face ((t (:foreground "red"))))
9448 (widget-documentation-face ((t (:foreground "dark green"))))
9449 (widget-field-face ((t (:background "gray85"))))
9450 (widget-inactive-face ((t (:foreground "dim gray"))))
9451 (widget-single-line-field-face ((t (:background "gray85"))))
9452 (yellow ((t (:foreground "yellow"))))
9453 (zmacs-region ((t (:background "white" :foreground "midnightblue")))))))
9455 (defun color-theme-euphoria ()
9456 "Color theme by oGLOWo, created 2000-04-19.
9457 Green on black theme including font-lock, speedbar, and widget."
9458 (interactive)
9459 (color-theme-install
9460 '(color-theme-euphoria
9461 ((background-color . "black")
9462 (background-mode . dark)
9463 (border-color . "black")
9464 (cursor-color . "yellow")
9465 (foreground-color . "#00ff00")
9466 (mouse-color . "yellow"))
9467 ((help-highlight-face . underline)
9468 (list-matching-lines-face . bold)
9469 (widget-mouse-face . highlight))
9470 (default ((t (:stipple nil :background "black" :foreground "#00ff00" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "misc-fixed"))))
9471 (bold ((t (:bold t :weight bold))))
9472 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
9473 (border ((t (:background "black"))))
9474 (comint-highlight-input ((t (:bold t :weight bold))))
9475 (comint-highlight-prompt ((t (:foreground "cyan"))))
9476 (cursor ((t (:background "yellow"))))
9477 (fixed-pitch ((t (:family "courier"))))
9478 (font-lock-builtin-face ((t (:foreground "magenta"))))
9479 (font-lock-comment-face ((t (:foreground "deeppink"))))
9480 (font-lock-constant-face ((t (:foreground "blue"))))
9481 (font-lock-doc-face ((t (:foreground "cyan"))))
9482 (font-lock-doc-string-face ((t (:foreground "cyan"))))
9483 (font-lock-function-name-face ((t (:foreground "purple"))))
9484 (font-lock-keyword-face ((t (:foreground "red"))))
9485 (font-lock-preprocessor-face ((t (:foreground "blue1"))))
9486 (font-lock-reference-face ((t (nil))))
9487 (font-lock-string-face ((t (:foreground "cyan"))))
9488 (font-lock-type-face ((t (:foreground "yellow"))))
9489 (font-lock-variable-name-face ((t (:foreground "violet"))))
9490 (font-lock-warning-face ((t (:bold t :foreground "red" :weight bold))))
9491 (fringe ((t (:background "gray16" :foreground "#00ff00"))))
9492 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
9493 (highlight ((t (:background "darkolivegreen"))))
9494 (horizontal-divider ((t (:background "gray16" :foreground "#00ff00"))))
9495 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
9496 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
9497 (italic ((t (:italic t :slant italic))))
9498 (menu ((t (:background "gray16" :foreground "green"))))
9499 (modeline ((t (:background "gray16" :foreground "#00ff00" :box (:line-width -1 :style released-button)))))
9500 (modeline-buffer-id ((t (:background "gray16" :foreground "#00ff00"))))
9501 (modeline-mousable ((t (:background "gray16" :foreground "#00ff00"))))
9502 (modeline-mousable-minor-mode ((t (:background "gray16" :foreground "#00ff00"))))
9503 (mouse ((t (:background "yellow"))))
9504 (primary-selection ((t (:background "#00ff00" :foreground "black"))))
9505 (region ((t (:background "steelblue" :foreground "white"))))
9506 (scroll-bar ((t (:background "gray16" :foreground "#00ff00"))))
9507 (secondary-selection ((t (:background "#00ff00" :foreground "black"))))
9508 (show-paren-match-face ((t (:background "turquoise"))))
9509 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
9510 (speedbar-button-face ((t (:foreground "#00ff00"))))
9511 (speedbar-directory-face ((t (:foreground "#00ff00"))))
9512 (speedbar-file-face ((t (:foreground "cyan"))))
9513 (speedbar-highlight-face ((t (:background "#00ff00" :foreground "purple"))))
9514 (speedbar-selected-face ((t (:foreground "deeppink" :underline t))))
9515 (speedbar-tag-face ((t (:foreground "yellow"))))
9516 (tool-bar ((t (:background "gray16" :foreground "green" :box (:line-width 1 :style released-button)))))
9517 (tooltip ((t (:background "gray16" :foreground "#00ff00"))))
9518 (trailing-whitespace ((t (:background "red"))))
9519 (underline ((t (:underline t))))
9520 (variable-pitch ((t (:family "helv"))))
9521 (vertical-divider ((t (:background "gray16" :foreground "#00ff00"))))
9522 (widget-button-face ((t (:bold t :weight bold))))
9523 (widget-button-pressed-face ((t (:foreground "red"))))
9524 (widget-documentation-face ((t (:foreground "lime green"))))
9525 (widget-field-face ((t (:background "dim gray"))))
9526 (widget-inactive-face ((t (:foreground "light gray"))))
9527 (widget-single-line-field-face ((t (:background "dim gray"))))
9528 (zmacs-region ((t (:background "steelblue" :foreground "white")))))))
9530 (defun color-theme-resolve ()
9531 "Color theme by Damien Elmes, created 2002-04-24.
9532 A white smoke on blue color theme."
9533 (interactive)
9534 (color-theme-install
9535 '(color-theme-resolve
9536 ((background-color . "#00457f")
9537 (background-mode . dark)
9538 (border-color . "black")
9539 (cursor-color . "DarkGoldenrod1")
9540 (foreground-color . "white smoke")
9541 (mouse-color . "white"))
9542 ((display-time-mail-face . mode-line)
9543 (help-highlight-face . underline)
9544 (list-matching-lines-face . bold)
9545 (view-highlight-face . highlight)
9546 (widget-mouse-face . highlight))
9547 (default ((t (:stipple nil :background "#00457f" :foreground "white smoke" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "b&h-lucidatypewriter"))))
9548 (bold ((t (:bold t :foreground "snow2" :weight bold))))
9549 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
9550 (border ((t (:background "black"))))
9551 (calendar-today-face ((t (:underline t))))
9552 (comint-highlight-input ((t (:bold t :weight bold))))
9553 (comint-highlight-prompt ((t (:foreground "cyan"))))
9554 (cperl-array-face ((t (:bold t :foreground "wheat" :weight bold))))
9555 (cperl-hash-face ((t (:bold t :foreground "chartreuse" :weight bold))))
9556 (cursor ((t (:background "DarkGoldenrod1"))))
9557 (diary-face ((t (:foreground "yellow"))))
9558 (erc-input-face ((t (:foreground "lightblue2"))))
9559 (erc-notice-face ((t (:foreground "lightyellow3"))))
9560 (fixed-pitch ((t (:family "courier"))))
9561 (font-latex-bold-face ((t (:bold t :foreground "DarkOliveGreen" :weight bold))))
9562 (font-latex-italic-face ((t (:italic t :foreground "DarkOliveGreen" :slant italic))))
9563 (font-latex-math-face ((t (:foreground "burlywood"))))
9564 (font-latex-sedate-face ((t (:foreground "LightGray"))))
9565 (font-latex-string-face ((t (:foreground "RosyBrown"))))
9566 (font-latex-warning-face ((t (:bold t :foreground "Red" :weight bold))))
9567 (font-lock-builtin-face ((t (:foreground "wheat"))))
9568 (font-lock-comment-face ((t (:foreground "light steel blue"))))
9569 (font-lock-constant-face ((t (:foreground "seashell3"))))
9570 (font-lock-doc-face ((t (:foreground "plum"))))
9571 (font-lock-doc-string-face ((t (:foreground "#008000"))))
9572 (font-lock-function-name-face ((t (:foreground "thistle1"))))
9573 (font-lock-keyword-face ((t (:foreground "wheat"))))
9574 (font-lock-other-emphasized-face ((t (:bold t :foreground "gold1" :weight bold))))
9575 (font-lock-other-type-face ((t (:bold t :foreground "gold1" :weight bold))))
9576 (font-lock-preprocessor-face ((t (:foreground "#800080"))))
9577 (font-lock-reference-face ((t (:foreground "wheat"))))
9578 (font-lock-string-face ((t (:foreground "plum"))))
9579 (font-lock-type-face ((t (:foreground "lawn green"))))
9580 (font-lock-variable-name-face ((t (:foreground "light yellow"))))
9581 (font-lock-warning-face ((t (:foreground "plum"))))
9582 (fringe ((t (:background "#000000"))))
9583 (gnus-cite-attribution-face ((t (:italic t :slant italic))))
9584 (gnus-cite-face-1 ((t (:foreground "light blue"))))
9585 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
9586 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
9587 (gnus-cite-face-2 ((t (:foreground "light cyan"))))
9588 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
9589 (gnus-cite-face-4 ((t (:foreground "light pink"))))
9590 (gnus-cite-face-5 ((t (:foreground "pale green"))))
9591 (gnus-cite-face-6 ((t (:foreground "beige"))))
9592 (gnus-cite-face-7 ((t (:foreground "orange"))))
9593 (gnus-cite-face-8 ((t (:foreground "magenta"))))
9594 (gnus-cite-face-9 ((t (:foreground "violet"))))
9595 (gnus-emphasis-bold ((t (:bold t :weight bold))))
9596 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
9597 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
9598 (gnus-emphasis-italic ((t (:italic t :slant italic))))
9599 (gnus-emphasis-underline ((t (:underline t))))
9600 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
9601 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
9602 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
9603 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
9604 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1" :weight bold))))
9605 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
9606 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2" :weight bold))))
9607 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
9608 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3" :weight bold))))
9609 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
9610 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4" :weight bold))))
9611 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
9612 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
9613 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
9614 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise" :weight bold))))
9615 (gnus-group-news-3-empty-face ((t (nil))))
9616 (gnus-group-news-3-face ((t (:bold t :weight bold))))
9617 (gnus-group-news-4-empty-face ((t (nil))))
9618 (gnus-group-news-4-face ((t (:bold t :weight bold))))
9619 (gnus-group-news-5-empty-face ((t (nil))))
9620 (gnus-group-news-5-face ((t (:bold t :weight bold))))
9621 (gnus-group-news-6-empty-face ((t (nil))))
9622 (gnus-group-news-6-face ((t (:bold t :weight bold))))
9623 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
9624 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise" :weight bold))))
9625 (gnus-header-content-face ((t (:italic t :foreground "snow2" :slant italic))))
9626 (gnus-header-from-face ((t (:foreground "spring green"))))
9627 (gnus-header-name-face ((t (:bold t :foreground "snow2" :weight bold))))
9628 (gnus-header-newsgroups-face ((t (:italic t :foreground "yellow" :slant italic))))
9629 (gnus-header-subject-face ((t (:bold t :foreground "peach puff" :weight bold))))
9630 (gnus-signature-face ((t (:italic t :slant italic))))
9631 (gnus-splash-face ((t (:foreground "Brown"))))
9632 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
9633 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue" :weight bold))))
9634 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen" :weight bold))))
9635 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink" :weight bold))))
9636 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
9637 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue" :slant italic))))
9638 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen" :slant italic))))
9639 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink" :slant italic))))
9640 (gnus-summary-low-unread-face ((t (:italic t :slant italic))))
9641 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
9642 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
9643 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
9644 (gnus-summary-normal-unread-face ((t (nil))))
9645 (gnus-summary-selected-face ((t (:underline t))))
9646 (header-line ((t (:background "grey20" :foreground "grey90"))))
9647 (highlight ((t (:background "gray91" :foreground "firebrick"))))
9648 (highline-face ((t (:background "paleturquoise" :foreground "black"))))
9649 (holiday-face ((t (:background "chocolate4"))))
9650 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
9651 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
9652 (italic ((t (:italic t :slant italic))))
9653 (menu ((t (nil))))
9654 (message-cited-text-face ((t (:foreground "seashell3"))))
9655 (message-header-cc-face ((t (:bold t :foreground "snow2" :weight bold))))
9656 (message-header-name-face ((t (:bold t :foreground "snow1" :weight bold))))
9657 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4" :slant italic :weight bold))))
9658 (message-header-other-face ((t (:foreground "snow2"))))
9659 (message-header-subject-face ((t (:bold t :foreground "snow2" :weight bold))))
9660 (message-header-to-face ((t (:bold t :foreground "snow2" :weight bold))))
9661 (message-header-xheader-face ((t (:foreground "blue"))))
9662 (message-mml-face ((t (:foreground "ForestGreen"))))
9663 (message-separator-face ((t (:foreground "misty rose"))))
9664 (modeline ((t (:foreground "white" :background "#001040" :box (:line-width -1 :style released-button)))))
9665 (modeline-buffer-id ((t (:foreground "white" :background "#001040"))))
9666 (modeline-mousable ((t (:foreground "white" :background "#001040"))))
9667 (modeline-mousable-minor-mode ((t (:foreground "white" :background "#001040"))))
9668 (mouse ((t (:background "white"))))
9669 (my-tab-face ((t (:background "SlateBlue1"))))
9670 (p4-diff-del-face ((t (:bold t :foreground "salmon" :weight bold))))
9671 (primary-selection ((t (:background "gray91" :foreground "DodgerBlue4"))))
9672 (region ((t (:background "gray91" :foreground "DodgerBlue4"))))
9673 (scroll-bar ((t (:background "grey75"))))
9674 (secondary-selection ((t (:background "gray91" :foreground "sienna3"))))
9675 (show-paren-match-face ((t (:background "cyan3" :foreground "blue"))))
9676 (show-paren-mismatch-face ((t (:background "red" :foreground "blue"))))
9677 (tool-bar ((t (:background "grey75" :foreground "black"))))
9678 (tooltip ((t (:background "lightyellow" :foreground "black"))))
9679 (trailing-whitespace ((t (:background "red"))))
9680 (underline ((t (:underline t))))
9681 (variable-pitch ((t (:family "helv"))))
9682 (widget-button-face ((t (:bold t :weight bold))))
9683 (widget-button-pressed-face ((t (:foreground "red"))))
9684 (widget-documentation-face ((t (:foreground "dark green"))))
9685 (widget-field-face ((t (:background "steel blue"))))
9686 (widget-inactive-face ((t (:foreground "grey"))))
9687 (widget-single-line-field-face ((t (:background "gray85"))))
9688 (zmacs-region ((t (:background "gray91" :foreground "DodgerBlue4")))))))
9690 (defun color-theme-xp ()
9691 "Color theme by Girish Bharadwaj, created 2002-04-25.
9692 Includes custom, erc, font-lock, jde, semantic, speedbar, widget."
9693 (interactive)
9694 (color-theme-install
9695 '(color-theme-xp
9696 ((background-color . "lightyellow2")
9697 (background-mode . light)
9698 (border-color . "black")
9699 (cursor-color . "black")
9700 (foreground-color . "gray20")
9701 (mouse-color . "black"))
9702 ((help-highlight-face . underline)
9703 (list-matching-lines-face . bold)
9704 (semantic-which-function-use-color . t)
9705 (senator-eldoc-use-color . t)
9706 (view-highlight-face . highlight)
9707 (widget-mouse-face . highlight))
9708 (default ((t (:stipple nil :background "lightyellow2" :foreground "gray20" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-courier new"))))
9709 (bg:erc-color-face0 ((t (:background "White"))))
9710 (bg:erc-color-face1 ((t (:background "black"))))
9711 (bg:erc-color-face10 ((t (:background "lightblue1"))))
9712 (bg:erc-color-face11 ((t (:background "cyan"))))
9713 (bg:erc-color-face12 ((t (:background "blue"))))
9714 (bg:erc-color-face13 ((t (:background "deeppink"))))
9715 (bg:erc-color-face14 ((t (:background "gray50"))))
9716 (bg:erc-color-face15 ((t (:background "gray90"))))
9717 (bg:erc-color-face2 ((t (:background "blue4"))))
9718 (bg:erc-color-face3 ((t (:background "green4"))))
9719 (bg:erc-color-face4 ((t (:background "red"))))
9720 (bg:erc-color-face5 ((t (:background "brown"))))
9721 (bg:erc-color-face6 ((t (:background "purple"))))
9722 (bg:erc-color-face7 ((t (:background "orange"))))
9723 (bg:erc-color-face8 ((t (:background "yellow"))))
9724 (bg:erc-color-face9 ((t (:background "green"))))
9725 (bold ((t (:bold t :weight bold))))
9726 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
9727 (border ((t (:background "black"))))
9728 (button ((t (:underline t))))
9729 (comint-highlight-input ((t (:bold t :weight bold))))
9730 (comint-highlight-prompt ((t (:foreground "dark blue"))))
9731 (cursor ((t (:background "black"))))
9732 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
9733 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
9734 (custom-changed-face ((t (:background "blue" :foreground "white"))))
9735 (custom-comment-face ((t (:background "gray85"))))
9736 (custom-comment-tag-face ((t (:foreground "blue4"))))
9737 (custom-documentation-face ((t (nil))))
9738 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
9739 (custom-group-tag-face ((t (:bold t :foreground "blue" :weight bold :height 1.2))))
9740 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "red" :weight bold :height 1.2))))
9741 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
9742 (custom-modified-face ((t (:background "blue" :foreground "white"))))
9743 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
9744 (custom-saved-face ((t (:underline t))))
9745 (custom-set-face ((t (:background "white" :foreground "blue"))))
9746 (custom-state-face ((t (:foreground "dark green"))))
9747 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
9748 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "blue" :weight bold :height 1.2))))
9749 (erc-action-face ((t (:bold t :weight bold))))
9750 (erc-bold-face ((t (:bold t :weight bold))))
9751 (erc-default-face ((t (nil))))
9752 (erc-direct-msg-face ((t (:foreground "IndianRed"))))
9753 (erc-error-face ((t (:background "Red" :foreground "White"))))
9754 (erc-input-face ((t (:foreground "brown"))))
9755 (erc-inverse-face ((t (:background "Black" :foreground "White"))))
9756 (erc-notice-face ((t (:bold t :foreground "SlateBlue" :weight bold))))
9757 (erc-prompt-face ((t (:bold t :background "lightBlue2" :foreground "Black" :weight bold))))
9758 (erc-timestamp-face ((t (:bold t :foreground "green" :weight bold))))
9759 (erc-underline-face ((t (:underline t))))
9760 (fg:erc-color-face0 ((t (:foreground "White"))))
9761 (fg:erc-color-face1 ((t (:foreground "black"))))
9762 (fg:erc-color-face10 ((t (:foreground "lightblue1"))))
9763 (fg:erc-color-face11 ((t (:foreground "cyan"))))
9764 (fg:erc-color-face12 ((t (:foreground "blue"))))
9765 (fg:erc-color-face13 ((t (:foreground "deeppink"))))
9766 (fg:erc-color-face14 ((t (:foreground "gray50"))))
9767 (fg:erc-color-face15 ((t (:foreground "gray90"))))
9768 (fg:erc-color-face2 ((t (:foreground "blue4"))))
9769 (fg:erc-color-face3 ((t (:foreground "green4"))))
9770 (fg:erc-color-face4 ((t (:foreground "red"))))
9771 (fg:erc-color-face5 ((t (:foreground "brown"))))
9772 (fg:erc-color-face6 ((t (:foreground "purple"))))
9773 (fg:erc-color-face7 ((t (:foreground "orange"))))
9774 (fg:erc-color-face8 ((t (:foreground "yellow"))))
9775 (fg:erc-color-face9 ((t (:foreground "green"))))
9776 (fixed-pitch ((t (:family "courier"))))
9777 (font-lock-builtin-face ((t (:foreground "magenta3" :underline t :height 0.9))))
9778 (font-lock-comment-face ((t (:italic t :foreground "gray60" :slant oblique :height 0.9))))
9779 (font-lock-constant-face ((t (:bold t :foreground "medium purple" :weight bold :height 0.9))))
9780 (font-lock-function-name-face ((t (:bold t :foreground "black" :weight bold))))
9781 (font-lock-keyword-face ((t (:bold t :foreground "blue" :weight bold))))
9782 (font-lock-string-face ((t (:foreground "red" :height 0.9))))
9783 (font-lock-type-face ((t (:foreground "Royalblue"))))
9784 (font-lock-variable-name-face ((t (:bold t :foreground "maroon" :weight bold :height 0.9))))
9785 (font-lock-warning-face ((t (:bold t :foreground "Red" :weight bold))))
9786 (fringe ((t (:background "dodgerblue"))))
9787 (header-line ((t (:underline "red" :overline "red" :background "grey90" :foreground "grey20" :box nil))))
9788 (highlight ((t (:background "darkseagreen2"))))
9789 (isearch ((t (:background "magenta2" :foreground "lightskyblue1"))))
9790 (isearch-lazy-highlight-face ((t (:background "paleturquoise"))))
9791 (italic ((t (:italic t :slant italic))))
9792 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
9793 (jde-db-active-breakpoint-face ((t (:background "red" :foreground "black"))))
9794 (jde-db-requested-breakpoint-face ((t (:background "yellow" :foreground "black"))))
9795 (jde-db-spec-breakpoint-face ((t (:background "green" :foreground "black"))))
9796 (jde-java-font-lock-api-face ((t (:foreground "dark goldenrod"))))
9797 (jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
9798 (jde-java-font-lock-code-face ((t (nil))))
9799 (jde-java-font-lock-constant-face ((t (:foreground "CadetBlue"))))
9800 (jde-java-font-lock-doc-tag-face ((t (:foreground "green4"))))
9801 (jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
9802 (jde-java-font-lock-link-face ((t (:foreground "cadetblue" :underline t :slant normal))))
9803 (jde-java-font-lock-modifier-face ((t (:foreground "Orchid"))))
9804 (jde-java-font-lock-number-face ((t (:foreground "RosyBrown"))))
9805 (jde-java-font-lock-operator-face ((t (:foreground "medium blue"))))
9806 (jde-java-font-lock-package-face ((t (:foreground "blue3"))))
9807 (jde-java-font-lock-pre-face ((t (nil))))
9808 (jde-java-font-lock-underline-face ((t (:underline t))))
9809 (menu ((t (nil))))
9810 (minibuffer-prompt ((t (:foreground "dark blue"))))
9811 (modeline ((t (:background "dodgerblue" :foreground "black" :overline "red" :underline "red"))))
9812 (modeline-buffer-id ((t (:background "dodgerblue" :foreground "black"))))
9813 (modeline-mousable ((t (:background "dodgerblue" :foreground "black"))))
9814 (modeline-mousable-minor-mode ((t (:background "dodgerblue" :foreground "black"))))
9815 (mode-line-inactive ((t (:italic t :underline "red" :overline "red" :background "white" :foreground "cadetblue" :box (:line-width -1 :color "grey75") :slant oblique :weight light))))
9816 (mouse ((t (:background "black"))))
9817 (primary-selection ((t (:background "lightgoldenrod2"))))
9818 (region ((t (:background "lightgoldenrod2"))))
9819 (scroll-bar ((t (nil))))
9820 (secondary-selection ((t (:background "yellow"))))
9821 (semantic-dirty-token-face ((t (:background "lightyellow"))))
9822 (semantic-unmatched-syntax-face ((t (:underline "red"))))
9823 (senator-intangible-face ((t (:foreground "gray25"))))
9824 (senator-momentary-highlight-face ((t (:background "gray70"))))
9825 (senator-read-only-face ((t (:background "#CCBBBB"))))
9826 (show-paren-match-face ((t (:background "turquoise"))))
9827 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
9828 (speedbar-button-face ((t (:foreground "green4"))))
9829 (speedbar-directory-face ((t (:foreground "blue4"))))
9830 (speedbar-file-face ((t (:foreground "cyan4"))))
9831 (speedbar-highlight-face ((t (:background "green"))))
9832 (speedbar-selected-face ((t (:foreground "red" :underline t))))
9833 (speedbar-tag-face ((t (:foreground "brown"))))
9834 (template-message-face ((t (:bold t :weight bold))))
9835 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
9836 (tooltip ((t (:background "lightyellow" :foreground "black"))))
9837 (trailing-whitespace ((t (:background "red"))))
9838 (underline ((t (:underline t))))
9839 (variable-pitch ((t (:family "helv"))))
9840 (widget-button-face ((t (:bold t :weight bold))))
9841 (widget-button-pressed-face ((t (:foreground "red"))))
9842 (widget-documentation-face ((t (:foreground "dark green"))))
9843 (widget-field-face ((t (:background "gray85"))))
9844 (widget-inactive-face ((t (:foreground "dim gray"))))
9845 (widget-single-line-field-face ((t (:background "gray85"))))
9846 (zmacs-region ((t (:background "lightgoldenrod2")))))))
9848 (defun color-theme-gray30 ()
9849 "Color theme by Girish Bharadwaj, created 2002-04-22."
9850 (interactive)
9851 (color-theme-install
9852 '(color-theme-gray30
9853 ((background-color . "grey30")
9854 (background-mode . dark)
9855 (border-color . "black")
9856 (cursor-color . "black")
9857 (foreground-color . "gainsboro")
9858 (mouse-color . "black"))
9859 ((help-highlight-face . underline)
9860 (list-matching-lines-face . bold)
9861 (semantic-which-function-use-color . t)
9862 (senator-eldoc-use-color . t)
9863 (widget-mouse-face . highlight))
9864 (default ((t (:stipple nil :background "grey30" :foreground "gainsboro" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-courier new"))))
9865 (bg:erc-color-face0 ((t (:background "White"))))
9866 (bg:erc-color-face1 ((t (:background "black"))))
9867 (bg:erc-color-face10 ((t (:background "lightblue1"))))
9868 (bg:erc-color-face11 ((t (:background "cyan"))))
9869 (bg:erc-color-face12 ((t (:background "blue"))))
9870 (bg:erc-color-face13 ((t (:background "deeppink"))))
9871 (bg:erc-color-face14 ((t (:background "gray50"))))
9872 (bg:erc-color-face15 ((t (:background "gray90"))))
9873 (bg:erc-color-face2 ((t (:background "blue4"))))
9874 (bg:erc-color-face3 ((t (:background "green4"))))
9875 (bg:erc-color-face4 ((t (:background "red"))))
9876 (bg:erc-color-face5 ((t (:background "brown"))))
9877 (bg:erc-color-face6 ((t (:background "purple"))))
9878 (bg:erc-color-face7 ((t (:background "orange"))))
9879 (bg:erc-color-face8 ((t (:background "yellow"))))
9880 (bg:erc-color-face9 ((t (:background "green"))))
9881 (bold ((t (:bold t :weight bold))))
9882 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
9883 (border ((t (:background "black"))))
9884 (button ((t (:underline t))))
9885 (comint-highlight-input ((t (:bold t :weight bold))))
9886 (comint-highlight-prompt ((t (:foreground "cyan"))))
9887 (cursor ((t (:background "black"))))
9888 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
9889 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
9890 (custom-changed-face ((t (:background "blue" :foreground "white"))))
9891 (custom-comment-face ((t (:background "dim gray"))))
9892 (custom-comment-tag-face ((t (:foreground "gray80"))))
9893 (custom-documentation-face ((t (nil))))
9894 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
9895 (custom-group-tag-face ((t (:bold t :foreground "light blue" :weight bold :height 1.2))))
9896 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "pink" :weight bold :height 1.2))))
9897 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
9898 (custom-modified-face ((t (:background "blue" :foreground "white"))))
9899 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
9900 (custom-saved-face ((t (:underline t))))
9901 (custom-set-face ((t (:background "white" :foreground "blue"))))
9902 (custom-state-face ((t (:foreground "lime green"))))
9903 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
9904 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "light blue" :weight bold :height 1.2))))
9905 (erc-action-face ((t (:bold t :weight bold))))
9906 (erc-bold-face ((t (:bold t :weight bold))))
9907 (erc-default-face ((t (nil))))
9908 (erc-direct-msg-face ((t (:foreground "IndianRed"))))
9909 (erc-error-face ((t (:background "Red" :foreground "White"))))
9910 (erc-input-face ((t (:foreground "brown"))))
9911 (erc-inverse-face ((t (:background "Black" :foreground "White"))))
9912 (erc-notice-face ((t (:bold t :foreground "SlateBlue" :weight bold))))
9913 (erc-prompt-face ((t (:bold t :background "lightBlue2" :foreground "Black" :weight bold))))
9914 (erc-timestamp-face ((t (:bold t :foreground "green" :weight bold))))
9915 (erc-underline-face ((t (:underline t))))
9916 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid" :weight bold))))
9917 (eshell-ls-backup-face ((t (:foreground "LightSalmon"))))
9918 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
9919 (eshell-ls-directory-face ((t (:bold t :foreground "SkyBlue" :weight bold))))
9920 (eshell-ls-executable-face ((t (:bold t :foreground "Green" :weight bold))))
9921 (eshell-ls-missing-face ((t (:bold t :foreground "Red" :weight bold))))
9922 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
9923 (eshell-ls-readonly-face ((t (:foreground "Pink"))))
9924 (eshell-ls-special-face ((t (:bold t :foreground "Magenta" :weight bold))))
9925 (eshell-ls-symlink-face ((t (:bold t :foreground "Cyan" :weight bold))))
9926 (eshell-ls-unreadable-face ((t (:foreground "DarkGrey"))))
9927 (fg:erc-color-face0 ((t (:foreground "White"))))
9928 (fg:erc-color-face1 ((t (:foreground "black"))))
9929 (fg:erc-color-face10 ((t (:foreground "lightblue1"))))
9930 (fg:erc-color-face11 ((t (:foreground "cyan"))))
9931 (fg:erc-color-face12 ((t (:foreground "blue"))))
9932 (fg:erc-color-face13 ((t (:foreground "deeppink"))))
9933 (fg:erc-color-face14 ((t (:foreground "gray50"))))
9934 (fg:erc-color-face15 ((t (:foreground "gray90"))))
9935 (fg:erc-color-face2 ((t (:foreground "blue4"))))
9936 (fg:erc-color-face3 ((t (:foreground "green4"))))
9937 (fg:erc-color-face4 ((t (:foreground "red"))))
9938 (fg:erc-color-face5 ((t (:foreground "brown"))))
9939 (fg:erc-color-face6 ((t (:foreground "purple"))))
9940 (fg:erc-color-face7 ((t (:foreground "orange"))))
9941 (fg:erc-color-face8 ((t (:foreground "yellow"))))
9942 (fg:erc-color-face9 ((t (:foreground "green"))))
9943 (fixed-pitch ((t (:family "courier"))))
9944 (font-lock-builtin-face ((t (:foreground "LightSkyBlue" :underline t))))
9945 (font-lock-comment-face ((t (:italic t :foreground "lightgreen" :slant oblique))))
9946 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
9947 (font-lock-function-name-face ((t (:bold t :foreground "DodgerBlue" :weight bold :height 1.05))))
9948 (font-lock-keyword-face ((t (:foreground "LightPink" :height 1.05))))
9949 (font-lock-string-face ((t (:foreground "LightSalmon"))))
9950 (font-lock-type-face ((t (:foreground "yellow" :height 1.05))))
9951 (font-lock-variable-name-face ((t (:foreground "gold"))))
9952 (font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
9953 (fringe ((t (:background "grey10"))))
9954 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
9955 (highlight ((t (:background "darkolivegreen"))))
9956 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
9957 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
9958 (italic ((t (:italic t :slant italic))))
9959 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
9960 (jde-db-active-breakpoint-face ((t (:background "red" :foreground "black"))))
9961 (jde-db-requested-breakpoint-face ((t (:background "yellow" :foreground "black"))))
9962 (jde-db-spec-breakpoint-face ((t (:background "green" :foreground "black"))))
9963 (jde-java-font-lock-api-face ((t (:foreground "light goldenrod"))))
9964 (jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
9965 (jde-java-font-lock-code-face ((t (nil))))
9966 (jde-java-font-lock-constant-face ((t (:foreground "Aquamarine"))))
9967 (jde-java-font-lock-doc-tag-face ((t (:foreground "light coral"))))
9968 (jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
9969 (jde-java-font-lock-link-face ((t (:foreground "cadetblue" :underline t :slant normal))))
9970 (jde-java-font-lock-modifier-face ((t (:foreground "LightSteelBlue"))))
9971 (jde-java-font-lock-number-face ((t (:foreground "LightSalmon"))))
9972 (jde-java-font-lock-operator-face ((t (:foreground "medium blue"))))
9973 (jde-java-font-lock-package-face ((t (:foreground "steelblue1"))))
9974 (jde-java-font-lock-pre-face ((t (nil))))
9975 (jde-java-font-lock-underline-face ((t (:underline t))))
9976 (menu ((t (nil))))
9977 (minibuffer-prompt ((t (:foreground "cyan"))))
9978 (mode-line ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
9979 (mode-line-inactive ((t (:background "grey30" :foreground "grey80" :box (:line-width -1 :color "grey40" :style nil) :weight light))))
9980 (mouse ((t (:background "black"))))
9981 (primary-selection ((t (:background "blue3"))))
9982 (region ((t (:background "blue3"))))
9983 (scroll-bar ((t (nil))))
9984 (secondary-selection ((t (:background "SkyBlue4"))))
9985 (semantic-dirty-token-face ((t (:background "lightyellow"))))
9986 (semantic-unmatched-syntax-face ((t (:underline "red"))))
9987 (senator-intangible-face ((t (:foreground "gray75"))))
9988 (senator-momentary-highlight-face ((t (:background "gray30"))))
9989 (senator-read-only-face ((t (:background "#664444"))))
9990 (show-paren-match-face ((t (:background "steelblue3"))))
9991 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
9992 (speedbar-button-face ((t (:foreground "green3"))))
9993 (speedbar-directory-face ((t (:foreground "light blue"))))
9994 (speedbar-file-face ((t (:foreground "cyan"))))
9995 (speedbar-highlight-face ((t (:background "sea green"))))
9996 (speedbar-selected-face ((t (:foreground "red" :underline t))))
9997 (speedbar-tag-face ((t (:foreground "yellow"))))
9998 (template-message-face ((t (:bold t :weight bold))))
9999 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
10000 (tooltip ((t (:background "lightyellow" :foreground "black"))))
10001 (trailing-whitespace ((t (:background "red"))))
10002 (underline ((t (:underline t))))
10003 (variable-pitch ((t (:family "helv"))))
10004 (widget-button-face ((t (:bold t :weight bold))))
10005 (widget-button-pressed-face ((t (:foreground "red"))))
10006 (widget-documentation-face ((t (:foreground "lime green"))))
10007 (widget-field-face ((t (:background "dim gray"))))
10008 (widget-inactive-face ((t (:foreground "light gray"))))
10009 (widget-single-line-field-face ((t (:background "dim gray"))))
10010 (zmacs-region ((t (:background "blue3")))))))
10012 (defun color-theme-dark-green ()
10013 "Color theme by ces93, created 2002-03-30."
10014 (interactive)
10015 (color-theme-install
10016 '(color-theme-dark-green
10017 ((background-mode . light)
10018 (background-toolbar-color . "#e79ddf7ddf7d")
10019 (border-color . "#000000000000")
10020 (bottom-toolbar-shadow-color . "#8e3886178617")
10021 (top-toolbar-shadow-color . "#ffffffffffff"))
10023 (default ((t (nil))))
10024 (blue ((t (:foreground "blue"))))
10025 (bold ((t (:bold t))))
10026 (bold-italic ((t (:italic t :bold t))))
10027 (border-glyph ((t (nil))))
10028 (fringe ((t (nil))))
10029 (green ((t (:foreground "green"))))
10030 (gui-button-face ((t (:background "grey75" :foreground "black"))))
10031 (gui-element ((t (:background "#ffffff" :foreground "#000000"))))
10032 (highlight ((t (:background "gray" :foreground "darkred"))))
10033 (isearch ((t (:background "LightSlateGray" :foreground "red"))))
10034 (italic ((t (:italic t))))
10035 (left-margin ((t (nil))))
10036 (list-mode-item-selected ((t (:background "gray68"))))
10037 (mode-line ((t (:background "LightSlateGray" :foreground "black"))))
10038 (modeline ((t (:background "LightSlateGray" :foreground "black"))))
10039 (modeline-buffer-id ((t (:background "LightSlateGray" :foreground "blue4"))))
10040 (modeline-mousable ((t (:background "LightSlateGray" :foreground "firebrick"))))
10041 (modeline-mousable-minor-mode ((t (:background "LightSlateGray" :foreground "green4"))))
10042 (pointer ((t (:background "#ffffff" :foreground "#000000"))))
10043 (primary-selection ((t (:background "gray65"))))
10044 (red ((t (:foreground "red"))))
10045 (region ((t (:background "gray65"))))
10046 (right-margin ((t (nil))))
10047 (rpm-spec-dir-face ((t (:foreground "green"))))
10048 (rpm-spec-doc-face ((t (:foreground "magenta"))))
10049 (rpm-spec-ghost-face ((t (:foreground "red"))))
10050 (rpm-spec-macro-face ((t (:foreground "purple"))))
10051 (rpm-spec-package-face ((t (:foreground "red"))))
10052 (rpm-spec-tag-face ((t (:foreground "blue"))))
10053 (secondary-selection ((t (:background "paleturquoise"))))
10054 (text-cursor ((t (:background "Red3" :foreground "DarkSlateGray"))))
10055 (tool-bar ((t (nil))))
10056 (toolbar ((t (:background "#ffffff" :foreground "#000000"))))
10057 (underline ((t (:underline t))))
10058 (vertical-divider ((t (:background "#ffffff" :foreground "#000000"))))
10059 (widget-button-face ((t (:bold t))))
10060 (widget-button-pressed-face ((t (:foreground "red"))))
10061 (widget-documentation-face ((t (:foreground "dark green"))))
10062 (widget-field-face ((t (:background "gray85"))))
10063 (widget-inactive-face ((t (:foreground "dim gray"))))
10064 (yellow ((t (:foreground "yellow"))))
10065 (zmacs-region ((t (:background "darkorange" :foreground "black")))))))
10067 (defun color-theme-whateveryouwant ()
10068 "Color theme by Fabien Penso, created 2002-05-02."
10069 (interactive)
10070 (color-theme-install
10071 '(color-theme-whateveryouwant
10072 ((background-color . "white")
10073 (background-mode . light)
10074 (border-color . "black")
10075 (cursor-color . "black")
10076 (foreground-color . "black")
10077 (mouse-color . "black"))
10078 ((cperl-here-face . font-lock-string-face)
10079 (cperl-invalid-face . underline)
10080 (cperl-pod-face . font-lock-comment-face)
10081 (cperl-pod-head-face . font-lock-variable-name-face)
10082 (display-time-mail-face . mode-line)
10083 (gnus-article-button-face . bold)
10084 (gnus-article-mouse-face . highlight)
10085 (gnus-carpal-button-face . bold)
10086 (gnus-carpal-header-face . bold-italic)
10087 (gnus-cite-attribution-face . gnus-cite-attribution-face)
10088 (gnus-mouse-face . highlight)
10089 (gnus-selected-tree-face . modeline)
10090 (gnus-signature-face . gnus-signature-face)
10091 (gnus-summary-selected-face . gnus-summary-selected-face)
10092 (gnus-treat-display-xface . head)
10093 (help-highlight-face . underline)
10094 (ispell-highlight-face . flyspell-incorrect-face)
10095 (list-matching-lines-face . bold)
10096 (sgml-set-face . t)
10097 (view-highlight-face . highlight)
10098 (widget-mouse-face . highlight)
10099 (x-face-mouse-face . highlight))
10100 (default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 116 :width normal :family "monotype-courier new"))))
10101 (Info-title-1-face ((t (:bold t :weight bold :height 1.728 :family "helv"))))
10102 (Info-title-2-face ((t (:bold t :weight bold :height 1.44 :family "helv"))))
10103 (Info-title-3-face ((t (:bold t :weight bold :height 1.2 :family "helv"))))
10104 (Info-title-4-face ((t (:bold t :weight bold :family "helv"))))
10105 (antlr-font-lock-keyword-face ((t (:bold t :foreground "black" :weight bold))))
10106 (antlr-font-lock-literal-face ((t (:bold t :foreground "brown4" :weight bold))))
10107 (antlr-font-lock-ruledef-face ((t (:bold t :foreground "blue" :weight bold))))
10108 (antlr-font-lock-ruleref-face ((t (:foreground "blue4"))))
10109 (antlr-font-lock-tokendef-face ((t (:bold t :foreground "blue" :weight bold))))
10110 (antlr-font-lock-tokenref-face ((t (:foreground "orange4"))))
10111 (bbdb-company ((t (:italic t :slant italic))))
10112 (bbdb-field-name ((t (:bold t :foreground "gray40" :weight bold))))
10113 (bbdb-field-value ((t (nil))))
10114 (bbdb-name ((t (:underline t))))
10115 (bold ((t (:bold t :foreground "gray40" :weight bold))))
10116 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
10117 (border ((t (:background "black"))))
10118 (calendar-today-face ((t (:underline t))))
10119 (change-log-acknowledgement-face ((t (:foreground "Firebrick"))))
10120 (change-log-conditionals-face ((t (:foreground "DarkGoldenrod"))))
10121 (change-log-date-face ((t (:foreground "RosyBrown"))))
10122 (change-log-email-face ((t (:foreground "DarkGoldenrod"))))
10123 (change-log-file-face ((t (:foreground "Blue"))))
10124 (change-log-function-face ((t (:foreground "DarkGoldenrod"))))
10125 (change-log-list-face ((t (:foreground "Purple"))))
10126 (change-log-name-face ((t (:foreground "CadetBlue"))))
10127 (comint-highlight-input ((t (:bold t :weight bold))))
10128 (comint-highlight-prompt ((t (:foreground "dark blue"))))
10129 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue" :weight bold))))
10130 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red" :slant italic :weight bold))))
10131 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
10132 (cursor ((t (:background "black"))))
10133 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
10134 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
10135 (custom-changed-face ((t (:background "blue" :foreground "white"))))
10136 (custom-comment-face ((t (:background "gray85"))))
10137 (custom-comment-tag-face ((t (:foreground "blue4"))))
10138 (custom-documentation-face ((t (nil))))
10139 (custom-face-tag-face ((t (:bold t :weight bold :height 1.2 :family "helv"))))
10140 (custom-group-tag-face ((t (:bold t :foreground "blue" :weight bold :height 1.2))))
10141 (custom-group-tag-face-1 ((t (:bold t :foreground "red" :weight bold :height 1.2 :family "helv"))))
10142 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
10143 (custom-modified-face ((t (:background "blue" :foreground "white"))))
10144 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
10145 (custom-saved-face ((t (:underline t))))
10146 (custom-set-face ((t (:background "white" :foreground "blue"))))
10147 (custom-state-face ((t (:foreground "dark green"))))
10148 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
10149 (custom-variable-tag-face ((t (:bold t :foreground "blue" :weight bold :height 1.2 :family "helv"))))
10150 (cvs-filename-face ((t (:foreground "blue4"))))
10151 (cvs-handled-face ((t (:foreground "pink"))))
10152 (cvs-header-face ((t (:bold t :foreground "blue4" :weight bold))))
10153 (cvs-marked-face ((t (:bold t :foreground "green3" :weight bold))))
10154 (cvs-msg-face ((t (:italic t :slant italic))))
10155 (cvs-need-action-face ((t (:foreground "orange"))))
10156 (cvs-unknown-face ((t (:foreground "red"))))
10157 (diary-face ((t (:foreground "red"))))
10158 (diff-added-face ((t (nil))))
10159 (diff-changed-face ((t (nil))))
10160 (diff-context-face ((t (:foreground "grey50"))))
10161 (diff-file-header-face ((t (:bold t :background "grey70" :weight bold))))
10162 (diff-function-face ((t (:foreground "grey50"))))
10163 (diff-header-face ((t (:background "grey85"))))
10164 (diff-hunk-header-face ((t (:background "grey85"))))
10165 (diff-index-face ((t (:bold t :background "grey70" :weight bold))))
10166 (diff-nonexistent-face ((t (:bold t :background "grey70" :weight bold))))
10167 (diff-removed-face ((t (nil))))
10168 (dired-face-boring ((t (:foreground "RosyBrown"))))
10169 (dired-face-directory ((t (:foreground "Blue"))))
10170 (dired-face-executable ((t (nil))))
10171 (dired-face-flagged ((t (:bold t :foreground "Red" :weight bold))))
10172 (dired-face-marked ((t (:bold t :foreground "Red" :weight bold))))
10173 (dired-face-permissions ((t (nil))))
10174 (dired-face-setuid ((t (nil))))
10175 (dired-face-socket ((t (nil))))
10176 (dired-face-symlink ((t (:foreground "Purple"))))
10177 (ebrowse-default-face ((t (nil))))
10178 (ebrowse-file-name-face ((t (:italic t :slant italic))))
10179 (ebrowse-member-attribute-face ((t (:foreground "red"))))
10180 (ebrowse-member-class-face ((t (:foreground "purple"))))
10181 (ebrowse-progress-face ((t (:background "blue"))))
10182 (ebrowse-root-class-face ((t (:bold t :foreground "blue" :weight bold))))
10183 (ebrowse-tree-mark-face ((t (:foreground "red"))))
10184 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
10185 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
10186 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
10187 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
10188 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
10189 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
10190 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
10191 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
10192 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
10193 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
10194 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
10195 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
10196 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
10197 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
10198 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
10199 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
10200 (erc-action-face ((t (:bold t :weight bold))))
10201 (erc-bold-face ((t (:bold t :weight bold))))
10202 (erc-default-face ((t (nil))))
10203 (erc-direct-msg-face ((t (:foreground "LightSalmon"))))
10204 (erc-error-face ((t (:bold t :foreground "IndianRed" :weight bold))))
10205 (erc-input-face ((t (:foreground "Beige"))))
10206 (erc-inverse-face ((t (:background "wheat" :foreground "darkslategrey"))))
10207 (erc-notice-face ((t (:foreground "MediumAquamarine"))))
10208 (erc-pal-face ((t (:foreground "pale green"))))
10209 (erc-prompt-face ((t (:foreground "MediumAquamarine"))))
10210 (erc-underline-face ((t (:underline t))))
10211 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid" :weight bold))))
10212 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
10213 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
10214 (eshell-ls-directory-face ((t (:bold t :foreground "Blue" :weight bold))))
10215 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen" :weight bold))))
10216 (eshell-ls-missing-face ((t (:bold t :foreground "Red" :weight bold))))
10217 (eshell-ls-picture-face ((t (:foreground "Violet"))))
10218 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
10219 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
10220 (eshell-ls-special-face ((t (:bold t :foreground "Magenta" :weight bold))))
10221 (eshell-ls-symlink-face ((t (:bold t :foreground "Dark Cyan" :weight bold))))
10222 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
10223 (eshell-prompt-face ((t (:bold t :foreground "#aa0000" :weight bold :width condensed :family "neep-alt"))))
10224 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
10225 (eshell-test-ok-face ((t (:bold t :foreground "Green" :weight bold))))
10226 (excerpt ((t (:italic t :slant italic))))
10227 (fixed ((t (:bold t :weight bold))))
10228 (fixed-pitch ((t (:family "courier"))))
10229 (flyspell-duplicate-face ((t (:bold t :foreground "Gold3" :underline t :weight bold))))
10230 (flyspell-incorrect-face ((t (:bold t :foreground "OrangeRed" :underline t :weight bold))))
10231 (font-latex-bold-face ((t (:bold t :foreground "DarkOliveGreen" :weight bold))))
10232 (font-latex-italic-face ((t (:italic t :foreground "DarkOliveGreen" :slant italic))))
10233 (font-latex-math-face ((t (:foreground "SaddleBrown"))))
10234 (font-latex-sedate-face ((t (:foreground "DimGray"))))
10235 (font-latex-string-face ((t (:foreground "RosyBrown"))))
10236 (font-latex-warning-face ((t (:bold t :foreground "Red" :weight bold))))
10237 (font-lock-builtin-face ((t (:foreground "dodgerblue3"))))
10238 (font-lock-comment-face ((t (:foreground "#cc0000" :width semi-condensed :family "helvetica"))))
10239 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
10240 (font-lock-doc-face ((t (:foreground "RosyBrown"))))
10241 (font-lock-doc-string-face ((t (:foreground "RosyBrown"))))
10242 (font-lock-function-name-face ((t (:bold t :foreground "navy" :weight bold :height 100))))
10243 (font-lock-keyword-face ((t (:bold t :foreground "red4" :weight bold))))
10244 (font-lock-preprocessor-face ((t (:foreground "CadetBlue"))))
10245 (font-lock-reference-face ((t (:foreground "Orchid"))))
10246 (font-lock-string-face ((t (:foreground "navy"))))
10247 (font-lock-type-face ((t (:bold t :foreground "black" :weight bold))))
10248 (font-lock-variable-name-face ((t (:foreground "black"))))
10249 (font-lock-warning-face ((t (:foreground "orange2"))))
10250 (fringe ((t (:background "white"))))
10251 (gnus-cite-attribution-face ((t (:italic t :slant italic))))
10252 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
10253 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
10254 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
10255 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
10256 (gnus-cite-face-3 ((t (:foreground "dark green"))))
10257 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
10258 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
10259 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
10260 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
10261 (gnus-cite-face-8 ((t (:foreground "magenta"))))
10262 (gnus-cite-face-9 ((t (:foreground "violet"))))
10263 (gnus-emphasis-bold ((t (:bold t :weight bold))))
10264 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
10265 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
10266 (gnus-emphasis-italic ((t (:italic t :slant italic))))
10267 (gnus-emphasis-underline ((t (:underline t))))
10268 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
10269 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
10270 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
10271 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
10272 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3" :weight bold))))
10273 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
10274 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3" :weight bold))))
10275 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
10276 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4" :weight bold))))
10277 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
10278 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4" :weight bold))))
10279 (gnus-group-news-1-empty-face ((t (:foreground "red" :weight normal :height 120 :family "courier"))))
10280 (gnus-group-news-1-face ((t (:foreground "red" :weight normal :height 120 :family "courier"))))
10281 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
10282 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4" :weight bold))))
10283 (gnus-group-news-3-empty-face ((t (nil))))
10284 (gnus-group-news-3-face ((t (:bold t :weight bold))))
10285 (gnus-group-news-4-empty-face ((t (nil))))
10286 (gnus-group-news-4-face ((t (:bold t :weight bold))))
10287 (gnus-group-news-5-empty-face ((t (nil))))
10288 (gnus-group-news-5-face ((t (:bold t :weight bold))))
10289 (gnus-group-news-6-empty-face ((t (nil))))
10290 (gnus-group-news-6-face ((t (:bold t :weight bold))))
10291 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
10292 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
10293 (gnus-header-content-face ((t (:foreground "goldenrod" :slant normal :family "helvetica"))))
10294 (gnus-header-from-face ((t (:bold t :foreground "grey75" :weight bold :height 140 :family "helvetica"))))
10295 (gnus-header-name-face ((t (:foreground "grey75" :height 120 :family "helvetica"))))
10296 (gnus-header-newsgroups-face ((t (:italic t :foreground "MidnightBlue" :slant italic))))
10297 (gnus-header-subject-face ((t (:bold t :foreground "firebrick" :weight bold :height 160 :family "helvetica"))))
10298 (gnus-picon-face ((t (:background "white" :foreground "black"))))
10299 (gnus-picon-xbm-face ((t (:background "white" :foreground "black"))))
10300 (gnus-signature-face ((t (:italic t :slant italic))))
10301 (gnus-splash-face ((t (:foreground "Brown"))))
10302 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
10303 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue" :weight bold))))
10304 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
10305 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick" :weight bold))))
10306 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
10307 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue" :slant italic))))
10308 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen" :slant italic))))
10309 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick" :slant italic))))
10310 (gnus-summary-low-unread-face ((t (:italic t :slant italic))))
10311 (gnus-summary-normal-ancient-face ((t (:foreground "grey65" :height 110 :width condensed :family "neep"))))
10312 (gnus-summary-normal-read-face ((t (:foreground "grey75" :height 110 :width condensed :family "neep"))))
10313 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "firebrick" :weight bold :height 110 :width condensed :family "neep"))))
10314 (gnus-summary-normal-unread-face ((t (:foreground "firebrick" :height 110 :width condensed :family "neep"))))
10315 (gnus-summary-selected-face ((t (:background "gold" :foreground "black" :box (:line-width 1 :color "yellow" :style released-button) :height 140 :width condensed :family "neep"))))
10316 (header-line ((t (:background "grey90" :foreground "grey20" :box nil))))
10317 (hi-black-b ((t (:bold t :weight bold))))
10318 (hi-black-hb ((t (:bold t :weight bold :height 1.67 :family "helv"))))
10319 (hi-blue ((t (:background "light blue"))))
10320 (hi-blue-b ((t (:bold t :foreground "blue" :weight bold))))
10321 (hi-green ((t (:background "green"))))
10322 (hi-green-b ((t (:bold t :foreground "green" :weight bold))))
10323 (hi-pink ((t (:background "pink"))))
10324 (hi-red-b ((t (:bold t :foreground "red" :weight bold))))
10325 (hi-yellow ((t (:background "yellow"))))
10326 (highlight ((t (:background "black" :foreground "white"))))
10327 (highlight-changes-delete-face ((t (:foreground "red" :underline t))))
10328 (highlight-changes-face ((t (:foreground "red"))))
10329 (highline-face ((t (:background "gray80"))))
10330 (holiday-face ((t (:background "pink"))))
10331 (idlwave-help-link-face ((t (:foreground "Blue"))))
10332 (idlwave-shell-bp-face ((t (:background "Pink" :foreground "Black"))))
10333 (info-header-node ((t (:italic t :bold t :foreground "brown" :slant italic :weight bold))))
10334 (info-header-xref ((t (:bold t :foreground "magenta4" :weight bold))))
10335 (info-menu-5 ((t (:foreground "red1"))))
10336 (info-menu-header ((t (:bold t :weight bold :family "helv"))))
10337 (info-node ((t (:italic t :bold t :foreground "brown" :slant italic :weight bold))))
10338 (info-xref ((t (:bold t :foreground "magenta4" :weight bold))))
10339 (isearch ((t (:background "magenta4" :foreground "lightskyblue1"))))
10340 (isearch-lazy-highlight-face ((t (:background "paleturquoise"))))
10341 (italic ((t (:italic t :slant italic))))
10342 (log-view-file-face ((t (:bold t :background "grey70" :weight bold))))
10343 (log-view-message-face ((t (:background "grey85"))))
10344 (makefile-space-face ((t (:background "hotpink"))))
10345 (menu ((t (nil))))
10346 (message-cited-text-face ((t (:foreground "red"))))
10347 (message-header-cc-face ((t (:foreground "grey45" :weight normal :family "helvetica"))))
10348 (message-header-name-face ((t (:foreground "cornflower blue"))))
10349 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4" :slant italic :weight bold))))
10350 (message-header-other-face ((t (:foreground "steel blue"))))
10351 (message-header-subject-face ((t (:bold t :foreground "navy blue" :weight bold))))
10352 (message-header-to-face ((t (:bold t :foreground "grey60" :weight bold :height 120 :family "helvetica"))))
10353 (message-header-xheader-face ((t (:foreground "blue"))))
10354 (message-mml-face ((t (:foreground "ForestGreen"))))
10355 (message-separator-face ((t (:foreground "brown"))))
10356 (mode-line ((t (:background "grey90" :foreground "black" :box (:line-width 1 :style none) :width condensed :family "neep"))))
10357 (modeline-buffer-id ((t (:bold t :background "grey75" :foreground "black" :box (:line-width -1 :style released-button) :weight bold))))
10358 (modeline-mousable ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
10359 (modeline-mousable-minor-mode ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
10360 (mouse ((t (:background "black"))))
10361 (mpg123-face-cur ((t (:background "#004080" :foreground "yellow"))))
10362 (mpg123-face-slider ((t (:background "yellow" :foreground "black"))))
10363 (primary-selection ((t (:background "lightgoldenrod2"))))
10364 (reb-match-0 ((t (:background "lightblue"))))
10365 (reb-match-1 ((t (:background "aquamarine"))))
10366 (reb-match-2 ((t (:background "springgreen"))))
10367 (reb-match-3 ((t (:background "yellow"))))
10368 (region ((t (:background "#aa0000" :foreground "white"))))
10369 (scroll-bar ((t (:background "grey75"))))
10370 (secondary-selection ((t (:background "yellow"))))
10371 (sgml-comment-face ((t (:italic t :foreground "SeaGreen" :slant italic))))
10372 (sgml-doctype-face ((t (:bold t :foreground "FireBrick" :weight bold))))
10373 (sgml-end-tag-face ((t (:stipple nil :background "white" :foreground "SlateBlue" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 116 :width normal :family "monotype-courier new"))))
10374 (sgml-entity-face ((t (:stipple nil :background "SlateBlue" :foreground "Red" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 116 :width normal :family "monotype-courier new"))))
10375 (sgml-ignored-face ((t (nil))))
10376 (sgml-ms-end-face ((t (nil))))
10377 (sgml-ms-start-face ((t (nil))))
10378 (sgml-pi-face ((t (:bold t :foreground "gray40" :weight bold))))
10379 (sgml-sgml-face ((t (:bold t :foreground "gray40" :weight bold))))
10380 (sgml-short-ref-face ((t (nil))))
10381 (sgml-shortref-face ((t (:bold t :foreground "gray40" :weight bold))))
10382 (sgml-start-tag-face ((t (:stipple nil :background "white" :foreground "SlateBlue" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 116 :width normal :family "monotype-courier new"))))
10383 (sh-heredoc-face ((t (:foreground "tan"))))
10384 (show-paren-match-face ((t (:background "gray80" :foreground "black"))))
10385 (show-paren-mismatch-face ((t (:background "red" :foreground "yellow"))))
10386 (show-tabs-space-face ((t (:foreground "yellow"))))
10387 (show-tabs-tab-face ((t (:foreground "red"))))
10388 (smerge-base-face ((t (:foreground "red"))))
10389 (smerge-markers-face ((t (:background "grey85"))))
10390 (smerge-mine-face ((t (:foreground "blue"))))
10391 (smerge-other-face ((t (:foreground "darkgreen"))))
10392 (speedbar-button-face ((t (:foreground "green4"))))
10393 (speedbar-directory-face ((t (:foreground "blue4"))))
10394 (speedbar-file-face ((t (:foreground "cyan4"))))
10395 (speedbar-highlight-face ((t (:background "green"))))
10396 (speedbar-selected-face ((t (:foreground "red" :underline t))))
10397 (speedbar-tag-face ((t (:foreground "brown"))))
10398 (strokes-char-face ((t (:background "lightgray"))))
10399 (term-black ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10400 (term-blackbg ((t (:stipple nil :background "black" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10401 (term-blue ((t (:stipple nil :background "white" :foreground "blue" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10402 (term-bluebg ((t (:stipple nil :background "blue" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10403 (term-bold ((t (:bold t :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight bold :width normal :family "adobe-courier"))))
10404 (term-cyan ((t (:stipple nil :background "white" :foreground "cyan" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10405 (term-cyanbg ((t (:stipple nil :background "cyan" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10406 (term-default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10407 (term-default-bg ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10408 (term-default-bg-inv ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10409 (term-default-fg ((t (:stipple nil :background "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10410 (term-default-fg-inv ((t (:stipple nil :background "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10411 (term-green ((t (:stipple nil :background "white" :foreground "green" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10412 (term-greenbg ((t (:stipple nil :background "green" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10413 (term-invisible ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10414 (term-invisible-inv ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10415 (term-magenta ((t (:stipple nil :background "white" :foreground "magenta" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10416 (term-magentabg ((t (:stipple nil :background "magenta" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10417 (term-red ((t (:stipple nil :background "white" :foreground "red" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10418 (term-redbg ((t (:stipple nil :background "red" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10419 (term-underline ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline t :slant normal :weight normal :width normal :family "adobe-courier"))))
10420 (term-white ((t (:stipple nil :background "white" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10421 (term-whitebg ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10422 (term-yellow ((t (:stipple nil :background "white" :foreground "yellow" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10423 (term-yellowbg ((t (:stipple nil :background "yellow" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
10424 (tex-math-face ((t (:foreground "RosyBrown"))))
10425 (texinfo-heading-face ((t (:foreground "Blue"))))
10426 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
10427 (tooltip ((t (:background "lightyellow" :foreground "black"))))
10428 (trailing-whitespace ((t (:background "red"))))
10429 (underline ((t (:foreground "navy" :underline t))))
10430 (variable-pitch ((t (:family "helv"))))
10431 (vcursor ((t (:background "cyan" :foreground "blue" :underline t))))
10432 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
10433 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
10434 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
10435 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
10436 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red" :weight bold))))
10437 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange" :weight bold))))
10438 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
10439 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
10440 (vhdl-speedbar-architecture-selected-face ((t (:foreground "Blue" :underline t))))
10441 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
10442 (vhdl-speedbar-configuration-selected-face ((t (:foreground "DarkGoldenrod" :underline t))))
10443 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
10444 (vhdl-speedbar-entity-selected-face ((t (:foreground "ForestGreen" :underline t))))
10445 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
10446 (vhdl-speedbar-instantiation-selected-face ((t (:foreground "Brown" :underline t))))
10447 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
10448 (vhdl-speedbar-package-selected-face ((t (:foreground "Grey50" :underline t))))
10449 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
10450 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
10451 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
10452 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
10453 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
10454 (widget-button-face ((t (:bold t :weight bold))))
10455 (widget-button-pressed-face ((t (:foreground "red"))))
10456 (widget-documentation-face ((t (:foreground "dark green"))))
10457 (widget-field-face ((t (:background "gray85"))))
10458 (widget-inactive-face ((t (:foreground "dim gray"))))
10459 (widget-single-line-field-face ((t (:background "gray85"))))
10460 (woman-addition-face ((t (:foreground "orange"))))
10461 (woman-bold-face ((t (:bold t :foreground "blue" :weight bold))))
10462 (woman-italic-face ((t (:italic t :foreground "red" :underline t :slant italic))))
10463 (woman-unknown-face ((t (:foreground "brown"))))
10464 (zmacs-region ((t (:background "lightgoldenrod2")))))))
10466 (defun color-theme-bharadwaj-slate ()
10467 "Color theme by Girish Bharadwaj, created 2002-05-06."
10468 (interactive)
10469 (color-theme-install
10470 '(color-theme-bharadwaj-slate
10471 ((background-color . "DarkSlateGray")
10472 (background-mode . dark)
10473 (border-color . "black")
10474 (cursor-color . "khaki")
10475 (foreground-color . "palegreen")
10476 (mouse-color . "black"))
10477 ((display-time-mail-face . mode-line)
10478 (gnus-article-button-face . bold)
10479 (gnus-article-mouse-face . highlight)
10480 (gnus-mouse-face . highlight)
10481 (help-highlight-face . underline)
10482 (ibuffer-deletion-face . font-lock-type-face)
10483 (ibuffer-filter-group-name-face . bold)
10484 (ibuffer-marked-face . font-lock-warning-face)
10485 (ibuffer-title-face . font-lock-type-face)
10486 (list-matching-lines-buffer-name-face . underline)
10487 (list-matching-lines-face . bold)
10488 (semantic-which-function-use-color . t)
10489 (senator-eldoc-use-color . t)
10490 (view-highlight-face . highlight)
10491 (widget-mouse-face . highlight))
10492 (default ((t (:stipple nil :background "DarkSlateGray" :foreground "palegreen" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-lucida sans typewriter"))))
10493 (bg:erc-color-face0 ((t (:background "White"))))
10494 (bg:erc-color-face1 ((t (:background "black"))))
10495 (bg:erc-color-face10 ((t (:background "lightblue1"))))
10496 (bg:erc-color-face11 ((t (:background "cyan"))))
10497 (bg:erc-color-face12 ((t (:background "blue"))))
10498 (bg:erc-color-face13 ((t (:background "deeppink"))))
10499 (bg:erc-color-face14 ((t (:background "gray50"))))
10500 (bg:erc-color-face15 ((t (:background "gray90"))))
10501 (bg:erc-color-face2 ((t (:background "blue4"))))
10502 (bg:erc-color-face3 ((t (:background "green4"))))
10503 (bg:erc-color-face4 ((t (:background "red"))))
10504 (bg:erc-color-face5 ((t (:background "brown"))))
10505 (bg:erc-color-face6 ((t (:background "purple"))))
10506 (bg:erc-color-face7 ((t (:background "orange"))))
10507 (bg:erc-color-face8 ((t (:background "yellow"))))
10508 (bg:erc-color-face9 ((t (:background "green"))))
10509 (bold ((t (:bold t :weight bold))))
10510 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
10511 (border ((t (:background "black"))))
10512 (button ((t (:underline t))))
10513 (comint-highlight-input ((t (:bold t :weight bold))))
10514 (comint-highlight-prompt ((t (:foreground "cyan"))))
10515 (cursor ((t (:background "khaki"))))
10516 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
10517 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
10518 (custom-changed-face ((t (:background "blue" :foreground "white"))))
10519 (custom-comment-face ((t (:background "dim gray"))))
10520 (custom-comment-tag-face ((t (:foreground "gray80"))))
10521 (custom-documentation-face ((t (nil))))
10522 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
10523 (custom-group-tag-face ((t (:bold t :foreground "light blue" :weight bold :height 1.2))))
10524 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "pink" :weight bold :height 1.2))))
10525 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
10526 (custom-modified-face ((t (:background "blue" :foreground "white"))))
10527 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
10528 (custom-saved-face ((t (:underline t))))
10529 (custom-set-face ((t (:background "white" :foreground "blue"))))
10530 (custom-state-face ((t (:foreground "lime green"))))
10531 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
10532 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "light blue" :weight bold :height 1.2))))
10533 (erc-action-face ((t (:bold t :box (:line-width 2 :color "grey75") :weight bold))))
10534 (erc-bold-face ((t (:bold t :weight bold))))
10535 (erc-default-face ((t (nil))))
10536 (erc-direct-msg-face ((t (:foreground "IndianRed"))))
10537 (erc-error-face ((t (:background "Red" :foreground "White"))))
10538 (erc-input-face ((t (:foreground "lightblue"))))
10539 (erc-inverse-face ((t (:background "Black" :foreground "White"))))
10540 (erc-notice-face ((t (:bold t :foreground "dodgerblue" :weight bold))))
10541 (erc-prompt-face ((t (:bold t :background "black" :foreground "white" :weight bold))))
10542 (erc-timestamp-face ((t (:bold t :foreground "green" :weight bold))))
10543 (erc-underline-face ((t (:underline t))))
10544 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid" :weight bold))))
10545 (eshell-ls-backup-face ((t (:foreground "LightSalmon"))))
10546 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
10547 (eshell-ls-directory-face ((t (:bold t :foreground "SkyBlue" :weight bold))))
10548 (eshell-ls-executable-face ((t (:bold t :foreground "Green" :weight bold))))
10549 (eshell-ls-missing-face ((t (:bold t :foreground "Red" :weight bold))))
10550 (eshell-ls-product-face ((t (:foreground "LightSalmon"))))
10551 (eshell-ls-readonly-face ((t (:foreground "Pink"))))
10552 (eshell-ls-special-face ((t (:bold t :foreground "Magenta" :weight bold))))
10553 (eshell-ls-symlink-face ((t (:bold t :foreground "Cyan" :weight bold))))
10554 (eshell-ls-unreadable-face ((t (:foreground "DarkGrey"))))
10555 (eshell-prompt-face ((t (:bold t :foreground "Pink" :weight bold))))
10556 (fg:erc-color-face0 ((t (:foreground "White"))))
10557 (fg:erc-color-face1 ((t (:foreground "black"))))
10558 (fg:erc-color-face10 ((t (:foreground "lightblue1"))))
10559 (fg:erc-color-face11 ((t (:foreground "cyan"))))
10560 (fg:erc-color-face12 ((t (:foreground "blue"))))
10561 (fg:erc-color-face13 ((t (:foreground "deeppink"))))
10562 (fg:erc-color-face14 ((t (:foreground "gray50"))))
10563 (fg:erc-color-face15 ((t (:foreground "gray90"))))
10564 (fg:erc-color-face2 ((t (:foreground "blue4"))))
10565 (fg:erc-color-face3 ((t (:foreground "green4"))))
10566 (fg:erc-color-face4 ((t (:foreground "red"))))
10567 (fg:erc-color-face5 ((t (:foreground "brown"))))
10568 (fg:erc-color-face6 ((t (:foreground "purple"))))
10569 (fg:erc-color-face7 ((t (:foreground "orange"))))
10570 (fg:erc-color-face8 ((t (:foreground "yellow"))))
10571 (fg:erc-color-face9 ((t (:foreground "green"))))
10572 (fixed-pitch ((t (:family "courier"))))
10573 (font-lock-builtin-face ((t (:bold t :foreground "pink" :weight bold :height 1.1))))
10574 (font-lock-comment-face ((t (:foreground "violet" :height 1.0))))
10575 (font-lock-constant-face ((t (:bold t :foreground "tomato" :weight bold :height 1.0))))
10576 (font-lock-function-name-face ((t (:bold t :foreground "DodgerBlue" :weight bold))))
10577 (font-lock-keyword-face ((t (:bold t :foreground "turquoise" :weight bold))))
10578 (font-lock-preprocessor-face ((t (:bold t :foreground "tomato" :weight bold :height 1.0))))
10579 (font-lock-reference-face ((t (:bold t :foreground "pink" :weight bold :height 1.1))))
10580 (font-lock-string-face ((t (:foreground "red" :height 1.0))))
10581 (font-lock-type-face ((t (:foreground "lightblue3"))))
10582 (font-lock-variable-name-face ((t (:bold t :foreground "gray" :weight bold :height 1.0))))
10583 (font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
10584 (fringe ((t (:background "DarkSlateGray"))))
10585 (gnus-cite-attribution-face ((t (:italic t :slant italic))))
10586 (gnus-cite-face-1 ((t (:foreground "light blue"))))
10587 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
10588 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
10589 (gnus-cite-face-2 ((t (:foreground "light cyan"))))
10590 (gnus-cite-face-3 ((t (:foreground "light yellow"))))
10591 (gnus-cite-face-4 ((t (:foreground "light pink"))))
10592 (gnus-cite-face-5 ((t (:foreground "pale green"))))
10593 (gnus-cite-face-6 ((t (:foreground "beige"))))
10594 (gnus-cite-face-7 ((t (:foreground "orange"))))
10595 (gnus-cite-face-8 ((t (:foreground "magenta"))))
10596 (gnus-cite-face-9 ((t (:foreground "violet"))))
10597 (gnus-emphasis-bold ((t (:bold t :weight bold))))
10598 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
10599 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
10600 (gnus-emphasis-italic ((t (:italic t :slant italic))))
10601 (gnus-emphasis-underline ((t (:underline t))))
10602 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
10603 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
10604 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
10605 (gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
10606 (gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1" :weight bold))))
10607 (gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
10608 (gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2" :weight bold))))
10609 (gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
10610 (gnus-group-mail-3-face ((t (:bold t :foreground "aquamarine3" :weight bold))))
10611 (gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
10612 (gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4" :weight bold))))
10613 (gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
10614 (gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
10615 (gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
10616 (gnus-group-news-2-face ((t (:bold t :foreground "turquoise" :weight bold))))
10617 (gnus-group-news-3-empty-face ((t (nil))))
10618 (gnus-group-news-3-face ((t (:bold t :weight bold))))
10619 (gnus-group-news-4-empty-face ((t (nil))))
10620 (gnus-group-news-4-face ((t (:bold t :weight bold))))
10621 (gnus-group-news-5-empty-face ((t (nil))))
10622 (gnus-group-news-5-face ((t (:bold t :weight bold))))
10623 (gnus-group-news-6-empty-face ((t (nil))))
10624 (gnus-group-news-6-face ((t (:bold t :weight bold))))
10625 (gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
10626 (gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise" :weight bold))))
10627 (gnus-header-content-face ((t (:italic t :foreground "forest green" :slant italic))))
10628 (gnus-header-from-face ((t (:foreground "spring green"))))
10629 (gnus-header-name-face ((t (:foreground "SeaGreen"))))
10630 (gnus-header-newsgroups-face ((t (:italic t :foreground "yellow" :slant italic))))
10631 (gnus-header-subject-face ((t (:foreground "SeaGreen3"))))
10632 (gnus-signature-face ((t (:italic t :slant italic))))
10633 (gnus-splash-face ((t (:foreground "Brown"))))
10634 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
10635 (gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue" :weight bold))))
10636 (gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen" :weight bold))))
10637 (gnus-summary-high-ticked-face ((t (:bold t :foreground "pink" :weight bold))))
10638 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
10639 (gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue" :slant italic))))
10640 (gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen" :slant italic))))
10641 (gnus-summary-low-ticked-face ((t (:italic t :foreground "pink" :slant italic))))
10642 (gnus-summary-low-unread-face ((t (:italic t :slant italic))))
10643 (gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
10644 (gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
10645 (gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
10646 (gnus-summary-normal-unread-face ((t (nil))))
10647 (gnus-summary-selected-face ((t (:underline t))))
10648 (header-line ((t (:underline "blueviolet" :overline "blueviolet" :box (:line-width -1 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
10649 (highlight ((t (:background "darkolivegreen"))))
10650 (html-helper-bold-face ((t (:bold t :foreground "wheat" :weight bold))))
10651 (html-helper-italic-face ((t (:italic t :foreground "spring green" :slant italic))))
10652 (html-helper-underline-face ((t (:foreground "cornsilk" :underline t))))
10653 (html-tag-face ((t (:bold t :foreground "deep sky blue" :weight bold))))
10654 (info-menu-6 ((t (nil))))
10655 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
10656 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
10657 (italic ((t (:italic t :slant italic))))
10658 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
10659 (jde-db-active-breakpoint-face ((t (:background "red" :foreground "black"))))
10660 (jde-db-requested-breakpoint-face ((t (:background "yellow" :foreground "black"))))
10661 (jde-db-spec-breakpoint-face ((t (:background "green" :foreground "black"))))
10662 (jde-java-font-lock-api-face ((t (:foreground "light goldenrod"))))
10663 (jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
10664 (jde-java-font-lock-code-face ((t (nil))))
10665 (jde-java-font-lock-constant-face ((t (:foreground "Aquamarine"))))
10666 (jde-java-font-lock-doc-tag-face ((t (:foreground "light coral"))))
10667 (jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
10668 (jde-java-font-lock-link-face ((t (:foreground "blue" :underline t :slant normal))))
10669 (jde-java-font-lock-modifier-face ((t (:foreground "LightSteelBlue"))))
10670 (jde-java-font-lock-number-face ((t (:foreground "LightSalmon"))))
10671 (jde-java-font-lock-operator-face ((t (:foreground "medium blue"))))
10672 (jde-java-font-lock-package-face ((t (:foreground "steelblue1"))))
10673 (jde-java-font-lock-pre-face ((t (nil))))
10674 (jde-java-font-lock-underline-face ((t (:underline t))))
10675 (menu ((t (nil))))
10676 (message-cited-text-face ((t (:foreground "red"))))
10677 (message-header-cc-face ((t (:bold t :foreground "green4" :weight bold))))
10678 (message-header-name-face ((t (:foreground "DarkGreen"))))
10679 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow" :slant italic :weight bold))))
10680 (message-header-other-face ((t (:foreground "#b00000"))))
10681 (message-header-subject-face ((t (:foreground "green3"))))
10682 (message-header-to-face ((t (:bold t :foreground "green2" :weight bold))))
10683 (message-header-xheader-face ((t (:foreground "blue"))))
10684 (message-mml-face ((t (:foreground "ForestGreen"))))
10685 (message-separator-face ((t (:foreground "blue3"))))
10686 (minibuffer-prompt ((t (:foreground "cyan"))))
10687 (mode-line ((t (:background "Darkslategray" :foreground "white" :box (:line-width -1 :style released-button) :overline "blueviolet" :underline "blueviolet"))))
10688 (mode-line-inactive ((t (:italic t :underline "blueviolet" :overline "blueviolet" :background "white" :foreground "cadetblue" :box (:line-width -1 :color "grey75") :slant oblique :weight light))))
10689 (modeline ((t (:background "Darkslategray" :foreground "white" :box (:line-width -1 :style released-button) :overline "blueviolet" :underline "blueviolet"))))
10690 (modeline-buffer-id ((t (:background "Darkslategray" :foreground "white" :box (:line-width -1 :style released-button) :overline "blueviolet" :underline "blueviolet"))))
10691 (modeline-mousable ((t (:background "Darkslategray" :foreground "white" :box (:line-width -1 :style released-button) :overline "blueviolet" :underline "blueviolet"))))
10692 (modeline-mousable-minor-mode ((t (:background "Darkslategray" :foreground "white" :box (:line-width -1 :style released-button) :overline "blueviolet" :underline "blueviolet"))))
10693 (mouse ((t (:background "black"))))
10694 (primary-selection ((t (:background "dimgray"))))
10695 (region ((t (:background "dimgray"))))
10696 (scroll-bar ((t (nil))))
10697 (secondary-selection ((t (:background "SkyBlue4"))))
10698 (semantic-dirty-token-face ((t (:background "lightyellow"))))
10699 (semantic-unmatched-syntax-face ((t (:underline "red"))))
10700 (senator-intangible-face ((t (:foreground "gray75"))))
10701 (senator-momentary-highlight-face ((t (:background "gray30"))))
10702 (senator-read-only-face ((t (:background "#664444"))))
10703 (show-paren-match-face ((t (:bold t :foreground "lightblue" :weight bold :height 1.1))))
10704 (show-paren-mismatch-face ((t (:bold t :foreground "red" :weight bold :height 1.1))))
10705 (show-tabs-space-face ((t (:foreground "yellow"))))
10706 (show-tabs-tab-face ((t (:foreground "red"))))
10707 (speedbar-button-face ((t (:foreground "green3"))))
10708 (speedbar-directory-face ((t (:foreground "light blue"))))
10709 (speedbar-file-face ((t (:foreground "cyan"))))
10710 (speedbar-highlight-face ((t (:background "sea green"))))
10711 (speedbar-selected-face ((t (:foreground "red" :underline t))))
10712 (speedbar-tag-face ((t (:foreground "yellow"))))
10713 (template-message-face ((t (:bold t :weight bold))))
10714 (term-black ((t (:foreground "black"))))
10715 (term-blackbg ((t (:background "black"))))
10716 (term-blue ((t (:foreground "blue"))))
10717 (term-bluebg ((t (:background "blue"))))
10718 (term-bold ((t (:bold t :weight bold))))
10719 (term-cyan ((t (:foreground "cyan"))))
10720 (term-cyanbg ((t (:background "cyan"))))
10721 (term-default ((t (:stipple nil :background "DarkSlateGray" :foreground "palegreen" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "outline-lucida sans typewriter"))))
10722 (term-default-bg ((t (nil))))
10723 (term-default-bg-inv ((t (nil))))
10724 (term-default-fg ((t (nil))))
10725 (term-default-fg-inv ((t (nil))))
10726 (term-green ((t (:foreground "green"))))
10727 (term-greenbg ((t (:background "green"))))
10728 (term-invisible ((t (nil))))
10729 (term-invisible-inv ((t (nil))))
10730 (term-magenta ((t (:foreground "magenta"))))
10731 (term-magentabg ((t (:background "magenta"))))
10732 (term-red ((t (:foreground "red"))))
10733 (term-redbg ((t (:background "red"))))
10734 (term-underline ((t (:underline t))))
10735 (term-white ((t (:foreground "white"))))
10736 (term-whitebg ((t (:background "white"))))
10737 (term-yellow ((t (:foreground "yellow"))))
10738 (term-yellowbg ((t (:background "yellow"))))
10739 (tool-bar ((t (:background "DarkSlateGray" :foreground "White" :box (:line-width 1 :color "blue")))))
10740 (tooltip ((t (:background "lightyellow" :foreground "black"))))
10741 (trailing-whitespace ((t (:background "red"))))
10742 (underline ((t (:underline t))))
10743 (variable-pitch ((t (:family "helv"))))
10744 (widget-button-face ((t (:bold t :weight bold))))
10745 (widget-button-pressed-face ((t (:foreground "red"))))
10746 (widget-documentation-face ((t (:foreground "lime green"))))
10747 (widget-field-face ((t (:background "dim gray"))))
10748 (widget-inactive-face ((t (:foreground "light gray"))))
10749 (widget-single-line-field-face ((t (:background "dim gray"))))
10750 (zmacs-region ((t (:background "dimgray")))))))
10752 (defun color-theme-lethe ()
10753 "Color theme by Ivica Loncar, created 2002-08-02.
10754 Some additional X resources as suggested by the author:
10756 Emacs*menubar.Foreground: Yellow
10757 Emacs*menubar.Background: #1a2b3c
10758 Emacs*menubar.topShadowColor: gray
10759 Emacs*menubar.bottomShadowColor: dimgray
10761 Some fonts I really like (note: this fonts are not highly
10762 available):
10764 Emacs.default.attributeFont: -letl-*-medium-r-*-*-*-*-*-*-*-*-iso8859-2
10765 Emacs*menubar*Font: -etl-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1
10767 Mouse fix:
10769 Emacs*dialog*XmPushButton.translations:#override\n\
10770 <Btn1Down>: Arm()\n\
10771 <Btn1Down>,<Btn1Up>: Activate()\
10772 Disarm()\n\
10773 <Btn1Down>(2+): MultiArm()\n\
10774 <Btn1Up>(2+): MultiActivate()\n\
10775 <Btn1Up>: Activate()\
10776 Disarm()\n\
10777 <Key>osfSelect: ArmAndActivate()\n\
10778 <Key>osfActivate: ArmAndActivate()\n\
10779 <Key>osfHelp: Help()\n\
10780 ~Shift ~Meta ~Alt <Key>Return: ArmAndActivate()\n\
10781 <EnterWindow>: Enter()\n\
10782 <LeaveWindow>: Leave()\n
10784 Bonus: do not use 3D modeline."
10785 (interactive)
10786 (color-theme-install
10787 '(color-theme-lethe
10788 ((background-color . "black")
10789 (background-mode . dark)
10790 (background-toolbar-color . "#000000000000")
10791 (border-color . "#000000000000")
10792 (bottom-toolbar-shadow-color . "red")
10793 (cursor-color . "red")
10794 (foreground-color . "peachpuff")
10795 (mouse-color . "red")
10796 (top-toolbar-shadow-color . "#f5f5f5f5f5f5"))
10797 ((buffers-tab-face . buffers-tab)
10798 (cscope-use-face . t)
10799 (gnus-mouse-face . highlight))
10800 (default ((t (nil))))
10801 (bg:erc-color-face0 ((t (:background "White"))))
10802 (bg:erc-color-face1 ((t (nil))))
10803 (bg:erc-color-face10 ((t (:background "lightblue1"))))
10804 (bg:erc-color-face11 ((t (:background "cyan"))))
10805 (bg:erc-color-face12 ((t (:background "blue"))))
10806 (bg:erc-color-face13 ((t (:background "deeppink"))))
10807 (bg:erc-color-face14 ((t (:background "gray50"))))
10808 (bg:erc-color-face15 ((t (:background "gray90"))))
10809 (bg:erc-color-face2 ((t (:background "blue4"))))
10810 (bg:erc-color-face3 ((t (:background "green4"))))
10811 (bg:erc-color-face4 ((t (:background "red"))))
10812 (bg:erc-color-face5 ((t (:background "brown"))))
10813 (bg:erc-color-face6 ((t (:background "purple"))))
10814 (bg:erc-color-face7 ((t (:background "orange"))))
10815 (bg:erc-color-face8 ((t (:background "yellow"))))
10816 (bg:erc-color-face9 ((t (:background "green"))))
10817 (blue ((t (:foreground "blue"))))
10818 (bold ((t (:bold t))))
10819 (bold-italic ((t (:italic t :bold t))))
10820 (border ((t (nil))))
10821 (border-glyph ((t (nil))))
10822 (buffers-tab ((t (:bold t :foreground "red"))))
10823 (button ((t (:underline t))))
10824 (calendar-today-face ((t (:underline t))))
10825 (comint-highlight-input ((t (:bold t))))
10826 (comint-highlight-prompt ((t (:foreground "cyan"))))
10827 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue"))))
10828 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red"))))
10829 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
10830 (cscope-file-face ((t (:foreground "blue"))))
10831 (cscope-function-face ((t (:foreground "magenta"))))
10832 (cscope-line-face ((t (:foreground "green"))))
10833 (cscope-line-number-face ((t (:foreground "red"))))
10834 (cscope-mouse-face ((t (:background "blue" :foreground "white"))))
10835 (cursor ((t (nil))))
10836 (custom-button-face ((t (nil))))
10837 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black"))))
10838 (custom-changed-face ((t (:background "blue" :foreground "white"))))
10839 (custom-comment-face ((t (:background "dim gray"))))
10840 (custom-comment-tag-face ((t (:foreground "gray80"))))
10841 (custom-documentation-face ((t (nil))))
10842 (custom-face-tag-face ((t (:underline t))))
10843 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
10844 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
10845 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
10846 (custom-modified-face ((t (:background "blue" :foreground "white"))))
10847 (custom-rogue-face ((t (:foreground "pink"))))
10848 (custom-saved-face ((t (:underline t))))
10849 (custom-set-face ((t (:background "white" :foreground "blue"))))
10850 (custom-state-face ((t (:foreground "dark green"))))
10851 (custom-variable-button-face ((t (:underline t :bold t))))
10852 (custom-variable-tag-face ((t (:underline t :foreground "blue"))))
10853 (cyan ((t (:foreground "cyan"))))
10854 (diary-face ((t (:foreground "red"))))
10855 (dired-face-boring ((t (:foreground "Gray65"))))
10856 (dired-face-directory ((t (:bold t))))
10857 (dired-face-executable ((t (:foreground "SeaGreen"))))
10858 (dired-face-flagged ((t (:background "LightSlateGray"))))
10859 (dired-face-marked ((t (:background "PaleVioletRed"))))
10860 (dired-face-permissions ((t (:background "grey75" :foreground "black"))))
10861 (dired-face-setuid ((t (:foreground "Red"))))
10862 (dired-face-socket ((t (:foreground "magenta"))))
10863 (dired-face-symlink ((t (:foreground "cyan"))))
10864 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
10865 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
10866 (display-time-time-balloon-face ((t (:foreground "red"))))
10867 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
10868 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
10869 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
10870 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
10871 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
10872 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
10873 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
10874 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
10875 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
10876 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
10877 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
10878 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
10879 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
10880 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
10881 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
10882 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
10883 (erc-action-face ((t (:bold t))))
10884 (erc-bold-face ((t (:bold t))))
10885 (erc-default-face ((t (nil))))
10886 (erc-direct-msg-face ((t (:foreground "IndianRed"))))
10887 (erc-error-face ((t (:background "Red" :foreground "White"))))
10888 (erc-input-face ((t (:foreground "brown"))))
10889 (erc-inverse-face ((t (:background "Black" :foreground "White"))))
10890 (erc-notice-face ((t (:bold t :foreground "SlateBlue"))))
10891 (erc-prompt-face ((t (:bold t :background "lightBlue2" :foreground "Black"))))
10892 (erc-timestamp-face ((t (:bold t :foreground "green"))))
10893 (erc-underline-face ((t (:underline t))))
10894 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid"))))
10895 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
10896 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed"))))
10897 (eshell-ls-directory-face ((t (:bold t :foreground "Blue"))))
10898 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen"))))
10899 (eshell-ls-missing-face ((t (:bold t :foreground "Red"))))
10900 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
10901 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
10902 (eshell-ls-special-face ((t (:bold t :foreground "Magenta"))))
10903 (eshell-ls-symlink-face ((t (:bold t :foreground "DarkCyan"))))
10904 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
10905 (eshell-prompt-face ((t (:bold t :foreground "Red"))))
10906 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed"))))
10907 (eshell-test-ok-face ((t (:bold t :foreground "Green"))))
10908 (excerpt ((t (:italic t))))
10909 (fg:erc-color-face0 ((t (:foreground "White"))))
10910 (fg:erc-color-face1 ((t (:foreground "black"))))
10911 (fg:erc-color-face10 ((t (:foreground "lightblue1"))))
10912 (fg:erc-color-face11 ((t (:foreground "cyan"))))
10913 (fg:erc-color-face12 ((t (:foreground "blue"))))
10914 (fg:erc-color-face13 ((t (:foreground "deeppink"))))
10915 (fg:erc-color-face14 ((t (:foreground "gray50"))))
10916 (fg:erc-color-face15 ((t (:foreground "gray90"))))
10917 (fg:erc-color-face2 ((t (:foreground "blue4"))))
10918 (fg:erc-color-face3 ((t (:foreground "green4"))))
10919 (fg:erc-color-face4 ((t (:foreground "red"))))
10920 (fg:erc-color-face5 ((t (:foreground "brown"))))
10921 (fg:erc-color-face6 ((t (:foreground "purple"))))
10922 (fg:erc-color-face7 ((t (:foreground "orange"))))
10923 (fg:erc-color-face8 ((t (:foreground "yellow"))))
10924 (fg:erc-color-face9 ((t (:foreground "green"))))
10925 (fixed ((t (:bold t))))
10926 (fixed-pitch ((t (:size "16"))))
10927 (flyspell-duplicate-face ((t (:underline t :bold t :foreground "Gold3"))))
10928 (flyspell-incorrect-face ((t (:underline t :bold t :foreground "OrangeRed"))))
10929 (font-lock-builtin-face ((t (:foreground "Orchid"))))
10930 (font-lock-comment-face ((t (:bold t :foreground "cyan"))))
10931 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
10932 (font-lock-doc-face ((t (:bold t :foreground "red"))))
10933 (font-lock-doc-string-face ((t (:bold t :foreground "red"))))
10934 (font-lock-function-name-face ((t (:bold t :foreground "white"))))
10935 (font-lock-keyword-face ((t (:bold t :foreground "yellow"))))
10936 (font-lock-preprocessor-face ((t (:bold t :foreground "blue"))))
10937 (font-lock-reference-face ((t (:foreground "red3"))))
10938 (font-lock-string-face ((t (:bold t :foreground "magenta"))))
10939 (font-lock-type-face ((t (:bold t :foreground "lightgreen"))))
10940 (font-lock-variable-name-face ((t (:bold t :foreground "white"))))
10941 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
10942 (fringe ((t (:background "grey95"))))
10943 (gdb-arrow-face ((t (:bold t :background "yellow" :foreground "red"))))
10944 (gnus-cite-attribution-face ((t (:italic t))))
10945 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
10946 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
10947 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
10948 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
10949 (gnus-cite-face-3 ((t (:foreground "dark green"))))
10950 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
10951 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
10952 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
10953 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
10954 (gnus-cite-face-8 ((t (:foreground "magenta"))))
10955 (gnus-cite-face-9 ((t (:foreground "violet"))))
10956 (gnus-emphasis-bold ((t (:bold t))))
10957 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
10958 (gnus-emphasis-highlight-words ((t (:foreground "yellow"))))
10959 (gnus-emphasis-italic ((t (:italic t))))
10960 (gnus-emphasis-underline ((t (:underline t))))
10961 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
10962 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
10963 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
10964 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
10965 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
10966 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
10967 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
10968 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
10969 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
10970 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
10971 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
10972 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
10973 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
10974 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
10975 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
10976 (gnus-group-news-3-empty-face ((t (nil))))
10977 (gnus-group-news-3-face ((t (:bold t))))
10978 (gnus-group-news-4-empty-face ((t (nil))))
10979 (gnus-group-news-4-face ((t (:bold t))))
10980 (gnus-group-news-5-empty-face ((t (nil))))
10981 (gnus-group-news-5-face ((t (:bold t))))
10982 (gnus-group-news-6-empty-face ((t (nil))))
10983 (gnus-group-news-6-face ((t (:bold t))))
10984 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
10985 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
10986 (gnus-header-content-face ((t (:italic t :foreground "indianred4"))))
10987 (gnus-header-from-face ((t (:foreground "red3"))))
10988 (gnus-header-name-face ((t (:foreground "maroon"))))
10989 (gnus-header-newsgroups-face ((t (:italic t :foreground "MidnightBlue"))))
10990 (gnus-header-subject-face ((t (:foreground "red4"))))
10991 (gnus-picons-face ((t (:background "white" :foreground "black"))))
10992 (gnus-picons-xbm-face ((t (:background "white" :foreground "black"))))
10993 (gnus-signature-face ((t (:italic t))))
10994 (gnus-splash-face ((t (:foreground "ForestGreen"))))
10995 (gnus-summary-cancelled-face ((t (:foreground "yellow"))))
10996 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
10997 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
10998 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick"))))
10999 (gnus-summary-high-unread-face ((t (:bold t))))
11000 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
11001 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
11002 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick"))))
11003 (gnus-summary-low-unread-face ((t (:italic t))))
11004 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
11005 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
11006 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
11007 (gnus-summary-normal-unread-face ((t (nil))))
11008 (gnus-summary-selected-face ((t (:underline t))))
11009 (gnus-x-face ((t (:background "white" :foreground "black"))))
11010 (green ((t (:foreground "green"))))
11011 (gui-button-face ((t (:background "grey75" :foreground "black"))))
11012 (gui-element ((t (:size "12" :background "Gray80" :foreground "black"))))
11013 (header-line ((t (:background "grey20" :foreground "grey90"))))
11014 (highlight ((t (:bold t :background "yellow" :foreground "red"))))
11015 (highlight-changes-delete-face ((t (:underline t :foreground "red"))))
11016 (highlight-changes-face ((t (:foreground "red"))))
11017 (highline-face ((t (:background "paleturquoise"))))
11018 (holiday-face ((t (:background "pink"))))
11019 (hyper-apropos-documentation ((t (:foreground "#aaaaaa"))))
11020 (hyper-apropos-heading ((t (:bold t :foreground "#999999"))))
11021 (hyper-apropos-hyperlink ((t (:foreground "Violet"))))
11022 (hyper-apropos-major-heading ((t (:bold t :foreground "#ff0000"))))
11023 (hyper-apropos-section-heading ((t (:italic t :bold t :foreground "#33aa55"))))
11024 (hyper-apropos-warning ((t (:bold t :foreground "red"))))
11025 (info-menu-5 ((t (:underline t))))
11026 (info-node ((t (:italic t :bold t))))
11027 (info-xref ((t (:bold t))))
11028 (isearch ((t (:background "paleturquoise"))))
11029 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
11030 (isearch-secondary ((t (:foreground "red3"))))
11031 (italic ((t (:italic t))))
11032 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
11033 (jde-db-active-breakpoint-face ((t (:background "red" :foreground "black"))))
11034 (jde-db-requested-breakpoint-face ((t (:background "yellow" :foreground "black"))))
11035 (jde-db-spec-breakpoint-face ((t (:background "green" :foreground "black"))))
11036 (jde-java-font-lock-api-face ((t (:foreground "light goldenrod"))))
11037 (jde-java-font-lock-bold-face ((t (:bold t))))
11038 (jde-java-font-lock-code-face ((t (nil))))
11039 (jde-java-font-lock-constant-face ((t (:foreground "Aquamarine"))))
11040 (jde-java-font-lock-doc-tag-face ((t (:foreground "light coral"))))
11041 (jde-java-font-lock-italic-face ((t (:italic t))))
11042 (jde-java-font-lock-link-face ((t (:underline t :foreground "cadetblue"))))
11043 (jde-java-font-lock-modifier-face ((t (:foreground "LightSteelBlue"))))
11044 (jde-java-font-lock-number-face ((t (:foreground "LightSalmon"))))
11045 (jde-java-font-lock-operator-face ((t (:foreground "medium blue"))))
11046 (jde-java-font-lock-package-face ((t (:foreground "steelblue1"))))
11047 (jde-java-font-lock-pre-face ((t (nil))))
11048 (jde-java-font-lock-underline-face ((t (:underline t))))
11049 (left-margin ((t (nil))))
11050 (list-mode-item-selected ((t (:background "gray68"))))
11051 (magenta ((t (:foreground "magenta"))))
11052 (makefile-space-face ((t (:background "hotpink"))))
11053 (menu ((t (nil))))
11054 (message-cited-text-face ((t (:foreground "red"))))
11055 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
11056 (message-header-name-face ((t (:foreground "cornflower blue"))))
11057 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
11058 (message-header-other-face ((t (:foreground "steel blue"))))
11059 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
11060 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
11061 (message-header-xheader-face ((t (:foreground "blue"))))
11062 (message-mml-face ((t (:bold t :foreground "cyan"))))
11063 (message-separator-face ((t (:foreground "brown"))))
11064 (minibuffer-prompt ((t (:foreground "cyan"))))
11065 (mode-line ((t (:background "grey75" :foreground "black"))))
11066 (mode-line-inactive ((t (:background "grey30" :foreground "grey80"))))
11067 (modeline ((t (:bold t :background "red" :foreground "yellow"))))
11068 (modeline-buffer-id ((t (:bold t :background "red" :foreground "yellow"))))
11069 (modeline-mousable ((t (:background "red" :foreground "yellow"))))
11070 (modeline-mousable-minor-mode ((t (:background "red" :foreground "green4"))))
11071 (mouse ((t (nil))))
11072 (paren-blink-off ((t (:foreground "black"))))
11073 (paren-match ((t (:bold t :background "yellow" :foreground "red"))))
11074 (paren-mismatch ((t (:background "DeepPink"))))
11075 (pointer ((t (nil))))
11076 (primary-selection ((t (:background "gray65"))))
11077 (red ((t (:foreground "red"))))
11078 (region ((t (:background "gray75"))))
11079 (right-margin ((t (nil))))
11080 (scroll-bar ((t (nil))))
11081 (secondary-selection ((t (:background "paleturquoise"))))
11082 (semantic-dirty-token-face ((t (:background "lightyellow"))))
11083 (semantic-unmatched-syntax-face ((t (nil))))
11084 (senator-intangible-face ((t (:foreground "gray75"))))
11085 (senator-momentary-highlight-face ((t (:background "gray30"))))
11086 (senator-read-only-face ((t (:background "#664444"))))
11087 (show-paren-match-face ((t (:background "turquoise"))))
11088 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
11089 (speedbar-button-face ((t (:foreground "green4"))))
11090 (speedbar-directory-face ((t (:foreground "blue4"))))
11091 (speedbar-file-face ((t (:foreground "cyan4"))))
11092 (speedbar-highlight-face ((t (:background "green"))))
11093 (speedbar-selected-face ((t (:underline t :foreground "red"))))
11094 (speedbar-tag-face ((t (:foreground "brown"))))
11095 (template-message-face ((t (:bold t))))
11096 (term-black ((t (:foreground "black"))))
11097 (term-blackbg ((t (nil))))
11098 (term-blue ((t (:foreground "blue"))))
11099 (term-blue-bold-face ((t (:bold t :foreground "blue"))))
11100 (term-blue-face ((t (:foreground "blue"))))
11101 (term-blue-inv-face ((t (:background "blue"))))
11102 (term-blue-ul-face ((t (:underline t :foreground "blue"))))
11103 (term-bluebg ((t (:background "blue"))))
11104 (term-bold ((t (:bold t))))
11105 (term-cyan ((t (:foreground "cyan"))))
11106 (term-cyan-bold-face ((t (:bold t :foreground "cyan"))))
11107 (term-cyan-face ((t (:foreground "cyan"))))
11108 (term-cyan-inv-face ((t (:background "cyan"))))
11109 (term-cyan-ul-face ((t (:underline t :foreground "cyan"))))
11110 (term-cyanbg ((t (:background "cyan"))))
11111 (term-default-bg ((t (nil))))
11112 (term-default-bg-inv ((t (nil))))
11113 (term-default-bold-face ((t (:bold t))))
11114 (term-default-face ((t (nil))))
11115 (term-default-fg ((t (nil))))
11116 (term-default-fg-inv ((t (nil))))
11117 (term-default-inv-face ((t (:background "peachpuff" :foreground "black"))))
11118 (term-default-ul-face ((t (:underline t))))
11119 (term-green ((t (:foreground "green"))))
11120 (term-green-bold-face ((t (:bold t :foreground "green"))))
11121 (term-green-face ((t (:foreground "green"))))
11122 (term-green-inv-face ((t (:background "green"))))
11123 (term-green-ul-face ((t (:underline t :foreground "green"))))
11124 (term-greenbg ((t (:background "green"))))
11125 (term-invisible ((t (nil))))
11126 (term-invisible-inv ((t (nil))))
11127 (term-magenta ((t (:foreground "magenta"))))
11128 (term-magenta-bold-face ((t (:bold t :foreground "magenta"))))
11129 (term-magenta-face ((t (:foreground "magenta"))))
11130 (term-magenta-inv-face ((t (:background "magenta"))))
11131 (term-magenta-ul-face ((t (:underline t :foreground "magenta"))))
11132 (term-magentabg ((t (:background "magenta"))))
11133 (term-red ((t (:foreground "red"))))
11134 (term-red-bold-face ((t (:bold t :foreground "red"))))
11135 (term-red-face ((t (:foreground "red"))))
11136 (term-red-inv-face ((t (:background "red"))))
11137 (term-red-ul-face ((t (:underline t :foreground "red"))))
11138 (term-redbg ((t (:background "red"))))
11139 (term-underline ((t (:underline t))))
11140 (term-white ((t (:foreground "white"))))
11141 (term-white-bold-face ((t (:bold t :foreground "white"))))
11142 (term-white-face ((t (:foreground "white"))))
11143 (term-white-inv-face ((t (nil))))
11144 (term-white-ul-face ((t (:underline t :foreground "white"))))
11145 (term-whitebg ((t (:background "white"))))
11146 (term-yellow ((t (:foreground "yellow"))))
11147 (term-yellow-bold-face ((t (:bold t :foreground "yellow"))))
11148 (term-yellow-face ((t (:foreground "yellow"))))
11149 (term-yellow-inv-face ((t (:background "yellow"))))
11150 (term-yellow-ul-face ((t (:underline t :foreground "yellow"))))
11151 (term-yellowbg ((t (:background "yellow"))))
11152 (text-cursor ((t (:background "red" :foreground "black"))))
11153 (tool-bar ((t (:background "grey75" :foreground "black"))))
11154 (toolbar ((t (:background "Gray80" :foreground "black"))))
11155 (tooltip ((t (:background "lightyellow" :foreground "black"))))
11156 (trailing-whitespace ((t (:background "red"))))
11157 (underline ((t (:underline t))))
11158 (variable-pitch ((t (nil))))
11159 (vcursor ((t (:underline t :background "cyan" :foreground "blue"))))
11160 (vertical-divider ((t (:background "Gray80" :foreground "black"))))
11161 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
11162 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
11163 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
11164 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
11165 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red"))))
11166 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange"))))
11167 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
11168 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
11169 (vhdl-speedbar-architecture-selected-face ((t (:underline t :foreground "Blue"))))
11170 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
11171 (vhdl-speedbar-configuration-selected-face ((t (:underline t :foreground "DarkGoldenrod"))))
11172 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
11173 (vhdl-speedbar-entity-selected-face ((t (:underline t :foreground "ForestGreen"))))
11174 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
11175 (vhdl-speedbar-instantiation-selected-face ((t (:underline t :foreground "Brown"))))
11176 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
11177 (vhdl-speedbar-package-selected-face ((t (:underline t :foreground "Grey50"))))
11178 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
11179 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
11180 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
11181 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
11182 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
11183 (white ((t (:foreground "white"))))
11184 (widget ((t (:size "12" :background "Gray80" :foreground "black"))))
11185 (widget-button-face ((t (:bold t))))
11186 (widget-button-pressed-face ((t (:foreground "red"))))
11187 (widget-documentation-face ((t (:foreground "dark green"))))
11188 (widget-field-face ((t (nil))))
11189 (widget-inactive-face ((t (:foreground "dim gray"))))
11190 (widget-single-line-field-face ((t (:background "gray85"))))
11191 (x-face ((t (:bold t :background "wheat" :foreground "black"))))
11192 (xrdb-option-name-face ((t (:bold t :foreground "yellow"))))
11193 (xrdb-option-value-face ((t (:bold t :foreground "magenta"))))
11194 (yellow ((t (:foreground "yellow"))))
11195 (zmacs-region ((t (:background "white" :foreground "black")))))))
11197 (defun color-theme-shaman ()
11198 "Color theme by shaman, created 2002-11-11."
11199 (interactive)
11200 (color-theme-install
11201 '(color-theme-shaman
11202 ((background-color . "#456345")
11203 (background-mode . dark)
11204 (background-toolbar-color . "#cf3ccf3ccf3c")
11205 (border-color . "#000000000000")
11206 (bottom-toolbar-shadow-color . "#79e77df779e7")
11207 (foreground-color . "White")
11208 (top-toolbar-shadow-color . "#f7defbeef7de"))
11209 ((buffers-tab-face . buffers-tab))
11210 (default ((t (nil))))
11211 (blue ((t (:foreground "blue"))))
11212 (bold ((t (:bold t :size "12"))))
11213 (bold-italic ((t (:italic t :bold t :size "12"))))
11214 (border-glyph ((t (nil))))
11215 (buffers-tab ((t (:background "Gray80" :foreground "black"))))
11216 (font-lock-builtin-face ((t (:foreground "cadetblue2"))))
11217 (font-lock-comment-face ((t (:foreground "gray80"))))
11218 (font-lock-constant-face ((t (:foreground "steelblue1"))))
11219 (font-lock-doc-face ((t (:foreground "light coral"))))
11220 (font-lock-doc-string-face ((t (:foreground "light coral"))))
11221 (font-lock-function-name-face ((t (:foreground "aquamarine"))))
11222 (font-lock-keyword-face ((t (:foreground "cyan"))))
11223 (font-lock-preprocessor-face ((t (:foreground "steelblue1"))))
11224 (font-lock-reference-face ((t (:foreground "cadetblue2"))))
11225 (font-lock-string-face ((t (:foreground "tan"))))
11226 (font-lock-type-face ((t (:foreground "wheat"))))
11227 (font-lock-variable-name-face ((t (:foreground "cyan3"))))
11228 (font-lock-warning-face ((t (:bold t :size "12" :foreground "Pink"))))
11229 (fringe ((t (nil))))
11230 (gnus-x-face ((t (:background "white" :foreground "black"))))
11231 (green ((t (:foreground "green"))))
11232 (gui-button-face ((t (:background "grey75" :foreground "black"))))
11233 (gui-element ((t (:size "12" :background "Gray80" :foreground "black"))))
11234 (highlight ((t (:background "darkseagreen2"))))
11235 (isearch ((t (:background "paleturquoise"))))
11236 (isearch-secondary ((t (:foreground "red3"))))
11237 (italic ((t (:italic t :size "12"))))
11238 (left-margin ((t (nil))))
11239 (list-mode-item-selected ((t (:background "gray68"))))
11240 (message-cited-text-face ((t (:foreground "red"))))
11241 (message-header-cc-face ((t (:bold t :foreground "green4"))))
11242 (message-header-name-face ((t (:foreground "DarkGreen"))))
11243 (message-header-newsgroups-face ((t (:bold t :foreground "yellow"))))
11244 (message-header-other-face ((t (:foreground "#b00000"))))
11245 (message-header-subject-face ((t (:foreground "green3"))))
11246 (message-header-to-face ((t (:bold t :foreground "green2"))))
11247 (message-header-xheader-face ((t (:foreground "blue"))))
11248 (message-mml-face ((t (:foreground "ForestGreen"))))
11249 (message-separator-face ((t (:foreground "blue3"))))
11250 (mode-line ((t (:background "Gray80" :foreground "black"))))
11251 (modeline ((t (:background "Gray80" :foreground "black"))))
11252 (modeline-buffer-id ((t (:background "Gray80" :foreground "blue4"))))
11253 (modeline-mousable ((t (:background "Gray80" :foreground "firebrick"))))
11254 (modeline-mousable-minor-mode ((t (:background "Gray80" :foreground "green4"))))
11255 (pointer ((t (:foreground "White"))))
11256 (primary-selection ((t (:background "gray65"))))
11257 (red ((t (:foreground "red"))))
11258 (region ((t (:background "gray65"))))
11259 (right-margin ((t (nil))))
11260 (rpm-spec-dir-face ((t (:foreground "green"))))
11261 (rpm-spec-doc-face ((t (:foreground "magenta"))))
11262 (rpm-spec-ghost-face ((t (:foreground "red"))))
11263 (rpm-spec-macro-face ((t (:foreground "yellow"))))
11264 (rpm-spec-package-face ((t (:foreground "red"))))
11265 (rpm-spec-tag-face ((t (:foreground "blue"))))
11266 (rpm-spec-var-face ((t (:foreground "maroon"))))
11267 (secondary-selection ((t (:background "paleturquoise"))))
11268 (text-cursor ((t (:background "Pink" :foreground "Black"))))
11269 (tool-bar ((t (nil))))
11270 (toolbar ((t (:background "Gray80" :foreground "black"))))
11271 (underline ((t (:underline t))))
11272 (vertical-divider ((t (:background "Gray80" :foreground "black"))))
11273 (widget ((t (:size "12" :background "Gray80" :foreground "black"))))
11274 (widget-button-face ((t (:bold t))))
11275 (widget-button-pressed-face ((t (:foreground "red"))))
11276 (widget-documentation-face ((t (:foreground "lime green"))))
11277 (widget-field-face ((t (:background "dim gray"))))
11278 (widget-inactive-face ((t (:foreground "light gray"))))
11279 (yellow ((t (:foreground "yellow"))))
11280 (zmacs-region ((t (:background "gray65")))))))
11282 (defun color-theme-emacs-nw ()
11283 "Follow emacs21's color-theme, with -nw getting 100% compatibility.
11285 Alex's `color-theme-emacs-21' follows emacs21's theme, but in the
11286 current scheme of things, that means that when it works on X, it won't
11287 work in -nw perfectly. The modeline and menuline will have same
11288 colors as the rest of emacs, which can be particularly disturbing when
11289 there are multiple windows.
11291 OTOH, `color-theme-emacs-nw' follows emacs21's theme but the goal is
11292 100% -nw compatibility, and in X; we shall try for decent color
11293 scheme, and as much compability default emacs21's X as possble.
11294 Bugs to deego@gnufans.org.
11296 TODO: Try to make this theme relative to color-theme-emacs-21 rather
11297 than absolute, viz: call that first and then tweak minor stuff."
11298 (interactive)
11299 (color-theme-install
11300 '(color-theme-emacs-nw
11301 ((background-color . "white")
11302 (background-mode . light)
11303 (border-color . "black")
11304 (cursor-color . "black")
11305 (foreground-color . "black")
11306 (mouse-color . "black"))
11307 ((Man-overstrike-face . bold)
11308 (Man-underline-face . underline)
11309 (cperl-here-face . font-lock-string-face)
11310 (cperl-invalid-face . underline)
11311 (cperl-pod-face . font-lock-comment-face)
11312 (cperl-pod-head-face . font-lock-variable-name-face)
11313 (gnus-article-button-face . bold)
11314 (gnus-article-mouse-face . highlight)
11315 (gnus-cite-attribution-face . gnus-cite-attribution-face)
11316 (gnus-mouse-face . highlight)
11317 (gnus-signature-face . gnus-signature-face)
11318 (gnus-summary-selected-face . gnus-summary-selected-face)
11319 (help-highlight-face . underline)
11320 (idlwave-class-arrow-face . bold)
11321 (idlwave-shell-breakpoint-face . idlwave-shell-bp-face)
11322 (idlwave-shell-expression-face . secondary-selection)
11323 (idlwave-shell-stop-line-face . highlight)
11324 (ispell-highlight-face . highlight)
11325 (list-matching-lines-face . bold)
11326 (view-highlight-face . highlight)
11327 (viper-insert-state-cursor-color . "Green")
11328 (viper-replace-overlay-cursor-color . "Red")
11329 (widget-mouse-face . highlight))
11330 (default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11331 (Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728))))
11332 (Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44))))
11333 (Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2))))
11334 (Info-title-4-face ((t (:bold t :family "helv" :weight bold))))
11335 (antlr-font-lock-keyword-face ((t (:bold t :foreground "black" :weight bold))))
11336 (antlr-font-lock-literal-face ((t (:bold t :foreground "brown4" :weight bold))))
11337 (antlr-font-lock-ruledef-face ((t (:bold t :foreground "blue" :weight bold))))
11338 (antlr-font-lock-ruleref-face ((t (:foreground "blue4"))))
11339 (antlr-font-lock-tokendef-face ((t (:bold t :foreground "blue" :weight bold))))
11340 (antlr-font-lock-tokenref-face ((t (:foreground "orange4"))))
11341 (bold ((t (:bold t :weight bold))))
11342 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
11343 (border ((t (:background "black"))))
11344 (calendar-today-face ((t (:underline t))))
11345 (change-log-acknowledgement-face ((t (:foreground "Firebrick"))))
11346 (change-log-conditionals-face ((t (:foreground "DarkGoldenrod"))))
11347 (change-log-date-face ((t (:foreground "RosyBrown"))))
11348 (change-log-email-face ((t (:foreground "DarkGoldenrod"))))
11349 (change-log-file-face ((t (:foreground "Blue"))))
11350 (change-log-function-face ((t (:foreground "DarkGoldenrod"))))
11351 (change-log-list-face ((t (:foreground "Purple"))))
11352 (change-log-name-face ((t (:foreground "CadetBlue"))))
11353 (comint-highlight-input ((t (:bold t :weight bold))))
11354 (comint-highlight-prompt ((t (:foreground "dark blue"))))
11355 (cperl-array-face ((t (:bold t :background "lightyellow2" :foreground "Blue" :weight bold))))
11356 (cperl-hash-face ((t (:italic t :bold t :background "lightyellow2" :foreground "Red" :slant italic :weight bold))))
11357 (cperl-nonoverridable-face ((t (:foreground "chartreuse3"))))
11358 (cursor ((t (:background "black"))))
11359 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
11360 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
11361 (custom-changed-face ((t (:background "blue" :foreground "white"))))
11362 (custom-comment-face ((t (:background "gray85"))))
11363 (custom-comment-tag-face ((t (:foreground "blue4"))))
11364 (custom-documentation-face ((t (nil))))
11365 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
11366 (custom-group-tag-face ((t (:bold t :foreground "blue" :weight bold :height 1.2))))
11367 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "red" :weight bold :height 1.2))))
11368 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
11369 (custom-modified-face ((t (:background "blue" :foreground "white"))))
11370 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
11371 (custom-saved-face ((t (:underline t))))
11372 (custom-set-face ((t (:background "white" :foreground "blue"))))
11373 (custom-state-face ((t (:foreground "dark green"))))
11374 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
11375 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "blue" :weight bold :height 1.2))))
11376 (cvs-filename-face ((t (:foreground "blue4"))))
11377 (cvs-handled-face ((t (:foreground "pink"))))
11378 (cvs-header-face ((t (:bold t :foreground "blue4" :weight bold))))
11379 (cvs-marked-face ((t (:bold t :foreground "green3" :weight bold))))
11380 (cvs-msg-face ((t (:italic t :slant italic))))
11381 (cvs-need-action-face ((t (:foreground "orange"))))
11382 (cvs-unknown-face ((t (:foreground "red"))))
11383 (diary-face ((t (:foreground "red"))))
11384 (diff-added-face ((t (nil))))
11385 (diff-changed-face ((t (nil))))
11386 (diff-context-face ((t (:foreground "grey50"))))
11387 (diff-file-header-face ((t (:bold t :background "grey70" :weight bold))))
11388 (diff-function-face ((t (:foreground "grey50"))))
11389 (diff-header-face ((t (:background "grey85"))))
11390 (diff-hunk-header-face ((t (:background "grey85"))))
11391 (diff-index-face ((t (:bold t :weight bold :background "grey70"))))
11392 (diff-nonexistent-face ((t (:bold t :weight bold :background "grey70"))))
11393 (diff-removed-face ((t (nil))))
11394 (dired-face-boring ((t (:foreground "RosyBrown"))))
11395 (dired-face-directory ((t (:foreground "Blue"))))
11396 (dired-face-executable ((t (nil))))
11397 (dired-face-flagged ((t (:foreground "Red" :weight bold))))
11398 (dired-face-marked ((t (:foreground "Red" :weight bold))))
11399 (dired-face-permissions ((t (nil))))
11400 (dired-face-setuid ((t (nil))))
11401 (dired-face-socket ((t (nil))))
11402 (dired-face-symlink ((t (:foreground "Purple"))))
11403 (ebrowse-default-face ((t (nil))))
11404 (ebrowse-file-name-face ((t (:italic t :slant italic))))
11405 (ebrowse-member-attribute-face ((t (:foreground "red"))))
11406 (ebrowse-member-class-face ((t (:foreground "purple"))))
11407 (ebrowse-progress-face ((t (:background "blue"))))
11408 (ebrowse-root-class-face ((t (:bold t :foreground "blue" :weight bold))))
11409 (ebrowse-tree-mark-face ((t (:foreground "red"))))
11410 (ediff-current-diff-face-A ((t (:background "pale green" :foreground "firebrick"))))
11411 (ediff-current-diff-face-Ancestor ((t (:background "VioletRed" :foreground "Black"))))
11412 (ediff-current-diff-face-B ((t (:background "Yellow" :foreground "DarkOrchid"))))
11413 (ediff-current-diff-face-C ((t (:background "Pink" :foreground "Navy"))))
11414 (ediff-even-diff-face-A ((t (:background "light grey" :foreground "Black"))))
11415 (ediff-even-diff-face-Ancestor ((t (:background "Grey" :foreground "White"))))
11416 (ediff-even-diff-face-B ((t (:background "Grey" :foreground "White"))))
11417 (ediff-even-diff-face-C ((t (:background "light grey" :foreground "Black"))))
11418 (ediff-fine-diff-face-A ((t (:background "sky blue" :foreground "Navy"))))
11419 (ediff-fine-diff-face-Ancestor ((t (:background "Green" :foreground "Black"))))
11420 (ediff-fine-diff-face-B ((t (:background "cyan" :foreground "Black"))))
11421 (ediff-fine-diff-face-C ((t (:background "Turquoise" :foreground "Black"))))
11422 (ediff-odd-diff-face-A ((t (:background "Grey" :foreground "White"))))
11423 (ediff-odd-diff-face-Ancestor ((t (:background "light grey" :foreground "Black"))))
11424 (ediff-odd-diff-face-B ((t (:background "light grey" :foreground "Black"))))
11425 (ediff-odd-diff-face-C ((t (:background "Grey" :foreground "White"))))
11426 (eshell-ls-archive-face ((t (:bold t :foreground "Orchid" :weight bold))))
11427 (eshell-ls-backup-face ((t (:foreground "OrangeRed"))))
11428 (eshell-ls-clutter-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
11429 (eshell-ls-directory-face ((t (:bold t :foreground "Blue" :weight bold))))
11430 (eshell-ls-executable-face ((t (:bold t :foreground "ForestGreen" :weight bold))))
11431 (eshell-ls-missing-face ((t (:bold t :foreground "Red" :weight bold))))
11432 (eshell-ls-product-face ((t (:foreground "OrangeRed"))))
11433 (eshell-ls-readonly-face ((t (:foreground "Brown"))))
11434 (eshell-ls-special-face ((t (:bold t :foreground "Magenta" :weight bold))))
11435 (eshell-ls-symlink-face ((t (:bold t :foreground "Dark Cyan" :weight bold))))
11436 (eshell-ls-unreadable-face ((t (:foreground "Grey30"))))
11437 (eshell-prompt-face ((t (:bold t :foreground "Red" :weight bold))))
11438 (eshell-test-failed-face ((t (:bold t :foreground "OrangeRed" :weight bold))))
11439 (eshell-test-ok-face ((t (:bold t :foreground "Green" :weight bold))))
11440 (excerpt ((t (:italic t :slant italic))))
11441 (fixed ((t (:bold t :weight bold))))
11442 (fixed-pitch ((t (:family "courier"))))
11443 (flyspell-duplicate-face ((t (:bold t :foreground "Gold3" :underline t :weight bold))))
11444 (flyspell-incorrect-face ((t (:bold t :foreground "OrangeRed" :underline t :weight bold))))
11445 (font-lock-builtin-face ((t (:foreground "Orchid"))))
11446 (font-lock-comment-face ((t (:foreground "Firebrick"))))
11447 (font-lock-constant-face ((t (:foreground "CadetBlue"))))
11448 (font-lock-doc-face ((t (:foreground "RosyBrown"))))
11449 (font-lock-doc-string-face ((t (:foreground "RosyBrown"))))
11450 (font-lock-function-name-face ((t (:foreground "Blue"))))
11451 (font-lock-keyword-face ((t (:foreground "Purple"))))
11452 (font-lock-preprocessor-face ((t (:foreground "CadetBlue"))))
11453 (font-lock-reference-face ((t (:foreground "Orchid"))))
11454 (font-lock-string-face ((t (:foreground "RosyBrown"))))
11455 (font-lock-type-face ((t (:foreground "ForestGreen"))))
11456 (font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
11457 (font-lock-warning-face ((t (:bold t :foreground "Red" :weight bold))))
11458 (fringe ((t (:background "grey95"))))
11459 (gnus-cite-attribution-face ((t (:italic t :slant italic))))
11460 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
11461 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
11462 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
11463 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
11464 (gnus-cite-face-3 ((t (:foreground "dark green"))))
11465 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
11466 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
11467 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
11468 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
11469 (gnus-cite-face-8 ((t (:foreground "magenta"))))
11470 (gnus-cite-face-9 ((t (:foreground "violet"))))
11471 (gnus-emphasis-bold ((t (:bold t :weight bold))))
11472 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
11473 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
11474 (gnus-emphasis-italic ((t (:italic t :slant italic))))
11475 (gnus-emphasis-underline ((t (:underline t))))
11476 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
11477 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
11478 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
11479 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
11480 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3" :weight bold))))
11481 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
11482 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3" :weight bold))))
11483 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
11484 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4" :weight bold))))
11485 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
11486 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4" :weight bold))))
11487 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
11488 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen" :weight bold))))
11489 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
11490 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4" :weight bold))))
11491 (gnus-group-news-3-empty-face ((t (nil))))
11492 (gnus-group-news-3-face ((t (:bold t :weight bold))))
11493 (gnus-group-news-4-empty-face ((t (nil))))
11494 (gnus-group-news-4-face ((t (:bold t :weight bold))))
11495 (gnus-group-news-5-empty-face ((t (nil))))
11496 (gnus-group-news-5-face ((t (:bold t :weight bold))))
11497 (gnus-group-news-6-empty-face ((t (nil))))
11498 (gnus-group-news-6-face ((t (:bold t :weight bold))))
11499 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
11500 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
11501 (gnus-header-content-face ((t (:italic t :foreground "indianred4" :slant italic))))
11502 (gnus-header-from-face ((t (:foreground "red3"))))
11503 (gnus-header-name-face ((t (:foreground "maroon"))))
11504 (gnus-header-newsgroups-face ((t (:italic t :foreground "MidnightBlue" :slant italic))))
11505 (gnus-header-subject-face ((t (:foreground "red4"))))
11506 (gnus-signature-face ((t (:italic t :slant italic))))
11507 (gnus-splash-face ((t (:foreground "Brown"))))
11508 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
11509 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue" :weight bold))))
11510 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen" :weight bold))))
11511 (gnus-summary-high-ticked-face ((t (:bold t :foreground "firebrick" :weight bold))))
11512 (gnus-summary-high-unread-face ((t (:bold t :weight bold))))
11513 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue" :slant italic))))
11514 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen" :slant italic))))
11515 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick" :slant italic))))
11516 (gnus-summary-low-unread-face ((t (:italic t :slant italic))))
11517 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
11518 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
11519 (gnus-summary-normal-ticked-face ((t (:foreground "firebrick"))))
11520 (gnus-summary-normal-unread-face ((t (nil))))
11521 (gnus-summary-selected-face ((t (:underline t))))
11522 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey90" :foreground "grey20" :box nil))))
11523 (hi-black-b ((t (:bold t :weight bold))))
11524 (hi-black-hb ((t (:bold t :family "helv" :weight bold :height 1.67))))
11525 (hi-blue ((t (:background "light blue"))))
11526 (hi-blue-b ((t (:bold t :foreground "blue" :weight bold))))
11527 (hi-green ((t (:background "green"))))
11528 (hi-green-b ((t (:bold t :foreground "green" :weight bold))))
11529 (hi-pink ((t (:background "pink"))))
11530 (hi-red-b ((t (:bold t :foreground "red" :weight bold))))
11531 (hi-yellow ((t (:background "yellow"))))
11532 (highlight ((t (:background "darkseagreen2"))))
11533 (highlight-changes-delete-face ((t (:foreground "red" :underline t))))
11534 (highlight-changes-face ((t (:foreground "red"))))
11535 (holiday-face ((t (:background "pink"))))
11536 (idlwave-help-link-face ((t (:foreground "Blue"))))
11537 (idlwave-shell-bp-face ((t (:background "Pink" :foreground "Black"))))
11538 (info-header-node ((t (:italic t :bold t :weight bold :slant italic :foreground "brown"))))
11539 (info-header-xref ((t (:bold t :weight bold :foreground "magenta4"))))
11540 (info-menu-5 ((t (:foreground "red1"))))
11541 (info-menu-header ((t (:bold t :family "helv" :weight bold))))
11542 (info-node ((t (:italic t :bold t :foreground "brown" :slant italic :weight bold))))
11543 (info-xref ((t (:bold t :foreground "magenta4" :weight bold))))
11544 (isearch ((t (:background "magenta4" :foreground "lightskyblue1"))))
11545 (isearch-lazy-highlight-face ((t (:background "paleturquoise"))))
11546 (italic ((t (:italic t :slant italic))))
11547 (log-view-file-face ((t (:bold t :background "grey70" :weight bold))))
11548 (log-view-message-face ((t (:background "grey85"))))
11549 (makefile-space-face ((t (:background "hotpink"))))
11550 (menu ((t (:background "grey50" :foreground "white" :box (:line-width -1 :style released-button)))))
11551 (message-cited-text-face ((t (:foreground "red"))))
11552 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
11553 (message-header-name-face ((t (:foreground "cornflower blue"))))
11554 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4" :slant italic :weight bold))))
11555 (message-header-other-face ((t (:foreground "steel blue"))))
11556 (message-header-subject-face ((t (:bold t :foreground "navy blue" :weight bold))))
11557 (message-header-to-face ((t (:bold t :foreground "MidnightBlue" :weight bold))))
11558 (message-header-xheader-face ((t (:foreground "blue"))))
11559 (message-mml-face ((t (:foreground "ForestGreen"))))
11560 (message-separator-face ((t (:foreground "brown"))))
11561 (mode-line ((t (:background "grey50" :foreground "white" :box (:line-width -1 :style released-button)))))
11562 (modeline ((t (:background "grey50" :foreground "white" :box (:line-width -1 :style released-button)))))
11563 (modeline-buffer-id ((t (:bold t :background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
11564 (modeline-mousable ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
11565 (modeline-mousable-minor-mode ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
11566 (mouse ((t (:background "black"))))
11567 (primary-selection ((t (:background "lightgoldenrod2"))))
11568 (reb-match-0 ((t (:background "lightblue"))))
11569 (reb-match-1 ((t (:background "aquamarine"))))
11570 (reb-match-2 ((t (:background "springgreen"))))
11571 (reb-match-3 ((t (:background "yellow"))))
11572 (region ((t (:background "lightgoldenrod2"))))
11573 (scroll-bar ((t (:background "grey75"))))
11574 (secondary-selection ((t (:background "yellow"))))
11575 (sh-heredoc-face ((t (:foreground "tan"))))
11576 (show-paren-match-face ((t (:background "turquoise"))))
11577 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
11578 (show-tabs-space-face ((t (:foreground "yellow"))))
11579 (show-tabs-tab-face ((t (:foreground "red"))))
11580 (smerge-base-face ((t (:foreground "red"))))
11581 (smerge-markers-face ((t (:background "grey85"))))
11582 (smerge-mine-face ((t (:foreground "blue"))))
11583 (smerge-other-face ((t (:foreground "darkgreen"))))
11584 (speedbar-button-face ((t (:foreground "green4"))))
11585 (speedbar-directory-face ((t (:foreground "blue4"))))
11586 (speedbar-file-face ((t (:foreground "cyan4"))))
11587 (speedbar-highlight-face ((t (:background "green"))))
11588 (speedbar-selected-face ((t (:foreground "red" :underline t))))
11589 (speedbar-tag-face ((t (:foreground "brown"))))
11590 (strokes-char-face ((t (:background "lightgray"))))
11591 (term-black ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11592 (term-blackbg ((t (:stipple nil :background "black" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11593 (term-blue ((t (:stipple nil :background "white" :foreground "blue" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11594 (term-bluebg ((t (:stipple nil :background "blue" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11595 (term-bold ((t (:bold t :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight bold :width normal :family "adobe-courier"))))
11596 (term-cyan ((t (:stipple nil :background "white" :foreground "cyan" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11597 (term-cyanbg ((t (:stipple nil :background "cyan" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11598 (term-default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11599 (term-default-bg ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11600 (term-default-bg-inv ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11601 (term-default-fg ((t (:stipple nil :background "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11602 (term-default-fg-inv ((t (:stipple nil :background "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11603 (term-green ((t (:stipple nil :background "white" :foreground "green" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11604 (term-greenbg ((t (:stipple nil :background "green" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11605 (term-invisible ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11606 (term-invisible-inv ((t (:stipple nil :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11607 (term-magenta ((t (:stipple nil :background "white" :foreground "magenta" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11608 (term-magentabg ((t (:stipple nil :background "magenta" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11609 (term-red ((t (:stipple nil :background "white" :foreground "red" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11610 (term-redbg ((t (:stipple nil :background "red" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11611 (term-underline ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline t :slant normal :weight normal :width normal :family "adobe-courier"))))
11612 (term-white ((t (:stipple nil :background "white" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11613 (term-whitebg ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11614 (term-yellow ((t (:stipple nil :background "white" :foreground "yellow" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11615 (term-yellowbg ((t (:stipple nil :background "yellow" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal :family "adobe-courier"))))
11616 (tex-math-face ((t (:foreground "RosyBrown"))))
11617 (texinfo-heading-face ((t (:foreground "Blue"))))
11618 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
11619 (tooltip ((t (:background "lightyellow" :foreground "black"))))
11620 (trailing-whitespace ((t (:background "red"))))
11621 (underline ((t (:underline t))))
11622 (variable-pitch ((t (:family "helv"))))
11623 (vcursor ((t (:background "cyan" :foreground "blue" :underline t))))
11624 (vhdl-font-lock-attribute-face ((t (:foreground "Orchid"))))
11625 (vhdl-font-lock-directive-face ((t (:foreground "CadetBlue"))))
11626 (vhdl-font-lock-enumvalue-face ((t (:foreground "Gold4"))))
11627 (vhdl-font-lock-function-face ((t (:foreground "Orchid4"))))
11628 (vhdl-font-lock-prompt-face ((t (:bold t :foreground "Red" :weight bold))))
11629 (vhdl-font-lock-reserved-words-face ((t (:bold t :foreground "Orange" :weight bold))))
11630 (vhdl-font-lock-translate-off-face ((t (:background "LightGray"))))
11631 (vhdl-speedbar-architecture-face ((t (:foreground "Blue"))))
11632 (vhdl-speedbar-architecture-selected-face ((t (:foreground "Blue" :underline t))))
11633 (vhdl-speedbar-configuration-face ((t (:foreground "DarkGoldenrod"))))
11634 (vhdl-speedbar-configuration-selected-face ((t (:foreground "DarkGoldenrod" :underline t))))
11635 (vhdl-speedbar-entity-face ((t (:foreground "ForestGreen"))))
11636 (vhdl-speedbar-entity-selected-face ((t (:foreground "ForestGreen" :underline t))))
11637 (vhdl-speedbar-instantiation-face ((t (:foreground "Brown"))))
11638 (vhdl-speedbar-instantiation-selected-face ((t (:foreground "Brown" :underline t))))
11639 (vhdl-speedbar-package-face ((t (:foreground "Grey50"))))
11640 (vhdl-speedbar-package-selected-face ((t (:foreground "Grey50" :underline t))))
11641 (viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
11642 (viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
11643 (viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
11644 (viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
11645 (viper-search-face ((t (:background "khaki" :foreground "Black"))))
11646 (widget-button-face ((t (:bold t :weight bold))))
11647 (widget-button-pressed-face ((t (:foreground "red"))))
11648 (widget-documentation-face ((t (:foreground "dark green"))))
11649 (widget-field-face ((t (:background "gray85"))))
11650 (widget-inactive-face ((t (:foreground "dim gray"))))
11651 (widget-single-line-field-face ((t (:background "gray85"))))
11652 (woman-addition-face ((t (:foreground "orange"))))
11653 (woman-bold-face ((t (:bold t :foreground "blue" :weight bold))))
11654 (woman-italic-face ((t (:italic t :foreground "red" :underline t :slant italic))))
11655 (woman-unknown-face ((t (:foreground "brown"))))
11656 (zmacs-region ((t (:background "lightgoldenrod2")))))))
11658 (defun color-theme-late-night ()
11659 "Color theme by Alex Schroeder, created 2003-08-07.
11660 This theme is for use late at night, with only little light in the room.
11661 The goal was to make something as dark and subtle as the text console in
11662 its default 80x25 state -- dark grey on black."
11663 (interactive)
11664 (let ((color-theme-is-cumulative t))
11665 (color-theme-dark-erc)
11666 (color-theme-dark-gnus)
11667 ;; (color-theme-dark-diff)
11668 ;; (color-theme-dark-eshell)
11669 (color-theme-dark-info)
11670 (color-theme-dark-font-lock)
11671 (color-theme-install
11672 '(color-theme-late-night
11673 ((background-color . "#000")
11674 (background-mode . dark)
11675 (background-toolbar-color . "#000")
11676 (border-color . "#000")
11677 (bottom-toolbar-shadow-color . "#000")
11678 (cursor-color . "#888")
11679 (foreground-color . "#666")
11680 (top-toolbar-shadow-color . "#111"))
11681 (default ((t (nil))))
11682 (bold ((t (:bold t))))
11683 (button ((t (:bold t))))
11684 (custom-button-face ((t (:bold t :foreground "#999"))))
11685 (fringe ((t (:background "#111" :foreground "#444"))))
11686 (header-line ((t (:background "#333" :foreground "#000"))))
11687 (highlight ((t (:background "dark slate blue" :foreground "light blue"))))
11688 (holiday-face ((t (:background "#000" :foreground "#777"))))
11689 (isearch ((t (:foreground "pink" :background "red"))))
11690 (isearch-lazy-highlight-face ((t (:foreground "red"))))
11691 (italic ((t (:bold t))))
11692 (menu ((t (:background "#111" :foreground "#444"))))
11693 (minibuffer-prompt ((t (:foreground "555"))))
11694 (modeline ((t (:background "#111" :foreground "#444"))))
11695 (mode-line-inactive ((t (:background "#000" :foreground "#444"))))
11696 (modeline-buffer-id ((t (:background "#000" :foreground "#555"))))
11697 (modeline-mousable ((t (:background "#000" :foreground "#555"))))
11698 (modeline-mousable-minor-mode ((t (:background "#000" :foreground "#555"))))
11699 (region ((t (:background "dark cyan" :foreground "cyan"))))
11700 (secondary-selection ((t (:background "Aquamarine" :foreground "SlateBlue"))))
11701 (show-paren-match-face ((t (:foreground "white" :background "light slate blue"))))
11702 (show-paren-mismatch-face ((t (:foreground "white" :background "red"))))
11703 (tool-bar ((t (:background "#111" :foreground "#777"))))
11704 (tooltip ((t (:background "#333" :foreground "#777"))))
11705 (underline ((t (:bold t))))
11706 (variable-pitch ((t (nil))))
11707 (widget-button-face ((t (:bold t :foreground "#888"))))
11708 (widget-field-face ((t (:bold t :foreground "#999"))))))))
11710 (defun color-theme-clarity ()
11711 "White on black color theme by Richard Wellum, created 2003-01-16."
11712 (interactive)
11713 (color-theme-install
11714 '(color-theme-clarity
11715 ((background-color . "black")
11716 (background-mode . dark)
11717 (border-color . "white")
11718 (cursor-color . "yellow")
11719 (foreground-color . "white")
11720 (mouse-color . "white"))
11721 ((CUA-mode-global-mark-cursor-color . "cyan")
11722 (CUA-mode-normal-cursor-color . "yellow")
11723 (CUA-mode-overwrite-cursor-color . "red")
11724 (CUA-mode-read-only-cursor-color . "green")
11725 (help-highlight-face . underline)
11726 (ibuffer-dired-buffer-face . font-lock-function-name-face)
11727 (ibuffer-help-buffer-face . font-lock-comment-face)
11728 (ibuffer-hidden-buffer-face . font-lock-warning-face)
11729 (ibuffer-occur-match-face . font-lock-warning-face)
11730 (ibuffer-read-only-buffer-face . font-lock-type-face)
11731 (ibuffer-special-buffer-face . font-lock-keyword-face)
11732 (ibuffer-title-face . font-lock-type-face)
11733 (list-matching-lines-face . bold)
11734 (ps-line-number-color . "black")
11735 (ps-zebra-color . 0.95)
11736 (tags-tag-face . default)
11737 (view-highlight-face . highlight)
11738 (widget-mouse-face . highlight))
11739 (default ((t (nil))))
11740 (CUA-global-mark-face ((t (:background "cyan" :foreground "black"))))
11741 (CUA-rectangle-face ((t (:background "maroon" :foreground "white"))))
11742 (CUA-rectangle-noselect-face ((t (:background "dimgray" :foreground "white"))))
11743 (bold ((t (:bold t :weight bold))))
11744 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
11745 (border ((t (:background "white"))))
11746 (clearcase-dired-checkedout-face ((t (:foreground "red"))))
11747 (comint-highlight-input ((t (:bold t :weight bold))))
11748 (comint-highlight-prompt ((t (:foreground "cyan"))))
11749 (cursor ((t (:background "yellow"))))
11750 (fixed-pitch ((t (:family "courier"))))
11751 (flash-paren-face-off ((t (nil))))
11752 (flash-paren-face-on ((t (nil))))
11753 (flash-paren-face-region ((t (nil))))
11754 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
11755 (font-lock-comment-face ((t (:foreground "OrangeRed"))))
11756 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
11757 (font-lock-doc-face ((t (:foreground "LightSalmon"))))
11758 (font-lock-function-name-face ((t (:foreground "LightSkyBlue"))))
11759 (font-lock-keyword-face ((t (:foreground "Cyan"))))
11760 (font-lock-string-face ((t (:foreground "LightSalmon"))))
11761 (font-lock-type-face ((t (:foreground "PaleGreen"))))
11762 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
11763 (font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
11764 (fringe ((t (:background "grey10"))))
11765 (header-line ((t (:box (:line-width -1 :style released-button) :foreground "grey20" :background "grey90" :box nil))))
11766 (highlight ((t (:background "darkolivegreen"))))
11767 (ibuffer-deletion-face ((t (:foreground "red"))))
11768 (ibuffer-marked-face ((t (:foreground "green"))))
11769 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
11770 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
11771 (italic ((t (:italic t :slant italic))))
11772 (menu ((t (nil))))
11773 (mode-line ((t (:foreground "yellow" :background "darkslateblue" :box (:line-width -1 :style released-button)))))
11774 (mouse ((t (:background "white"))))
11775 (region ((t (:background "blue"))))
11776 (scroll-bar ((t (nil))))
11777 (secondary-selection ((t (:background "darkslateblue"))))
11778 (show-block-face1 ((t (:background "gray10"))))
11779 (show-block-face2 ((t (:background "gray15"))))
11780 (show-block-face3 ((t (:background "gray20"))))
11781 (show-block-face4 ((t (:background "gray25"))))
11782 (show-block-face5 ((t (:background "gray30"))))
11783 (show-block-face6 ((t (:background "gray35"))))
11784 (show-block-face7 ((t (:background "gray40"))))
11785 (show-block-face8 ((t (:background "gray45"))))
11786 (show-block-face9 ((t (:background "gray50"))))
11787 (show-paren-match-face ((t (:background "turquoise"))))
11788 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
11789 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
11790 (tooltip ((t (:background "lightyellow" :foreground "black"))))
11791 (trailing-whitespace ((t (:background "red"))))
11792 (underline ((t (:underline t))))
11793 (variable-pitch ((t (:family "helv"))))
11794 (widget-button-face ((t (:bold t :weight bold))))
11795 (widget-button-pressed-face ((t (:foreground "red"))))
11796 (widget-documentation-face ((t (:foreground "lime green"))))
11797 (widget-field-face ((t (:background "dim gray"))))
11798 (widget-inactive-face ((t (:foreground "light gray"))))
11799 (widget-single-line-field-face ((t (:background "dim gray")))))))
11801 (defun color-theme-andreas ()
11802 "Color theme by Andreas Busch, created 2003-02-06."
11803 (interactive)
11804 (color-theme-install
11805 '(color-theme-andreas
11806 ((background-mode . light)
11807 (background-color . "white")
11808 (background-toolbar-color . "#cccccccccccc")
11809 (border-color . "#000000000000")
11810 (bottom-toolbar-shadow-color . "#7a7a7a7a7a7a")
11811 (foreground-color . "black")
11812 (top-toolbar-shadow-color . "#f5f5f5f5f5f5"))
11813 ((gnus-mouse-face . highlight)
11814 (ispell-highlight-face . highlight))
11815 (default ((t (nil))))
11816 (OrangeRed ((t (nil))))
11817 (blue ((t (:foreground "blue"))))
11818 (bold ((t (:bold t))))
11819 (bold-italic ((t (:italic t :bold t))))
11820 (border-glyph ((t (nil))))
11821 (calendar-today-face ((t (:underline t))))
11822 (color-mode-face-@ ((t (:foreground "orange"))))
11823 (color-mode-face-a ((t (:foreground "blue"))))
11824 (color-mode-face-b ((t (:foreground "red"))))
11825 (color-mode-face-c ((t (:foreground "green3"))))
11826 (color-mode-face-d ((t (:background "red" :foreground "white"))))
11827 (color-mode-face-e ((t (:background "orange" :foreground "blue"))))
11828 (color-mode-face-f ((t (:background "blue" :foreground "yellow"))))
11829 (color-mode-face-g ((t (:background "lightblue" :foreground "brown"))))
11830 (color-mode-face-h ((t (:background "brown" :foreground "white"))))
11831 (custom-button-face ((t (:bold t))))
11832 (custom-changed-face ((t (:background "blue" :foreground "white"))))
11833 (custom-documentation-face ((t (nil))))
11834 (custom-face-tag-face ((t (:underline t))))
11835 (custom-group-tag-face ((t (:underline t :foreground "blue"))))
11836 (custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
11837 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
11838 (custom-modified-face ((t (:background "blue" :foreground "white"))))
11839 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
11840 (custom-saved-face ((t (:underline t))))
11841 (custom-set-face ((t (:background "white" :foreground "blue"))))
11842 (custom-state-face ((t (:foreground "dark green"))))
11843 (custom-variable-button-face ((t (:underline t :bold t :background "gray90"))))
11844 (custom-variable-tag-face ((t (:underline t :background "gray95" :foreground "blue"))))
11845 (diary-face ((t (:foreground "red"))))
11846 (display-time-mail-balloon-enhance-face ((t (:background "orange"))))
11847 (display-time-mail-balloon-gnus-group-face ((t (:foreground "blue"))))
11848 (display-time-time-balloon-face ((t (:foreground "red"))))
11849 (emacs-wiki-bad-link-face ((t (:bold t :foreground "red"))))
11850 (emacs-wiki-link-face ((t (:bold t :foreground "green"))))
11851 (font-lock-comment-face ((t (:foreground "orange1"))))
11852 (font-lock-doc-string-face ((t (:foreground "green4"))))
11853 (font-lock-function-name-face ((t (:foreground "blue3"))))
11854 (font-lock-keyword-face ((t (:foreground "red1"))))
11855 (font-lock-preprocessor-face ((t (:foreground "blue3"))))
11856 (font-lock-reference-face ((t (:foreground "red3"))))
11857 (font-lock-string-face ((t (:foreground "green4"))))
11858 (font-lock-type-face ((t (:foreground "#6920ac"))))
11859 (font-lock-variable-name-face ((t (:foreground "blue3"))))
11860 (font-lock-warning-face ((t (:bold t :foreground "Red"))))
11861 (gnu-cite-face-3 ((t (nil))))
11862 (gnu-cite-face-4 ((t (nil))))
11863 (gnus-cite-attribution-face ((t (:underline t))))
11864 (gnus-cite-face-1 ((t (:foreground "MidnightBlue"))))
11865 (gnus-cite-face-10 ((t (:foreground "medium purple"))))
11866 (gnus-cite-face-11 ((t (:foreground "turquoise"))))
11867 (gnus-cite-face-2 ((t (:foreground "firebrick"))))
11868 (gnus-cite-face-3 ((t (:foreground "dark green"))))
11869 (gnus-cite-face-4 ((t (:foreground "OrangeRed"))))
11870 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
11871 (gnus-cite-face-6 ((t (:foreground "dark violet"))))
11872 (gnus-cite-face-7 ((t (:foreground "SteelBlue4"))))
11873 (gnus-cite-face-8 ((t (:foreground "magenta"))))
11874 (gnus-cite-face-9 ((t (:foreground "violet"))))
11875 (gnus-emphasis-bold ((t (:bold t))))
11876 (gnus-emphasis-bold-italic ((t (:italic t :bold t))))
11877 (gnus-emphasis-italic ((t (:italic t))))
11878 (gnus-emphasis-underline ((t (:underline t))))
11879 (gnus-emphasis-underline-bold ((t (:underline t :bold t))))
11880 (gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t))))
11881 (gnus-emphasis-underline-italic ((t (:underline t :italic t))))
11882 (gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3"))))
11883 (gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3"))))
11884 (gnus-group-mail-2-empty-face ((t (:foreground "HotPink3"))))
11885 (gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3"))))
11886 (gnus-group-mail-3-empty-face ((t (:foreground "magenta4"))))
11887 (gnus-group-mail-3-face ((t (:bold t :foreground "magenta4"))))
11888 (gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4"))))
11889 (gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4"))))
11890 (gnus-group-news-1-empty-face ((t (:foreground "ForestGreen"))))
11891 (gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen"))))
11892 (gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4"))))
11893 (gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4"))))
11894 (gnus-group-news-3-empty-face ((t (nil))))
11895 (gnus-group-news-3-face ((t (:bold t))))
11896 (gnus-group-news-4-empty-face ((t (nil))))
11897 (gnus-group-news-4-face ((t (:bold t))))
11898 (gnus-group-news-5-empty-face ((t (nil))))
11899 (gnus-group-news-5-face ((t (:bold t))))
11900 (gnus-group-news-6-empty-face ((t (nil))))
11901 (gnus-group-news-6-face ((t (:bold t))))
11902 (gnus-group-news-low-empty-face ((t (:foreground "DarkGreen"))))
11903 (gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
11904 (gnus-header-content-face ((t (:italic t :foreground "indianred4"))))
11905 (gnus-header-from-face ((t (:bold t :foreground "red3"))))
11906 (gnus-header-name-face ((t (:foreground "maroon"))))
11907 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "MidnightBlue"))))
11908 (gnus-header-subject-face ((t (:bold t :foreground "red4"))))
11909 (gnus-splash-face ((t (:foreground "red"))))
11910 (gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
11911 (gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue"))))
11912 (gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen"))))
11913 (gnus-summary-high-ticked-face ((t (:bold t :foreground "DarkRed"))))
11914 (gnus-summary-high-unread-face ((t (:bold t))))
11915 (gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue"))))
11916 (gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen"))))
11917 (gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick"))))
11918 (gnus-summary-low-unread-face ((t (:italic t))))
11919 (gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
11920 (gnus-summary-normal-read-face ((t (:foreground "DarkGreen"))))
11921 (gnus-summary-normal-ticked-face ((t (:foreground "Red"))))
11922 (gnus-summary-normal-unread-face ((t (nil))))
11923 (gnus-summary-selected-face ((t (:underline t))))
11924 (gnus-x-face ((t (nil))))
11925 (green ((t (:foreground "green"))))
11926 (gui-button-face ((t (:background "grey75"))))
11927 (gui-element ((t (:background "Gray80"))))
11928 (highlight ((t (nil))))
11929 (holiday-face ((t (:background "pink"))))
11930 (hyper-apropos-documentation ((t (:foreground "darkred"))))
11931 (hyper-apropos-heading ((t (:bold t))))
11932 (hyper-apropos-hyperlink ((t (:foreground "blue4"))))
11933 (hyper-apropos-major-heading ((t (:bold t))))
11934 (hyper-apropos-section-heading ((t (:italic t :bold t))))
11935 (hyper-apropos-warning ((t (:bold t :foreground "red"))))
11936 (info-node ((t (:italic t :bold t))))
11937 (info-xref ((t (:bold t))))
11938 (isearch ((t (:background "yellow" :foreground "red"))))
11939 (italic ((t (:italic t))))
11940 (kai-gnus-cite-face-1 ((t (:foreground "LightCyan4"))))
11941 (kai-gnus-cite-face-2 ((t (:foreground "LightSkyBlue2"))))
11942 (kai-gnus-cite-face-3 ((t (:foreground "DodgerBlue3"))))
11943 (kai-gnus-group-mail-face ((t (:foreground "darkslategrey"))))
11944 (kai-gnus-group-nonempty-mail-face ((t (:foreground "DarkRed"))))
11945 (kai-gnus-group-starred-face ((t (:foreground "grey50"))))
11946 (left-margin ((t (nil))))
11947 (list-mode-item-selected ((t (:background "gray68"))))
11948 (message-cited-text ((t (:italic t))))
11949 (message-cited-text-face ((t (:foreground "red"))))
11950 (message-header-cc-face ((t (:foreground "MidnightBlue"))))
11951 (message-header-contents ((t (:italic t))))
11952 (message-header-name-face ((t (:foreground "cornflower blue"))))
11953 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
11954 (message-header-other-face ((t (:foreground "steel blue"))))
11955 (message-header-subject-face ((t (:bold t :foreground "navy blue"))))
11956 (message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
11957 (message-header-xheader-face ((t (:foreground "blue"))))
11958 (message-headers ((t (:bold t))))
11959 (message-highlighted-header-contents ((t (:italic t :bold t))))
11960 (message-mml-face ((t (:foreground "ForestGreen"))))
11961 (message-separator-face ((t (:foreground "brown"))))
11962 (modeline ((t (:background "Gray75" :foreground "Black"))))
11963 (modeline-buffer-id ((t (:background "Gray75" :foreground "blue4"))))
11964 (modeline-mousable ((t (:background "Gray75" :foreground "firebrick"))))
11965 (modeline-mousable-minor-mode ((t (:background "Gray75" :foreground "green4"))))
11966 (paren-blink-off ((t (:foreground "gray80"))))
11967 (paren-match ((t (:background "red" :foreground "white"))))
11968 (paren-mismatch ((t (:background "DeepPink"))))
11969 (pointer ((t (:foreground "blue"))))
11970 (primary-selection ((t (:background "gray65"))))
11971 (red ((t (:foreground "red"))))
11972 (region ((t (:background "gray75"))))
11973 (right-margin ((t (nil))))
11974 (secondary-selection ((t (:background "paleturquoise"))))
11975 (text-cursor ((t (:background "red" :foreground "LightYellow1"))))
11976 (toolbar ((t (:background "Gray80"))))
11977 (underline ((t (:underline t))))
11978 (vertical-divider ((t (:background "Gray80"))))
11979 (widget-button-face ((t (:bold t))))
11980 (widget-button-pressed-face ((t (:foreground "red"))))
11981 (widget-documentation-face ((t (:foreground "dark green"))))
11982 (widget-field-face ((t (:background "gray85"))))
11983 (widget-inactive-face ((t (:foreground "dim gray"))))
11984 (x-face ((t (:background "white"))))
11985 (yellow ((t (:foreground "yellow"))))
11986 (zmacs-region ((t (:background "gray65" :foreground "yellow")))))))
11988 (defun color-theme-charcoal-black ()
11989 "Color theme by Lars Chr. Hausmann, created 2003-03-24."
11990 (interactive)
11991 (color-theme-install
11992 '(color-theme-charcoal-black
11993 ((background-color . "Grey15")
11994 (background-mode . dark)
11995 (border-color . "Grey")
11996 (cursor-color . "Grey")
11997 (foreground-color . "Grey")
11998 (mouse-color . "Grey"))
11999 ((display-time-mail-face . mode-line)
12000 (gnus-article-button-face . bold)
12001 (gnus-article-mouse-face . highlight)
12002 (gnus-mouse-face . highlight)
12003 (gnus-server-agent-face . gnus-server-agent-face)
12004 (gnus-server-closed-face . gnus-server-closed-face)
12005 (gnus-server-denied-face . gnus-server-denied-face)
12006 (gnus-server-offline-face . gnus-server-offline-face)
12007 (gnus-server-opened-face . gnus-server-opened-face)
12008 (gnus-signature-face . gnus-signature-face)
12009 (gnus-summary-selected-face . gnus-summary-selected-face)
12010 (help-highlight-face . underline)
12011 (list-matching-lines-face . bold)
12012 (mime-button-face . bold)
12013 (mime-button-mouse-face . highlight)
12014 (sgml-set-face . t)
12015 (tags-tag-face . default)
12016 (view-highlight-face . highlight)
12017 (widget-mouse-face . highlight))
12018 (default ((t (:stipple nil :background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 87 :width semi-condensed :family "misc-fixed"))))
12019 (Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728))))
12020 (Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44))))
12021 (Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2))))
12022 (Info-title-4-face ((t (:bold t :family "helv" :weight bold))))
12023 (bg:erc-color-face0 ((t (nil))))
12024 (bg:erc-color-face1 ((t (nil))))
12025 (bg:erc-color-face10 ((t (nil))))
12026 (bg:erc-color-face11 ((t (nil))))
12027 (bg:erc-color-face12 ((t (nil))))
12028 (bg:erc-color-face13 ((t (nil))))
12029 (bg:erc-color-face14 ((t (nil))))
12030 (bg:erc-color-face15 ((t (nil))))
12031 (bg:erc-color-face2 ((t (nil))))
12032 (bg:erc-color-face3 ((t (nil))))
12033 (bg:erc-color-face4 ((t (nil))))
12034 (bg:erc-color-face5 ((t (nil))))
12035 (bg:erc-color-face6 ((t (nil))))
12036 (bg:erc-color-face7 ((t (nil))))
12037 (bg:erc-color-face8 ((t (nil))))
12038 (bg:erc-color-face9 ((t (nil))))
12039 (bold ((t (:bold t :weight bold))))
12040 (bold-italic ((t (:bold t :foreground "beige" :weight bold))))
12041 (border ((t (:background "Grey"))))
12042 (calendar-today-face ((t (:underline t))))
12043 (comint-highlight-input ((t (:bold t :weight bold))))
12044 (comint-highlight-prompt ((t (:foreground "cyan"))))
12045 (cperl-array-face ((t (:bold t :foreground "light salmon" :weight bold))))
12046 (cperl-hash-face ((t (:italic t :bold t :foreground "beige" :slant italic :weight bold))))
12047 (cperl-nonoverridable-face ((t (:foreground "aquamarine"))))
12048 (cursor ((t (:background "Grey"))))
12049 (custom-button-face ((t (:foreground "gainsboro"))))
12050 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
12051 (custom-changed-face ((t (:background "blue" :foreground "white"))))
12052 (custom-comment-face ((t (:background "dim gray"))))
12053 (custom-comment-tag-face ((t (:foreground "gray80"))))
12054 (custom-documentation-face ((t (:foreground "light blue"))))
12055 (custom-face-tag-face ((t (:underline t))))
12056 (custom-group-tag-face ((t (:bold t :foreground "pale turquoise" :weight bold))))
12057 (custom-group-tag-face-1 ((t (:foreground "pale turquoise" :underline t))))
12058 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
12059 (custom-modified-face ((t (:background "blue" :foreground "white"))))
12060 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
12061 (custom-saved-face ((t (:underline t))))
12062 (custom-set-face ((t (:background "white" :foreground "blue"))))
12063 (custom-state-face ((t (:foreground "light salmon"))))
12064 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
12065 (custom-variable-tag-face ((t (:bold t :foreground "turquoise" :weight bold))))
12066 (diary-face ((t (:foreground "red"))))
12067 (dired-face-directory ((t (:bold t :foreground "sky blue" :weight bold))))
12068 (dired-face-executable ((t (:foreground "green yellow"))))
12069 (dired-face-flagged ((t (:foreground "tomato"))))
12070 (dired-face-marked ((t (:foreground "light salmon"))))
12071 (dired-face-permissions ((t (:foreground "aquamarine"))))
12072 (erc-action-face ((t (nil))))
12073 (erc-bold-face ((t (:bold t :weight bold))))
12074 (erc-default-face ((t (nil))))
12075 (erc-direct-msg-face ((t (:foreground "pale green"))))
12076 (erc-error-face ((t (:bold t :foreground "IndianRed" :weight bold))))
12077 (erc-highlight-face ((t (:bold t :foreground "pale green" :weight bold))))
12078 (erc-input-face ((t (:foreground "light blue"))))
12079 (erc-inverse-face ((t (:background "steel blue"))))
12080 (erc-notice-face ((t (:foreground "light salmon"))))
12081 (erc-pal-face ((t (:foreground "pale green"))))
12082 (erc-prompt-face ((t (:bold t :foreground "light blue" :weight bold))))
12083 (eshell-ls-archive-face ((t (:bold t :foreground "medium purple" :weight bold))))
12084 (eshell-ls-backup-face ((t (:foreground "dim gray"))))
12085 (eshell-ls-clutter-face ((t (:foreground "dim gray"))))
12086 (eshell-ls-directory-face ((t (:bold t :foreground "medium slate blue" :weight bold))))
12087 (eshell-ls-executable-face ((t (:bold t :foreground "aquamarine" :weight bold))))
12088 (eshell-ls-missing-face ((t (:foreground "black"))))
12089 (eshell-ls-picture-face ((t (:foreground "violet"))))
12090 (eshell-ls-product-face ((t (:foreground "light steel blue"))))
12091 (eshell-ls-readonly-face ((t (:foreground "aquamarine"))))
12092 (eshell-ls-special-face ((t (:foreground "gold"))))
12093 (eshell-ls-symlink-face ((t (:foreground "white"))))
12094 (eshell-ls-unreadable-face ((t (:foreground "dim gray"))))
12095 (eshell-prompt-face ((t (:bold t :foreground "light sky blue" :weight bold))))
12096 (excerpt ((t (:italic t :slant italic))))
12097 (fg:erc-color-face0 ((t (:foreground "white"))))
12098 (fg:erc-color-face1 ((t (:foreground "beige"))))
12099 (fg:erc-color-face10 ((t (:foreground "pale goldenrod"))))
12100 (fg:erc-color-face11 ((t (:foreground "light goldenrod yellow"))))
12101 (fg:erc-color-face12 ((t (:foreground "light yellow"))))
12102 (fg:erc-color-face13 ((t (:foreground "yellow"))))
12103 (fg:erc-color-face14 ((t (:foreground "light goldenrod"))))
12104 (fg:erc-color-face15 ((t (:foreground "lime green"))))
12105 (fg:erc-color-face2 ((t (:foreground "lemon chiffon"))))
12106 (fg:erc-color-face3 ((t (:foreground "light cyan"))))
12107 (fg:erc-color-face4 ((t (:foreground "powder blue"))))
12108 (fg:erc-color-face5 ((t (:foreground "sky blue"))))
12109 (fg:erc-color-face6 ((t (:foreground "dark sea green"))))
12110 (fg:erc-color-face7 ((t (:foreground "pale green"))))
12111 (fg:erc-color-face8 ((t (:foreground "medium spring green"))))
12112 (fg:erc-color-face9 ((t (:foreground "khaki"))))
12113 (fixed ((t (:bold t :weight bold))))
12114 (fixed-pitch ((t (:family "courier"))))
12115 (flyspell-duplicate-face ((t (:bold t :foreground "Gold3" :underline t :weight bold))))
12116 (flyspell-incorrect-face ((t (:bold t :foreground "OrangeRed" :underline t :weight bold))))
12117 (font-lock-builtin-face ((t (:foreground "aquamarine"))))
12118 (font-lock-comment-face ((t (:foreground "light blue"))))
12119 (font-lock-constant-face ((t (:foreground "pale green"))))
12120 (font-lock-doc-face ((t (:foreground "light sky blue"))))
12121 (font-lock-doc-string-face ((t (:foreground "sky blue"))))
12122 (font-lock-function-name-face ((t (:bold t :foreground "aquamarine" :weight bold))))
12123 (font-lock-keyword-face ((t (:bold t :foreground "pale turquoise" :weight bold))))
12124 (font-lock-reference-face ((t (:foreground "pale green"))))
12125 (font-lock-string-face ((t (:foreground "light sky blue"))))
12126 (font-lock-type-face ((t (:bold t :foreground "sky blue" :weight bold))))
12127 (font-lock-variable-name-face ((t (:bold t :foreground "turquoise" :weight bold))))
12128 (font-lock-warning-face ((t (:bold t :foreground "Red" :weight bold))))
12129 (fringe ((t (:background "Grey15"))))
12130 (gnus-cite-face-1 ((t (:foreground "LightSalmon"))))
12131 (gnus-cite-face-2 ((t (:foreground "Khaki"))))
12132 (gnus-cite-face-3 ((t (:foreground "Coral"))))
12133 (gnus-cite-face-4 ((t (:foreground "yellow green"))))
12134 (gnus-cite-face-5 ((t (:foreground "dark khaki"))))
12135 (gnus-cite-face-6 ((t (:foreground "bisque"))))
12136 (gnus-cite-face-7 ((t (:foreground "peru"))))
12137 (gnus-cite-face-8 ((t (:foreground "light coral"))))
12138 (gnus-cite-face-9 ((t (:foreground "plum"))))
12139 (gnus-emphasis-bold ((t (:bold t :weight bold))))
12140 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
12141 (gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
12142 (gnus-emphasis-italic ((t (:italic t :slant italic))))
12143 (gnus-emphasis-strikethru ((t (nil))))
12144 (gnus-emphasis-underline ((t (:underline t))))
12145 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
12146 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
12147 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
12148 (gnus-group-mail-1-empty-face ((t (:foreground "White"))))
12149 (gnus-group-mail-1-face ((t (:bold t :foreground "White" :weight bold))))
12150 (gnus-group-mail-2-empty-face ((t (:foreground "light cyan"))))
12151 (gnus-group-mail-2-face ((t (:bold t :foreground "light cyan" :weight bold))))
12152 (gnus-group-mail-3-empty-face ((t (:foreground "LightBlue"))))
12153 (gnus-group-mail-3-face ((t (:bold t :foreground "LightBlue" :weight bold))))
12154 (gnus-group-mail-low-empty-face ((t (:foreground "Aquamarine"))))
12155 (gnus-group-mail-low-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
12156 (gnus-group-news-1-empty-face ((t (:foreground "White"))))
12157 (gnus-group-news-1-face ((t (:bold t :foreground "White" :weight bold))))
12158 (gnus-group-news-2-empty-face ((t (:foreground "light cyan"))))
12159 (gnus-group-news-2-face ((t (:bold t :foreground "light cyan" :weight bold))))
12160 (gnus-group-news-3-empty-face ((t (:foreground "LightBlue"))))
12161 (gnus-group-news-3-face ((t (:bold t :foreground "LightBlue" :weight bold))))
12162 (gnus-group-news-4-empty-face ((t (:foreground "Aquamarine"))))
12163 (gnus-group-news-4-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
12164 (gnus-group-news-5-empty-face ((t (:foreground "MediumAquamarine"))))
12165 (gnus-group-news-5-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
12166 (gnus-group-news-6-empty-face ((t (:foreground "MediumAquamarine"))))
12167 (gnus-group-news-6-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
12168 (gnus-group-news-low-empty-face ((t (:foreground "MediumAquamarine"))))
12169 (gnus-group-news-low-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
12170 (gnus-header-content-face ((t (:foreground "LightSkyBlue3"))))
12171 (gnus-header-from-face ((t (:bold t :foreground "light cyan" :weight bold))))
12172 (gnus-header-name-face ((t (:bold t :foreground "LightBlue" :weight bold))))
12173 (gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "MediumAquamarine" :slant italic :weight bold))))
12174 (gnus-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold))))
12175 (gnus-server-agent-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
12176 (gnus-server-closed-face ((t (:italic t :foreground "Light Steel Blue" :slant italic))))
12177 (gnus-server-denied-face ((t (:bold t :foreground "Pink" :weight bold))))
12178 (gnus-server-offline-face ((t (:bold t :foreground "Yellow" :weight bold))))
12179 (gnus-server-opened-face ((t (:bold t :foreground "Green1" :weight bold))))
12180 (gnus-signature-face ((t (:foreground "Grey"))))
12181 (gnus-splash-face ((t (:foreground "ForestGreen"))))
12182 (gnus-summary-cancelled-face ((t (:background "Black" :foreground "Yellow"))))
12183 (gnus-summary-high-ancient-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
12184 (gnus-summary-high-read-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
12185 (gnus-summary-high-ticked-face ((t (:bold t :foreground "LightSalmon" :weight bold))))
12186 (gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "beige" :slant italic :weight bold))))
12187 (gnus-summary-low-ancient-face ((t (:italic t :foreground "DimGray" :slant italic))))
12188 (gnus-summary-low-read-face ((t (:foreground "slate gray"))))
12189 (gnus-summary-low-ticked-face ((t (:foreground "Pink"))))
12190 (gnus-summary-low-unread-face ((t (:foreground "LightGray"))))
12191 (gnus-summary-normal-ancient-face ((t (:foreground "MediumAquamarine"))))
12192 (gnus-summary-normal-read-face ((t (:foreground "Aquamarine"))))
12193 (gnus-summary-normal-ticked-face ((t (:foreground "LightSalmon"))))
12194 (gnus-summary-normal-unread-face ((t (nil))))
12195 (gnus-summary-selected-face ((t (:underline t))))
12196 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
12197 (highlight ((t (:background "dark slate blue" :foreground "light blue"))))
12198 (highline-face ((t (:background "DeepSkyBlue4"))))
12199 (holiday-face ((t (:background "pink"))))
12200 (info-header-node ((t (:bold t :weight bold))))
12201 (info-header-xref ((t (:bold t :weight bold :foreground "sky blue"))))
12202 (info-menu-5 ((t (:underline t))))
12203 (info-menu-header ((t (:bold t :family "helv" :weight bold))))
12204 (info-node ((t (:bold t :weight bold))))
12205 (info-xref ((t (:bold t :foreground "sky blue" :weight bold))))
12206 (isearch ((t (:background "slate blue"))))
12207 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
12208 (italic ((t (:foreground "sky blue"))))
12209 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
12210 (jde-bug-breakpoint-marker ((t (:background "yellow" :foreground "red"))))
12211 (jde-java-font-lock-api-face ((t (:foreground "light goldenrod"))))
12212 (jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
12213 (jde-java-font-lock-code-face ((t (nil))))
12214 (jde-java-font-lock-constant-face ((t (:foreground "Aquamarine"))))
12215 (jde-java-font-lock-doc-tag-face ((t (:foreground "light coral"))))
12216 (jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
12217 (jde-java-font-lock-link-face ((t (:foreground "blue" :underline t :slant normal))))
12218 (jde-java-font-lock-modifier-face ((t (:foreground "LightSteelBlue"))))
12219 (jde-java-font-lock-number-face ((t (:foreground "LightSalmon"))))
12220 (jde-java-font-lock-package-face ((t (:foreground "steelblue1"))))
12221 (jde-java-font-lock-pre-face ((t (nil))))
12222 (jde-java-font-lock-underline-face ((t (:underline t))))
12223 (makefile-space-face ((t (:background "hotpink"))))
12224 (menu ((t (:background "MidnightBlue" :foreground "Grey"))))
12225 (message-cited-text-face ((t (:foreground "LightSalmon"))))
12226 (message-header-cc-face ((t (:foreground "light cyan"))))
12227 (message-header-name-face ((t (:foreground "LightBlue"))))
12228 (message-header-newsgroups-face ((t (:italic t :bold t :foreground "MediumAquamarine" :slant italic :weight bold))))
12229 (message-header-other-face ((t (:foreground "MediumAquamarine"))))
12230 (message-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold))))
12231 (message-header-to-face ((t (:bold t :foreground "light cyan" :weight bold))))
12232 (message-header-xheader-face ((t (:foreground "MediumAquamarine"))))
12233 (message-mml-face ((t (:foreground "ForestGreen"))))
12234 (message-separator-face ((t (:foreground "chocolate"))))
12235 (mode-line ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
12236 (mouse ((t (:background "Grey"))))
12237 (region ((t (:background "DarkSlateBlue"))))
12238 (scroll-bar ((t (:background "grey75"))))
12239 (secondary-selection ((t (:background "steel blue"))))
12240 (semantic-dirty-token-face ((t (:background "gray10"))))
12241 (semantic-unmatched-syntax-face ((t (:underline "red"))))
12242 (show-paren-match-face ((t (:background "light slate blue" :foreground "white"))))
12243 (show-paren-mismatch-face ((t (:background "red" :foreground "white"))))
12244 (speedbar-button-face ((t (:foreground "seashell2"))))
12245 (speedbar-directory-face ((t (:foreground "seashell3"))))
12246 (speedbar-file-face ((t (:foreground "seashell4"))))
12247 (speedbar-highlight-face ((t (:background "dark slate blue" :foreground "wheat"))))
12248 (speedbar-selected-face ((t (:foreground "seashell1" :underline t))))
12249 (speedbar-separator-face ((t (:background "blue" :foreground "white" :overline "gray"))))
12250 (speedbar-tag-face ((t (:foreground "antique white"))))
12251 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
12252 (tooltip ((t (:background "lightyellow" :foreground "black"))))
12253 (trailing-whitespace ((t (:background "red"))))
12254 (underline ((t (:underline t))))
12255 (variable-pitch ((t (:family "helv"))))
12256 (widget-button-face ((t (:bold t :weight bold))))
12257 (widget-button-pressed-face ((t (:foreground "red"))))
12258 (widget-documentation-face ((t (:foreground "light blue"))))
12259 (widget-field-face ((t (:background "RoyalBlue4" :foreground "wheat"))))
12260 (widget-inactive-face ((t (:foreground "dim gray"))))
12261 (widget-single-line-field-face ((t (:background "slate blue" :foreground "wheat"))))
12262 (woman-bold-face ((t (:bold t :foreground "sky blue" :weight bold))))
12263 (woman-italic-face ((t (:foreground "deep sky blue"))))
12264 (woman-unknown-face ((t (:foreground "LightSalmon"))))
12265 (zmacs-region ((t (:background "DarkSlateBlue")))))))
12267 (defun color-theme-vim-colors ()
12268 "Color theme by Michael Soulier, created 2003-03-26."
12269 (interactive)
12270 (color-theme-install
12271 '(color-theme-vim-colors
12272 ((background-color . "#ffffff")
12273 (background-mode . light)
12274 (border-color . "black")
12275 (cursor-color . "#000000")
12276 (foreground-color . "#000000")
12277 (mouse-color . "#000000"))
12278 ((Man-overstrike-face . bold)
12279 (Man-underline-face . underline)
12280 (apropos-keybinding-face . underline)
12281 (apropos-label-face . italic)
12282 (apropos-match-face . secondary-selection)
12283 (apropos-property-face . bold-italic)
12284 (apropos-symbol-face . bold)
12285 (cperl-here-face . font-lock-string-face)
12286 (cperl-invalid-face quote underline)
12287 (cperl-pod-face . font-lock-comment-face)
12288 (cperl-pod-head-face . font-lock-variable-name-face)
12289 (help-highlight-face . underline)
12290 (ispell-highlight-face . highlight)
12291 (list-matching-lines-face . bold)
12292 (rpm-spec-dir-face . rpm-spec-dir-face)
12293 (rpm-spec-doc-face . rpm-spec-doc-face)
12294 (rpm-spec-ghost-face . rpm-spec-ghost-face)
12295 (rpm-spec-macro-face . rpm-spec-macro-face)
12296 (rpm-spec-package-face . rpm-spec-package-face)
12297 (rpm-spec-tag-face . rpm-spec-tag-face)
12298 (tags-tag-face . default)
12299 (view-highlight-face . highlight)
12300 (widget-mouse-face . highlight))
12301 (default ((t (:background "#ffffff" :foreground "#000000"))))
12302 (Info-title-1-face ((t (nil))))
12303 (Info-title-2-face ((t (nil))))
12304 (Info-title-3-face ((t (nil))))
12305 (Info-title-4-face ((t (:bold (bold extra-bold ultra-bold)))))
12306 (bold ((t (:bold (bold extra-bold ultra-bold)))))
12307 (bold-italic ((t (:italic (italic oblique) :bold (bold extra-bold ultra-bold)))))
12308 (border ((t (:background "black"))))
12309 (comint-highlight-input ((t (:bold (bold extra-bold ultra-bold)))))
12310 (comint-highlight-prompt ((t (:foreground "dark blue"))))
12311 (cperl-array-face ((t (:foreground "brown"))))
12312 (cperl-hash-face ((t (:foreground "red"))))
12313 (cperl-nonoverridable-face ((t (:foreground "#008b8b"))))
12314 (cursor ((t (:background "#000000"))))
12315 (fixed-pitch ((t (nil))))
12316 (font-lock-builtin-face ((t (:foreground "purple"))))
12317 (font-lock-comment-face ((t (:foreground "blue"))))
12318 (font-lock-constant-face ((t (:foreground "green4"))))
12319 (font-lock-doc-face ((t (:background "#f2f2f2"))))
12320 (font-lock-function-name-face ((t (:foreground "#008b8b"))))
12321 (font-lock-keyword-face ((t (:bold (bold extra-bold ultra-bold) :foreground "#a52a2a"))))
12322 (font-lock-string-face ((t (:background "#f2f2f2" :foreground "#ff00ff"))))
12323 (font-lock-type-face ((t (:foreground "ForestGreen"))))
12324 (font-lock-variable-name-face ((t (:foreground "#008b8b"))))
12325 (font-lock-warning-face ((t (:bold (bold extra-bold ultra-bold) :foreground "Red"))))
12326 (fringe ((t (:background "#e5e5e5"))))
12327 (header-line ((t (:background "grey90" :foreground "grey20"))))
12328 (highlight ((t (:background "darkseagreen2"))))
12329 (info-header-node ((t (nil))))
12330 (info-header-xref ((t (nil))))
12331 (info-menu-5 ((t (:foreground "red1"))))
12332 (info-menu-header ((t (:bold (bold extra-bold ultra-bold)))))
12333 (info-node ((t (:italic (italic oblique) :bold (bold extra-bold ultra-bold) :foreground "brown"))))
12334 (info-xref ((t (:bold (bold extra-bold ultra-bold) :foreground "magenta4"))))
12335 (isearch ((t (:background "magenta4" :foreground "lightskyblue1"))))
12336 (isearch-lazy-highlight-face ((t (:background "paleturquoise"))))
12337 (italic ((t (:italic (italic oblique)))))
12338 (menu ((t (nil))))
12339 (mode-line ((t (:background "grey75" :foreground "black"))))
12340 (mouse ((t (:background "#000000"))))
12341 (region ((t (:background "lightgoldenrod2"))))
12342 (rpm-spec-dir-face ((t (:foreground "green"))))
12343 (rpm-spec-doc-face ((t (:foreground "magenta"))))
12344 (rpm-spec-ghost-face ((t (:foreground "red"))))
12345 (rpm-spec-macro-face ((t (:foreground "purple"))))
12346 (rpm-spec-package-face ((t (:foreground "red"))))
12347 (rpm-spec-tag-face ((t (:foreground "blue"))))
12348 (scroll-bar ((t (:background "grey75" :foreground "#000000"))))
12349 (secondary-selection ((t (:background "yellow"))))
12350 (sh-heredoc-face ((t (:foreground "tan"))))
12351 (show-paren-match-face ((t (:background "turquoise"))))
12352 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
12353 (tool-bar ((t (:background "grey75" :foreground "black"))))
12354 (tooltip ((t (:background "lightyellow" :foreground "black"))))
12355 (trailing-whitespace ((t (:background "red"))))
12356 (underline ((t (:underline t))))
12357 (variable-pitch ((t (nil))))
12358 (widget-button-face ((t (:bold (bold extra-bold ultra-bold)))))
12359 (widget-button-pressed-face ((t (:foreground "red"))))
12360 (widget-documentation-face ((t (:foreground "dark green"))))
12361 (widget-field-face ((t (:background "gray85"))))
12362 (widget-inactive-face ((t (:foreground "dim gray"))))
12363 (widget-single-line-field-face ((t (:background "gray85")))))))
12365 (defun color-theme-calm-forest ()
12366 "Color theme by Artur Hefczyc, created 2003-04-18."
12367 (interactive)
12368 (color-theme-install
12369 '(color-theme-calm-forest
12370 ((background-color . "gray12")
12371 (background-mode . dark)
12372 (border-color . "black")
12373 (cursor-color . "orange")
12374 (foreground-color . "green")
12375 (mouse-color . "yellow"))
12376 ((help-highlight-face . underline)
12377 (list-matching-lines-face . bold)
12378 (senator-eldoc-use-color . t)
12379 (view-highlight-face . highlight)
12380 (widget-mouse-face . highlight))
12381 (default ((t (:stipple nil :background "gray12" :foreground "green" :inverse-video nil :box nil
12382 :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width
12383 normal :family "outline-courier new"))))
12384 (Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728))))
12385 (Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44))))
12386 (Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2))))
12387 (Info-title-4-face ((t (:bold t :family "helv" :weight bold))))
12388 (bold ((t (:bold t :weight bold))))
12389 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
12390 (border ((t (:background "black"))))
12391 (comint-highlight-input ((t (:bold t :weight bold))))
12392 (comint-highlight-prompt ((t (:foreground "cyan"))))
12393 (cparen-around-andor-face ((t (:bold t :foreground "maroon" :weight bold))))
12394 (cparen-around-begin-face ((t (:foreground "maroon"))))
12395 (cparen-around-conditional-face ((t (:bold t :foreground "RoyalBlue" :weight bold))))
12396 (cparen-around-define-face ((t (:bold t :foreground "Blue" :weight bold))))
12397 (cparen-around-lambda-face ((t (:foreground "LightSeaGreen"))))
12398 (cparen-around-letdo-face ((t (:bold t :foreground "LightSeaGreen" :weight bold))))
12399 (cparen-around-quote-face ((t (:foreground "SaddleBrown"))))
12400 (cparen-around-set!-face ((t (:foreground "OrangeRed"))))
12401 (cparen-around-syntax-rules-face ((t (:foreground "Magenta"))))
12402 (cparen-around-vector-face ((t (:foreground "chocolate"))))
12403 (cparen-binding-face ((t (:foreground "ForestGreen"))))
12404 (cparen-binding-list-face ((t (:bold t :foreground "ForestGreen" :weight bold))))
12405 (cparen-conditional-clause-face ((t (:foreground "RoyalBlue"))))
12406 (cparen-normal-paren-face ((t (:foreground "grey50"))))
12407 (cursor ((t (:background "orange"))))
12408 (custom-button-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style
12409 released-button)))))
12410 (custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width
12411 2 :style pressed-button)))))
12412 (custom-changed-face ((t (:background "blue" :foreground "white"))))
12413 (custom-comment-face ((t (:background "dim gray"))))
12414 (custom-comment-tag-face ((t (:foreground "gray80"))))
12415 (custom-documentation-face ((t (nil))))
12416 (custom-face-tag-face ((t (:bold t :family "helv" :weight bold :height 1.2))))
12417 (custom-group-tag-face ((t (:bold t :foreground "light blue" :weight bold :height 1.2))))
12418 (custom-group-tag-face-1 ((t (:bold t :family "helv" :foreground "pink" :weight bold :height
12419 1.2))))
12420 (custom-invalid-face ((t (:background "red" :foreground "yellow"))))
12421 (custom-modified-face ((t (:background "blue" :foreground "white"))))
12422 (custom-rogue-face ((t (:background "black" :foreground "pink"))))
12423 (custom-saved-face ((t (:underline t))))
12424 (custom-set-face ((t (:background "white" :foreground "blue"))))
12425 (custom-state-face ((t (:foreground "lime green"))))
12426 (custom-variable-button-face ((t (:bold t :underline t :weight bold))))
12427 (custom-variable-tag-face ((t (:bold t :family "helv" :foreground "light blue" :weight bold
12428 :height 1.2))))
12429 (eieio-custom-slot-tag-face ((t (:foreground "light blue"))))
12430 (extra-whitespace-face ((t (:background "pale green"))))
12431 (fixed-pitch ((t (:family "courier"))))
12432 (font-latex-bold-face ((t (:bold t :foreground "OliveDrab" :weight bold))))
12433 (font-latex-italic-face ((t (:italic t :foreground "OliveDrab" :slant italic))))
12434 (font-latex-math-face ((t (:foreground "burlywood"))))
12435 (font-latex-sedate-face ((t (:foreground "LightGray"))))
12436 (font-latex-string-face ((t (:foreground "RosyBrown"))))
12437 (font-latex-warning-face ((t (:bold t :foreground "Red" :weight bold))))
12438 (font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
12439 (font-lock-comment-face ((t (:foreground "chocolate1"))))
12440 (font-lock-constant-face ((t (:foreground "Aquamarine"))))
12441 (font-lock-doc-face ((t (:foreground "LightSalmon"))))
12442 (font-lock-function-name-face ((t (:foreground "LightSkyBlue"))))
12443 (font-lock-keyword-face ((t (:foreground "Cyan"))))
12444 (font-lock-string-face ((t (:foreground "LightSalmon"))))
12445 (font-lock-type-face ((t (:foreground "PaleGreen"))))
12446 (font-lock-variable-name-face ((t (:foreground "LightGoldenrod"))))
12447 (font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
12448 (fringe ((t (:background "grey10"))))
12449 (header-line ((t (:box (:line-width -1 :style released-button) :background "grey20" :foreground
12450 "grey90" :box nil))))
12451 (highlight ((t (:background "darkolivegreen"))))
12452 (info-header-node ((t (:italic t :bold t :weight bold :slant italic :foreground "white"))))
12453 (info-header-xref ((t (:bold t :weight bold :foreground "cyan"))))
12454 (info-menu-5 ((t (:foreground "red1"))))
12455 (info-menu-header ((t (:bold t :family "helv" :weight bold))))
12456 (info-node ((t (:italic t :bold t :foreground "white" :slant italic :weight bold))))
12457 (info-xref ((t (:bold t :foreground "cyan" :weight bold))))
12458 (isearch ((t (:background "palevioletred2" :foreground "brown4"))))
12459 (isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
12460 (italic ((t (:italic t :slant italic))))
12461 (jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
12462 (jde-db-active-breakpoint-face ((t (:background "red" :foreground "black"))))
12463 (jde-db-requested-breakpoint-face ((t (:background "yellow" :foreground "black"))))
12464 (jde-db-spec-breakpoint-face ((t (:background "green" :foreground "black"))))
12465 (jde-java-font-lock-api-face ((t (:foreground "light goldenrod"))))
12466 (jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
12467 (jde-java-font-lock-code-face ((t (nil))))
12468 (jde-java-font-lock-constant-face ((t (:foreground "Aquamarine"))))
12469 (jde-java-font-lock-doc-tag-face ((t (:foreground "light coral"))))
12470 (jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
12471 (jde-java-font-lock-link-face ((t (:foreground "blue" :underline t :slant normal))))
12472 (jde-java-font-lock-modifier-face ((t (:foreground "LightSteelBlue"))))
12473 (jde-java-font-lock-number-face ((t (:foreground "LightSalmon"))))
12474 (jde-java-font-lock-operator-face ((t (:foreground "medium blue"))))
12475 (jde-java-font-lock-package-face ((t (:foreground "steelblue1"))))
12476 (jde-java-font-lock-pre-face ((t (nil))))
12477 (jde-java-font-lock-underline-face ((t (:underline t))))
12478 (menu ((t (nil))))
12479 (mode-line ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style
12480 released-button)))))
12481 (mouse ((t (:background "yellow"))))
12482 (region ((t (:background "blue3"))))
12483 (scroll-bar ((t (nil))))
12484 (secondary-selection ((t (:background "SkyBlue4"))))
12485 (semantic-dirty-token-face ((t (:background "gray10"))))
12486 (semantic-unmatched-syntax-face ((t (:underline "red"))))
12487 (senator-intangible-face ((t (:foreground "gray75"))))
12488 (senator-momentary-highlight-face ((t (:background "gray30"))))
12489 (senator-read-only-face ((t (:background "#664444"))))
12490 (show-paren-match-face ((t (:background "turquoise"))))
12491 (show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
12492 (speedbar-button-face ((t (:foreground "green3"))))
12493 (speedbar-directory-face ((t (:foreground "light blue"))))
12494 (speedbar-file-face ((t (:foreground "cyan"))))
12495 (speedbar-highlight-face ((t (:background "sea green"))))
12496 (speedbar-selected-face ((t (:foreground "red" :underline t))))
12497 (speedbar-separator-face ((t (:background "blue" :foreground "white" :overline "gray"))))
12498 (speedbar-tag-face ((t (:foreground "yellow"))))
12499 (tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style
12500 released-button)))))
12501 (trailing-whitespace ((t (:background "red"))))
12502 (underline ((t (:underline t))))
12503 (variable-pitch ((t (:family "helv"))))
12504 (widget-button-face ((t (:bold t :weight bold))))
12505 (widget-button-pressed-face ((t (:foreground "red"))))
12506 (widget-documentation-face ((t (:foreground "lime green"))))
12507 (widget-field-face ((t (:background "dim gray"))))
12508 (widget-inactive-face ((t (:foreground "light gray"))))
12509 (widget-single-line-field-face ((t (:background "dim gray")))))))
12511 (defun color-theme-lawrence ()
12512 "Color theme by lawrence mitchell <wence@gmx.li>.
12513 Mainly shades of green.
12514 Contains faces for erc, gnus, most of jde."
12515 (interactive)
12516 (color-theme-install
12517 '(color-theme-lawrence
12518 ((background-color . "black")
12519 (background-mode . dark)
12520 (border-color . "black")
12521 (cursor-color . "green")
12522 (foreground-color . "#00CC00")
12523 (mouse-color . "black"))
12524 ((erc-button-face . bold)
12525 (erc-button-mouse-face . highlight)
12526 (gnus-article-button-face . bold)
12527 (gnus-article-mouse-face . highlight)
12528 (gnus-cite-attribution-face . gnus-cite-attribution-face)
12529 (gnus-mouse-face . highlight)
12530 (gnus-server-agent-face . gnus-server-agent-face)
12531 (gnus-server-closed-face . gnus-server-closed-face)
12532 (gnus-server-denied-face . gnus-server-denied-face)
12533 (gnus-server-offline-face . gnus-server-offline-face)
12534 (gnus-server-opened-face . gnus-server-opened-face)
12535 (gnus-signature-face . gnus-signature-face)
12536 (gnus-summary-selected-face . gnus-summary-selected-face)
12537 (gnus-treat-display-face . head)
12538 (gnus-treat-display-xface . head)
12539 (list-matching-lines-buffer-name-face . underline)
12540 (list-matching-lines-face . bold)
12541 (paren-match-face . paren-face-match)
12542 (paren-mismatch-face . paren-face-mismatch)
12543 (paren-no-match-face . paren-face-no-match)
12544 (sgml-set-face . t)
12545 (tags-tag-face . default)
12546 (view-highlight-face . highlight)
12547 (widget-mouse-face . highlight))
12548 (default ((t (nil))))
12549 (Buffer-menu-buffer-face ((t (:bold t :weight bold))))
12550 (bg:erc-color-face0 ((t (:background "White"))))
12551 (bg:erc-color-face1 ((t (:background "black"))))
12552 (bg:erc-color-face10 ((t (:background "lightblue1"))))
12553 (bg:erc-color-face11 ((t (:background "cyan"))))
12554 (bg:erc-color-face12 ((t (:background "blue"))))
12555 (bg:erc-color-face13 ((t (:background "deeppink"))))
12556 (bg:erc-color-face14 ((t (:background "gray50"))))
12557 (bg:erc-color-face15 ((t (:background "gray90"))))
12558 (bg:erc-color-face2 ((t (:background "blue4"))))
12559 (bg:erc-color-face3 ((t (:background "green4"))))
12560 (bg:erc-color-face4 ((t (:background "red"))))
12561 (bg:erc-color-face5 ((t (:background "brown"))))
12562 (bg:erc-color-face6 ((t (:background "purple"))))
12563 (bg:erc-color-face7 ((t (:background "orange"))))
12564 (bg:erc-color-face8 ((t (:background "yellow"))))
12565 (bg:erc-color-face9 ((t (:background "green"))))
12566 (bold ((t (:bold t :foreground "#00CC00" :background "black"))))
12567 (bold-italic ((t (:italic t :bold t :slant oblique :weight semi-bold))))
12568 (border ((t (:background "black"))))
12569 (button ((t (:underline t))))
12570 (comint-highlight-input ((t (nil))))
12571 (comint-highlight-prompt ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12572 (cursor ((t (:background "green"))))
12573 (custom-button-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12574 (custom-button-pressed-face ((t (nil))))
12575 (custom-changed-face ((t (:italic t :foreground "#00CC00" :background "black" :slant oblique))))
12576 (custom-comment-face ((t (nil))))
12577 (custom-comment-tag-face ((t (nil))))
12578 (custom-documentation-face ((t (nil))))
12579 (custom-face-tag-face ((t (nil))))
12580 (custom-group-tag-face ((t (nil))))
12581 (custom-group-tag-face-1 ((t (nil))))
12582 (custom-invalid-face ((t (:foreground "#00CC00" :background "black" :strike-through t))))
12583 (custom-modified-face ((t (nil))))
12584 (custom-rogue-face ((t (nil))))
12585 (custom-saved-face ((t (nil))))
12586 (custom-set-face ((t (nil))))
12587 (custom-state-face ((t (nil))))
12588 (custom-variable-button-face ((t (nil))))
12589 (custom-variable-tag-face ((t (nil))))
12590 (erc-action-face ((t (:bold t :weight semi-bold))))
12591 (erc-bold-face ((t (:bold t :weight bold))))
12592 (erc-current-nick-face ((t (:bold t :foreground "LightSeaGreen" :weight semi-bold))))
12593 (erc-dangerous-host-face ((t (:foreground "red"))))
12594 (erc-default-face ((t (nil))))
12595 (erc-direct-msg-face ((t (:foreground "IndianRed"))))
12596 (erc-error-face ((t (:bold t :weight semi-bold :background "darkblue" :foreground "#00CC00"))))
12597 (erc-fool-face ((t (:foreground "dim gray"))))
12598 (erc-input-face ((t (:foreground "springgreen"))))
12599 (erc-inverse-face ((t (:bold t :background "Darkgreen" :foreground "Black" :weight semi-bold))))
12600 (erc-keyword-face ((t (:bold t :foreground "pale green" :weight bold))))
12601 (erc-nick-default-face ((t (:bold t :weight semi-bold))))
12602 (erc-nick-msg-face ((t (:bold t :foreground "springgreen" :weight semi-bold))))
12603 (erc-notice-face ((t (:foreground "seagreen" :weight normal))))
12604 (erc-pal-face ((t (:bold t :foreground "Magenta" :weight bold))))
12605 (erc-prompt-face ((t (:bold t :background "lightBlue2" :foreground "Black" :weight semi-bold))))
12606 (erc-timestamp-face ((t (:foreground "seagreen" :weight normal))))
12607 (erc-underline-face ((t (:underline t))))
12608 (fg:erc-color-face0 ((t (:foreground "White"))))
12609 (fg:erc-color-face1 ((t (:foreground "black"))))
12610 (fg:erc-color-face10 ((t (:foreground "lightblue1"))))
12611 (fg:erc-color-face11 ((t (:foreground "cyan"))))
12612 (fg:erc-color-face12 ((t (:foreground "blue"))))
12613 (fg:erc-color-face13 ((t (:foreground "deeppink"))))
12614 (fg:erc-color-face14 ((t (:foreground "gray50"))))
12615 (fg:erc-color-face15 ((t (:foreground "gray90"))))
12616 (fg:erc-color-face2 ((t (:foreground "blue4"))))
12617 (fg:erc-color-face3 ((t (:foreground "green4"))))
12618 (fg:erc-color-face4 ((t (:foreground "red"))))
12619 (fg:erc-color-face5 ((t (:foreground "brown"))))
12620 (fg:erc-color-face6 ((t (:foreground "purple"))))
12621 (fg:erc-color-face7 ((t (:foreground "orange"))))
12622 (fg:erc-color-face8 ((t (:foreground "yellow"))))
12623 (fg:erc-color-face9 ((t (:foreground "green"))))
12624 (fixed-pitch ((t (nil))))
12625 (font-latex-string-face ((t (:bold t :weight semi-bold :foreground "seagreen" :background "black"))))
12626 (font-latex-warning-face ((t (:bold t :weight semi-bold :background "darkblue" :foreground "#00CC00"))))
12627 (font-lock-builtin-face ((t (:foreground "seagreen1"))))
12628 (font-lock-comment-face ((t (:background "black" :foreground "medium spring green"))))
12629 (font-lock-constant-face ((t (nil))))
12630 (font-lock-doc-face ((t (:bold t :background "black" :foreground "seagreen" :weight semi-bold))))
12631 (font-lock-function-name-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12632 (font-lock-keyword-face ((t (:bold t :background "black" :foreground "green" :underline t :weight semi-bold))))
12633 (font-lock-preprocessor-face ((t (:foreground "#00ccdd"))))
12634 (font-lock-string-face ((t (:bold t :background "black" :foreground "seagreen" :weight semi-bold))))
12635 (font-lock-type-face ((t (nil))))
12636 (font-lock-variable-name-face ((t (nil))))
12637 (font-lock-warning-face ((t (:bold t :foreground "#00CC00" :background "darkblue" :weight semi-bold))))
12638 (fringe ((t (:foreground "#00CC00" :background "#151515"))))
12639 (gnus-cite-attribution-face ((t (:italic t :foreground "#00CC00" :background "black" :slant italic))))
12640 (gnus-cite-face-1 ((t (:background "black" :foreground "springgreen"))))
12641 (gnus-cite-face-10 ((t (nil))))
12642 (gnus-cite-face-11 ((t (nil))))
12643 (gnus-cite-face-2 ((t (:background "black" :foreground "lightseagreen"))))
12644 (gnus-cite-face-3 ((t (:background "black" :foreground "darkseagreen"))))
12645 (gnus-cite-face-4 ((t (:background "black" :foreground "forestgreen"))))
12646 (gnus-cite-face-5 ((t (:background "black" :foreground "springgreen"))))
12647 (gnus-cite-face-6 ((t (:background "black" :foreground "springgreen"))))
12648 (gnus-cite-face-7 ((t (:background "black" :foreground "springgreen"))))
12649 (gnus-cite-face-8 ((t (:background "black" :foreground "springgreen"))))
12650 (gnus-cite-face-9 ((t (:background "black" :foreground "springgreen"))))
12651 (gnus-emphasis-bold ((t (:bold t :weight semi-bold))))
12652 (gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight semi-bold))))
12653 (gnus-emphasis-highlight-words ((t (:bold t :foreground "#00CC00" :background "black" :underline t :weight bold))))
12654 (gnus-emphasis-italic ((t (:italic t :slant italic))))
12655 (gnus-emphasis-strikethru ((t (nil))))
12656 (gnus-emphasis-underline ((t (:underline t))))
12657 (gnus-emphasis-underline-bold ((t (:bold t :underline t :weight semi-bold))))
12658 (gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight semi-bold))))
12659 (gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
12660 (gnus-group-mail-1-empty-face ((t (nil))))
12661 (gnus-group-mail-1-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12662 (gnus-group-mail-2-empty-face ((t (nil))))
12663 (gnus-group-mail-2-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12664 (gnus-group-mail-3-empty-face ((t (nil))))
12665 (gnus-group-mail-3-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12666 (gnus-group-mail-low-empty-face ((t (nil))))
12667 (gnus-group-mail-low-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12668 (gnus-group-news-1-empty-face ((t (nil))))
12669 (gnus-group-news-1-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12670 (gnus-group-news-2-empty-face ((t (nil))))
12671 (gnus-group-news-2-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12672 (gnus-group-news-3-empty-face ((t (nil))))
12673 (gnus-group-news-3-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12674 (gnus-group-news-4-empty-face ((t (nil))))
12675 (gnus-group-news-4-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12676 (gnus-group-news-5-empty-face ((t (nil))))
12677 (gnus-group-news-5-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12678 (gnus-group-news-6-empty-face ((t (nil))))
12679 (gnus-group-news-6-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12680 (gnus-group-news-low-empty-face ((t (nil))))
12681 (gnus-group-news-low-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12682 (gnus-header-content-face ((t (:background "black" :foreground "springgreen"))))
12683 (gnus-header-from-face ((t (nil))))
12684 (gnus-header-name-face ((t (nil))))
12685 (gnus-header-newsgroups-face ((t (nil))))
12686 (gnus-header-subject-face ((t (nil))))
12687 (gnus-server-agent-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
12688 (gnus-server-closed-face ((t (:italic t :foreground "Light Steel Blue" :slant italic))))
12689 (gnus-server-denied-face ((t (:bold t :foreground "Pink" :weight semi-bold))))
12690 (gnus-server-offline-face ((t (:bold t :foreground "Yellow" :weight bold))))
12691 (gnus-server-opened-face ((t (:bold t :foreground "Green1" :weight semi-bold))))
12692 (gnus-signature-face ((t (:background "black" :foreground "springgreen" :slant normal))))
12693 (gnus-splash-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12694 (gnus-summary-cancelled-face ((t (:foreground "#00CC00" :background "black" :strike-through t))))
12695 (gnus-summary-high-ancient-face ((t (nil))))
12696 (gnus-summary-high-read-face ((t (nil))))
12697 (gnus-summary-high-ticked-face ((t (:background "black" :foreground "seagreen"))))
12698 (gnus-summary-high-undownloaded-face ((t (:bold t :foreground "LightGray" :weight bold))))
12699 (gnus-summary-high-unread-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12700 (gnus-summary-low-ancient-face ((t (nil))))
12701 (gnus-summary-low-read-face ((t (nil))))
12702 (gnus-summary-low-ticked-face ((t (nil))))
12703 (gnus-summary-low-undownloaded-face ((t (:italic t :foreground "LightGray" :slant italic :weight normal))))
12704 (gnus-summary-low-unread-face ((t (:bold t :foreground "#00CC00" :background "black" :weight bold))))
12705 (gnus-summary-normal-ancient-face ((t (nil))))
12706 (gnus-summary-normal-read-face ((t (nil))))
12707 (gnus-summary-normal-ticked-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12708 (gnus-summary-normal-undownloaded-face ((t (:foreground "LightGray" :weight normal))))
12709 (gnus-summary-normal-unread-face ((t (nil))))
12710 (gnus-summary-selected-face ((t (:background "#101010"))))
12711 (gnus-x-face ((t (:background "white" :foreground "black"))))
12712 (header-line ((t (nil))))
12713 (highlight ((t (:foreground "#00CC00" :background "darkgreen"))))
12714 (ido-first-match-face ((t (:bold t :weight bold))))
12715 (ido-indicator-face ((t (:background "red" :foreground "yellow" :width condensed))))
12716 (ido-only-match-face ((t (:foreground "ForestGreen"))))
12717 (ido-subdir-face ((t (:foreground "red"))))
12718 (isearch ((t (:background "seagreen" :foreground "black"))))
12719 (isearch-lazy-highlight-face ((t (:background "darkseagreen" :foreground "black"))))
12720 (italic ((t (:italic t :foreground "#00CC00" :background "black" :slant oblique))))
12721 (menu ((t (:bold t :background "black" :foreground "green" :box (:line-width -1 :color "#606060") :weight semi-bold))))
12722 (message-cited-text-face ((t (:italic t :foreground "#00CC00" :background "black" :slant oblique))))
12723 (message-header-cc-face ((t (nil))))
12724 (message-header-name-face ((t (nil))))
12725 (message-header-newsgroups-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12726 (message-header-other-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12727 (message-header-subject-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12728 (message-header-to-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12729 (message-header-xheader-face ((t (nil))))
12730 (message-mml-face ((t (:italic t :foreground "#00CC00" :background "black" :slant oblique))))
12731 (message-separator-face ((t (nil))))
12732 (minibuffer-prompt ((t (:background "black" :foreground "seagreen"))))
12733 (mode-line ((t (:bold t :background "#404040" :foreground "green" :box (:line-width -1 :color "#606060") :weight semi-bold))))
12734 (mode-line-inactive ((t (:bold t :weight semi-bold :box (:line-width -1 :color "#606060") :foreground "green" :background "#101010"))))
12735 (mouse ((t (:background "black"))))
12736 (paren-face ((t (:background "black" :foreground "darkgreen"))))
12737 (paren-face-match ((t (:background "black" :foreground "springgreen"))))
12738 (paren-face-mismatch ((t (:foreground "#00CC00" :background "black" :strike-through t))))
12739 (paren-face-no-match ((t (:background "black" :foreground "red"))))
12740 (region ((t (:background "seagreen" :foreground "black"))))
12741 (scroll-bar ((t (nil))))
12742 (secondary-selection ((t (:background "darkseagreen" :foreground "black"))))
12743 (semantic-dirty-token-face ((t (:background "gray10"))))
12744 (semantic-unmatched-syntax-face ((t (:underline "red"))))
12745 (sgml-end-tag-face ((t (:foreground "seagreen"))))
12746 (sgml-start-tag-face ((t (:foreground "seagreen"))))
12747 (tabbar-button-face ((t (:background "black" :foreground "#00cc00" :box (:line-width 2 :color "black" :style released-button)))))
12748 (tabbar-default-face ((t (:background "black" :foreground "#00cc00"))))
12749 (tabbar-selected-face ((t (:background "black" :foreground "springgreen" :box (:line-width 2 :color "black" :style released-button)))))
12750 (tabbar-separator-face ((t (:foreground "#00cc00" :background "black"))))
12751 (tabbar-unselected-face ((t (:background "black" :foreground "seagreen" :box (:line-width 2 :color "black" :style pressed-button)))))
12752 (tool-bar ((t (:box (:line-width 1 :style released-button)))))
12753 (tooltip ((t (nil))))
12754 (trailing-whitespace ((t (:background "lightseagreen" :foreground "black"))))
12755 (underline ((t (:foreground "#00CC00" :background "black" :underline t))))
12756 (variable-pitch ((t (:underline nil :foreground "#00CC00" :background "black"))))
12757 (widget-button-face ((t (:bold t :foreground "#00CC00" :background "black"))))
12758 (widget-button-pressed-face ((t (nil))))
12759 (widget-documentation-face ((t (nil))))
12760 (widget-field-face ((t (:italic t :foreground "#00CC00" :background "black" :slant oblique))))
12761 (widget-inactive-face ((t (nil))))
12762 (widget-single-line-field-face ((t (nil)))))))
12764 (defun color-theme-matrix ()
12765 "Color theme by walterh@rocketmail.com, created 2003-10-16."
12766 (interactive)
12767 (color-theme-install
12768 '(color-theme-matrix
12769 ((background-color . "black")
12770 (background-mode . dark)
12771 (background-toolbar-color . "bisque")
12772 (border-color . "orange")
12773 (bottom-toolbar-shadow-color . "#909099999999")
12774 (cursor-color . "#7eff00")
12775 (foreground-color . "#7eff00")
12776 (mouse-color . "#7eff00")
12777 (top-toolbar-shadow-color . "#ffffffffffff"))
12778 ((help-highlight-face . underline)
12779 (list-matching-lines-face . bold)
12780 (rmail-highlight-face . font-lock-function-name-face)
12781 (view-highlight-face . highlight)
12782 (widget-mouse-face . highlight))
12783 (default ((t (:stipple nil :background "black" :foreground
12784 "#7eff00" :inverse-video nil :box nil :strike-through nil :overline nil
12785 :underline nil :slant normal :weight normal :height 90 :width normal
12786 :family "outline-courier new"))))
12787 (Buffer-menu-buffer-face ((t (nil))))
12788 (CUA-global-mark-face ((t (nil))))
12789 (CUA-rectangle-face ((t (nil))))
12790 (CUA-rectangle-noselect-face ((t (nil))))
12791 (Info-title-1-face ((t (nil))))
12792 (Info-title-2-face ((t (nil))))
12793 (Info-title-3-face ((t (nil))))
12794 (Info-title-4-face ((t (nil))))
12795 (antlr-font-lock-keyword-face ((t (nil))))
12796 (antlr-font-lock-literal-face ((t (nil))))
12797 (antlr-font-lock-ruledef-face ((t (nil))))
12798 (antlr-font-lock-ruleref-face ((t (nil))))
12799 (antlr-font-lock-tokendef-face ((t (nil))))
12800 (antlr-font-lock-tokenref-face ((t (nil))))
12801 (bbdb-company ((t (nil))))
12802 (bbdb-field-name ((t (nil))))
12803 (bbdb-field-value ((t (nil))))
12804 (bbdb-name ((t (nil))))
12805 (bg:erc-color-face0 ((t (nil))))
12806 (bg:erc-color-face1 ((t (nil))))
12807 (bg:erc-color-face10 ((t (nil))))
12808 (bg:erc-color-face11 ((t (nil))))
12809 (bg:erc-color-face12 ((t (nil))))
12810 (bg:erc-color-face13 ((t (nil))))
12811 (bg:erc-color-face14 ((t (nil))))
12812 (bg:erc-color-face15 ((t (nil))))
12813 (bg:erc-color-face2 ((t (nil))))
12814 (bg:erc-color-face3 ((t (nil))))
12815 (bg:erc-color-face4 ((t (nil))))
12816 (bg:erc-color-face5 ((t (nil))))
12817 (bg:erc-color-face6 ((t (nil))))
12818 (bg:erc-color-face7 ((t (nil))))
12819 (bg:erc-color-face8 ((t (nil))))
12820 (bg:erc-color-face9 ((t (nil))))
12821 (blank-space-face ((t (nil))))
12822 (blank-tab-face ((t (nil))))
12823 (blue ((t (nil))))
12824 (bold ((t (:bold t :weight bold))))
12825 (bold-italic ((t (:bold t :weight bold))))
12826 (border ((t (:background "orange"))))
12827 (border-glyph ((t (nil))))
12828 (buffers-tab ((t (nil))))
12829 (button ((t (nil))))
12830 (calendar-today-face ((t (nil))))
12831 (change-log-acknowledgement-face ((t (nil))))
12832 (change-log-conditionals-face ((t (nil))))
12833 (change-log-date-face ((t (nil))))
12834 (change-log-email-face ((t (nil))))
12835 (change-log-file-face ((t (nil))))
12836 (change-log-function-face ((t (nil))))
12837 (change-log-list-face ((t (nil))))
12838 (change-log-name-face ((t (nil))))
12839 (clearcase-dired-checkedout-face ((t (nil))))
12840 (comint-highlight-input ((t (nil))))
12841 (comint-highlight-prompt ((t (nil))))
12842 (cparen-around-andor-face ((t (nil))))
12843 (cparen-around-begin-face ((t (nil))))
12844 (cparen-around-conditional-face ((t (nil))))
12845 (cparen-around-define-face ((t (nil))))
12846 (cparen-around-lambda-face ((t (nil))))
12847 (cparen-around-letdo-face ((t (nil))))
12848 (cparen-around-quote-face ((t (nil))))
12849 (cparen-around-set!-face ((t (nil))))
12850 (cparen-around-syntax-rules-face ((t (nil))))
12851 (cparen-around-vector-face ((t (nil))))
12852 (cparen-binding-face ((t (nil))))
12853 (cparen-binding-list-face ((t (nil))))
12854 (cparen-conditional-clause-face ((t (nil))))
12855 (cparen-normal-paren-face ((t (nil))))
12856 (cperl-array-face ((t (nil))))
12857 (cperl-hash-face ((t (nil))))
12858 (cperl-invalid-face ((t (nil))))
12859 (cperl-nonoverridable-face ((t (nil))))
12860 (cursor ((t (:background "#7eff00" :foreground "black"))))
12861 (custom-button-face ((t (nil))))
12862 (custom-button-pressed-face ((t (nil))))
12863 (custom-changed-face ((t (nil))))
12864 (custom-comment-face ((t (nil))))
12865 (custom-comment-tag-face ((t (nil))))
12866 (custom-documentation-face ((t (nil))))
12867 (custom-face-tag-face ((t (nil))))
12868 (custom-group-tag-face ((t (nil))))
12869 (custom-group-tag-face-1 ((t (nil))))
12870 (custom-invalid-face ((t (nil))))
12871 (custom-modified-face ((t (nil))))
12872 (custom-rogue-face ((t (nil))))
12873 (custom-saved-face ((t (nil))))
12874 (custom-set-face ((t (nil))))
12875 (custom-state-face ((t (nil))))
12876 (custom-variable-button-face ((t (nil))))
12877 (custom-variable-tag-face ((t (nil))))
12878 (cvs-filename-face ((t (nil))))
12879 (cvs-handled-face ((t (nil))))
12880 (cvs-header-face ((t (nil))))
12881 (cvs-marked-face ((t (nil))))
12882 (cvs-msg-face ((t (nil))))
12883 (cvs-need-action-face ((t (nil))))
12884 (cvs-unknown-face ((t (nil))))
12885 (cyan ((t (nil))))
12886 (diary-face ((t (nil))))
12887 (diff-added-face ((t (nil))))
12888 (diff-changed-face ((t (nil))))
12889 (diff-context-face ((t (nil))))
12890 (diff-file-header-face ((t (nil))))
12891 (diff-function-face ((t (nil))))
12892 (diff-header-face ((t (nil))))
12893 (diff-hunk-header-face ((t (nil))))
12894 (diff-index-face ((t (nil))))
12895 (diff-nonexistent-face ((t (nil))))
12896 (diff-removed-face ((t (nil))))
12897 (dired-face-boring ((t (nil))))
12898 (dired-face-directory ((t (nil))))
12899 (dired-face-executable ((t (nil))))
12900 (dired-face-flagged ((t (nil))))
12901 (dired-face-header ((t (nil))))
12902 (dired-face-marked ((t (nil))))
12903 (dired-face-permissions ((t (nil))))
12904 (dired-face-setuid ((t (nil))))
12905 (dired-face-socket ((t (nil))))
12906 (dired-face-symlink ((t (nil))))
12907 (display-time-mail-balloon-enhance-face ((t (nil))))
12908 (display-time-mail-balloon-gnus-group-face ((t (nil))))
12909 (display-time-time-balloon-face ((t (nil))))
12910 (ebrowse-default-face ((t (nil))))
12911 (ebrowse-file-name-face ((t (nil))))
12912 (ebrowse-member-attribute-face ((t (nil))))
12913 (ebrowse-member-class-face ((t (nil))))
12914 (ebrowse-progress-face ((t (nil))))
12915 (ebrowse-root-class-face ((t (nil))))
12916 (ebrowse-tree-mark-face ((t (nil))))
12917 (ecb-sources-face ((t (nil))))
12918 (edb-inter-field-face ((t (nil))))
12919 (edb-normal-summary-face ((t (nil))))
12920 (ediff-current-diff-face-A ((t (nil))))
12921 (ediff-current-diff-face-Ancestor ((t (nil))))
12922 (ediff-current-diff-face-B ((t (nil))))
12923 (ediff-current-diff-face-C ((t (nil))))
12924 (ediff-even-diff-face-A ((t (nil))))
12925 (ediff-even-diff-face-Ancestor ((t (nil))))
12926 (ediff-even-diff-face-B ((t (nil))))
12927 (ediff-even-diff-face-C ((t (nil))))
12928 (ediff-fine-diff-face-A ((t (nil))))
12929 (ediff-fine-diff-face-Ancestor ((t (nil))))
12930 (ediff-fine-diff-face-B ((t (nil))))
12931 (ediff-fine-diff-face-C ((t (nil))))
12932 (ediff-odd-diff-face-A ((t (nil))))
12933 (ediff-odd-diff-face-Ancestor ((t (nil))))
12934 (ediff-odd-diff-face-B ((t (nil))))
12935 (ediff-odd-diff-face-C ((t (nil))))
12936 (eieio-custom-slot-tag-face ((t (nil))))
12937 (emacs-wiki-bad-link-face ((t (nil))))
12938 (emacs-wiki-link-face ((t (nil))))
12939 (erc-action-face ((t (nil))))
12940 (erc-bold-face ((t (nil))))
12941 (erc-current-nick-face ((t (nil))))
12942 (erc-dangerous-host-face ((t (nil))))
12943 (erc-default-face ((t (nil))))
12944 (erc-direct-msg-face ((t (nil))))
12945 (erc-error-face ((t (nil))))
12946 (erc-fool-face ((t (nil))))
12947 (erc-highlight-face ((t (nil))))
12948 (erc-input-face ((t (nil))))
12949 (erc-inverse-face ((t (nil))))
12950 (erc-keyword-face ((t (nil))))
12951 (erc-nick-default-face ((t (nil))))
12952 (erc-nick-msg-face ((t (nil))))
12953 (erc-notice-face ((t (nil))))
12954 (erc-pal-face ((t (nil))))
12955 (erc-prompt-face ((t (nil))))
12956 (erc-timestamp-face ((t (nil))))
12957 (erc-underline-face ((t (nil))))
12958 (eshell-ls-archive-face ((t (nil))))
12959 (eshell-ls-backup-face ((t (nil))))
12960 (eshell-ls-clutter-face ((t (nil))))
12961 (eshell-ls-directory-face ((t (nil))))
12962 (eshell-ls-executable-face ((t (nil))))
12963 (eshell-ls-missing-face ((t (nil))))
12964 (eshell-ls-picture-face ((t (nil))))
12965 (eshell-ls-product-face ((t (nil))))
12966 (eshell-ls-readonly-face ((t (nil))))
12967 (eshell-ls-special-face ((t (nil))))
12968 (eshell-ls-symlink-face ((t (nil))))
12969 (eshell-ls-text-face ((t (nil))))
12970 (eshell-ls-todo-face ((t (nil))))
12971 (eshell-ls-unreadable-face ((t (nil))))
12972 (eshell-prompt-face ((t (nil))))
12973 (eshell-test-failed-face ((t (nil))))
12974 (eshell-test-ok-face ((t (nil))))
12975 (excerpt ((t (nil))))
12976 (extra-whitespace-face ((t (nil))))
12977 (ff-paths-non-existant-file-face ((t (nil))))
12978 (fg:black ((t (nil))))
12979 (fg:erc-color-face0 ((t (nil))))
12980 (fg:erc-color-face1 ((t (nil))))
12981 (fg:erc-color-face10 ((t (nil))))
12982 (fg:erc-color-face11 ((t (nil))))
12983 (fg:erc-color-face12 ((t (nil))))
12984 (fg:erc-color-face13 ((t (nil))))
12985 (fg:erc-color-face14 ((t (nil))))
12986 (fg:erc-color-face15 ((t (nil))))
12987 (fg:erc-color-face2 ((t (nil))))
12988 (fg:erc-color-face3 ((t (nil))))
12989 (fg:erc-color-face4 ((t (nil))))
12990 (fg:erc-color-face5 ((t (nil))))
12991 (fg:erc-color-face6 ((t (nil))))
12992 (fg:erc-color-face7 ((t (nil))))
12993 (fg:erc-color-face8 ((t (nil))))
12994 (fg:erc-color-face9 ((t (nil))))
12995 (fixed ((t (nil))))
12996 (fixed-pitch ((t (nil))))
12997 (fl-comment-face ((t (nil))))
12998 (fl-function-name-face ((t (nil))))
12999 (fl-keyword-face ((t (nil))))
13000 (fl-string-face ((t (nil))))
13001 (fl-type-face ((t (nil))))
13002 (flash-paren-face-off ((t (nil))))
13003 (flash-paren-face-on ((t (nil))))
13004 (flash-paren-face-region ((t (nil))))
13005 (flyspell-duplicate-face ((t (nil))))
13006 (flyspell-incorrect-face ((t (nil))))
13007 (font-latex-bold-face ((t (nil))))
13008 (font-latex-italic-face ((t (nil))))
13009 (font-latex-math-face ((t (nil))))
13010 (font-latex-sedate-face ((t (nil))))
13011 (font-latex-string-face ((t (nil))))
13012 (font-latex-warning-face ((t (nil))))
13013 (font-lock-builtin-face ((t (:foreground "pink2"))))
13014 (font-lock-comment-face ((t (:italic t :background "black" :slant
13015 italic))))
13016 (font-lock-constant-face ((t (:foreground "magenta"))))
13017 (font-lock-doc-face ((t (nil))))
13018 (font-lock-doc-string-face ((t (nil))))
13019 (font-lock-exit-face ((t (nil))))
13020 (font-lock-function-name-face ((t (:bold t :underline t :weight
13021 bold))))
13022 (font-lock-keyword-face ((t (:foreground "yellow1"))))
13023 (font-lock-other-emphasized-face ((t (nil))))
13024 (font-lock-other-type-face ((t (nil))))
13025 (font-lock-preprocessor-face ((t (nil))))
13026 (font-lock-reference-face ((t (nil))))
13027 (font-lock-special-comment-face ((t (nil))))
13028 (font-lock-special-keyword-face ((t (nil))))
13029 (font-lock-string-face ((t (:foreground "yellow2"))))
13030 (font-lock-type-face ((t (:foreground "LightYellow1"))))
13031 (font-lock-variable-name-face ((t (:foreground "light green"))))
13032 (font-lock-warning-face ((t (nil))))
13033 (fringe ((t (nil))))
13034 (gnus-cite-attribution-face ((t (nil))))
13035 (gnus-cite-face-1 ((t (nil))))
13036 (gnus-cite-face-10 ((t (nil))))
13037 (gnus-cite-face-11 ((t (nil))))
13038 (gnus-cite-face-2 ((t (nil))))
13039 (gnus-cite-face-3 ((t (nil))))
13040 (gnus-cite-face-4 ((t (nil))))
13041 (gnus-cite-face-5 ((t (nil))))
13042 (gnus-cite-face-6 ((t (nil))))
13043 (gnus-cite-face-7 ((t (nil))))
13044 (gnus-cite-face-8 ((t (nil))))
13045 (gnus-cite-face-9 ((t (nil))))
13046 (gnus-emphasis-bold ((t (nil))))
13047 (gnus-emphasis-bold-italic ((t (nil))))
13048 (gnus-emphasis-highlight-words ((t (nil))))
13049 (gnus-emphasis-italic ((t (nil))))
13050 (gnus-emphasis-strikethru ((t (nil))))
13051 (gnus-emphasis-underline ((t (nil))))
13052 (gnus-emphasis-underline-bold ((t (nil))))
13053 (gnus-emphasis-underline-bold-italic ((t (nil))))
13054 (gnus-emphasis-underline-italic ((t (nil))))
13055 (gnus-filterhist-face-1 ((t (nil))))
13056 (gnus-group-mail-1-empty-face ((t (nil))))
13057 (gnus-group-mail-1-face ((t (nil))))
13058 (gnus-group-mail-2-empty-face ((t (nil))))
13059 (gnus-group-mail-2-face ((t (nil))))
13060 (gnus-group-mail-3-empty-face ((t (nil))))
13061 (gnus-group-mail-3-face ((t (nil))))
13062 (gnus-group-mail-low-empty-face ((t (nil))))
13063 (gnus-group-mail-low-face ((t (nil))))
13064 (gnus-group-news-1-empty-face ((t (nil))))
13065 (gnus-group-news-1-face ((t (nil))))
13066 (gnus-group-news-2-empty-face ((t (nil))))
13067 (gnus-group-news-2-face ((t (nil))))
13068 (gnus-group-news-3-empty-face ((t (nil))))
13069 (gnus-group-news-3-face ((t (nil))))
13070 (gnus-group-news-4-empty-face ((t (nil))))
13071 (gnus-group-news-4-face ((t (nil))))
13072 (gnus-group-news-5-empty-face ((t (nil))))
13073 (gnus-group-news-5-face ((t (nil))))
13074 (gnus-group-news-6-empty-face ((t (nil))))
13075 (gnus-group-news-6-face ((t (nil))))
13076 (gnus-group-news-low-empty-face ((t (nil))))
13077 (gnus-group-news-low-face ((t (nil))))
13078 (gnus-header-content-face ((t (nil))))
13079 (gnus-header-from-face ((t (nil))))
13080 (gnus-header-name-face ((t (nil))))
13081 (gnus-header-newsgroups-face ((t (nil))))
13082 (gnus-header-subject-face ((t (nil))))
13083 (gnus-picon-face ((t (nil))))
13084 (gnus-picon-xbm-face ((t (nil))))
13085 (gnus-picons-face ((t (nil))))
13086 (gnus-picons-xbm-face ((t (nil))))
13087 (gnus-server-agent-face ((t (nil))))
13088 (gnus-server-closed-face ((t (nil))))
13089 (gnus-server-denied-face ((t (nil))))
13090 (gnus-server-offline-face ((t (nil))))
13091 (gnus-server-opened-face ((t (nil))))
13092 (gnus-signature-face ((t (nil))))
13093 (gnus-splash ((t (nil))))
13094 (gnus-splash-face ((t (nil))))
13095 (gnus-summary-cancelled-face ((t (nil))))
13096 (gnus-summary-high-ancient-face ((t (nil))))
13097 (gnus-summary-high-read-face ((t (nil))))
13098 (gnus-summary-high-ticked-face ((t (nil))))
13099 (gnus-summary-high-undownloaded-face ((t (nil))))
13100 (gnus-summary-high-unread-face ((t (nil))))
13101 (gnus-summary-low-ancient-face ((t (nil))))
13102 (gnus-summary-low-read-face ((t (nil))))
13103 (gnus-summary-low-ticked-face ((t (nil))))
13104 (gnus-summary-low-undownloaded-face ((t (nil))))
13105 (gnus-summary-low-unread-face ((t (nil))))
13106 (gnus-summary-normal-ancient-face ((t (nil))))
13107 (gnus-summary-normal-read-face ((t (nil))))
13108 (gnus-summary-normal-ticked-face ((t (nil))))
13109 (gnus-summary-normal-undownloaded-face ((t (nil))))
13110 (gnus-summary-normal-unread-face ((t (nil))))
13111 (gnus-summary-selected-face ((t (nil))))
13112 (gnus-x-face ((t (nil))))
13113 (green ((t (nil))))
13114 (gui-button-face ((t (nil))))
13115 (gui-element ((t (nil))))
13116 (header-line ((t (nil))))
13117 (hi-black-b ((t (nil))))
13118 (hi-black-hb ((t (nil))))
13119 (hi-blue ((t (nil))))
13120 (hi-blue-b ((t (nil))))
13121 (hi-green ((t (nil))))
13122 (hi-green-b ((t (nil))))
13123 (hi-pink ((t (nil))))
13124 (hi-red-b ((t (nil))))
13125 (hi-yellow ((t (nil))))
13126 (highlight ((t (:background "#7eff00" :foreground "black"))))
13127 (highlight-changes-delete-face ((t (nil))))
13128 (highlight-changes-face ((t (nil))))
13129 (highline-face ((t (nil))))
13130 (holiday-face ((t (nil))))
13131 (html-helper-bold-face ((t (nil))))
13132 (html-helper-bold-italic-face ((t (nil))))
13133 (html-helper-builtin-face ((t (nil))))
13134 (html-helper-italic-face ((t (nil))))
13135 (html-helper-underline-face ((t (nil))))
13136 (html-tag-face ((t (nil))))
13137 (hyper-apropos-documentation ((t (nil))))
13138 (hyper-apropos-heading ((t (nil))))
13139 (hyper-apropos-hyperlink ((t (nil))))
13140 (hyper-apropos-major-heading ((t (nil))))
13141 (hyper-apropos-section-heading ((t (nil))))
13142 (hyper-apropos-warning ((t (nil))))
13143 (ibuffer-deletion-face ((t (nil))))
13144 (ibuffer-marked-face ((t (nil))))
13145 (idlwave-help-link-face ((t (nil))))
13146 (idlwave-shell-bp-face ((t (nil))))
13147 (ido-first-match-face ((t (nil))))
13148 (ido-indicator-face ((t (nil))))
13149 (ido-only-match-face ((t (nil))))
13150 (ido-subdir-face ((t (nil))))
13151 (info-header-node ((t (nil))))
13152 (info-header-xref ((t (nil))))
13153 (info-menu-5 ((t (nil))))
13154 (info-menu-6 ((t (nil))))
13155 (info-menu-header ((t (nil))))
13156 (info-node ((t (nil))))
13157 (info-xref ((t (nil))))
13158 (isearch ((t (nil))))
13159 (isearch-lazy-highlight-face ((t (nil))))
13160 (isearch-secondary ((t (nil))))
13161 (italic ((t (:underline t))))
13162 (jde-bug-breakpoint-cursor ((t (nil))))
13163 (jde-bug-breakpoint-marker ((t (nil))))
13164 (jde-db-active-breakpoint-face ((t (nil))))
13165 (jde-db-requested-breakpoint-face ((t (nil))))
13166 (jde-db-spec-breakpoint-face ((t (nil))))
13167 (jde-java-font-lock-api-face ((t (nil))))
13168 (jde-java-font-lock-bold-face ((t (nil))))
13169 (jde-java-font-lock-code-face ((t (nil))))
13170 (jde-java-font-lock-constant-face ((t (nil))))
13171 (jde-java-font-lock-doc-tag-face ((t (nil))))
13172 (jde-java-font-lock-italic-face ((t (nil))))
13173 (jde-java-font-lock-link-face ((t (nil))))
13174 (jde-java-font-lock-modifier-face ((t (nil))))
13175 (jde-java-font-lock-number-face ((t (nil))))
13176 (jde-java-font-lock-operator-face ((t (nil))))
13177 (jde-java-font-lock-package-face ((t (nil))))
13178 (jde-java-font-lock-pre-face ((t (nil))))
13179 (jde-java-font-lock-underline-face ((t (nil))))
13180 (lazy-highlight-face ((t (nil))))
13181 (left-margin ((t (nil))))
13182 (linemenu-face ((t (nil))))
13183 (list-mode-item-selected ((t (nil))))
13184 (log-view-file-face ((t (nil))))
13185 (log-view-message-face ((t (nil))))
13186 (magenta ((t (nil))))
13187 (makefile-space-face ((t (nil))))
13188 (man-bold ((t (nil))))
13189 (man-heading ((t (nil))))
13190 (man-italic ((t (nil))))
13191 (man-xref ((t (nil))))
13192 (menu ((t (nil))))
13193 (message-cited-text ((t (nil))))
13194 (message-cited-text-face ((t (nil))))
13195 (message-header-cc-face ((t (nil))))
13196 (message-header-contents ((t (nil))))
13197 (message-header-name-face ((t (nil))))
13198 (message-header-newsgroups-face ((t (nil))))
13199 (message-header-other-face ((t (nil))))
13200 (message-header-subject-face ((t (nil))))
13201 (message-header-to-face ((t (nil))))
13202 (message-header-xheader-face ((t (nil))))
13203 (message-headers ((t (nil))))
13204 (message-highlighted-header-contents ((t (nil))))
13205 (message-mml-face ((t (nil))))
13206 (message-separator-face ((t (nil))))
13207 (message-url ((t (nil))))
13208 (minibuffer-prompt ((t (nil))))
13209 (mmm-face ((t (nil))))
13210 (mode-line ((t (:bold t :background "gray" :foreground "black"
13211 :weight bold))))
13212 (mode-line-inactive ((t (nil))))
13213 (modeline-buffer-id ((t (:background "orange" :foreground
13214 "black"))))
13215 (modeline-mousable ((t (:background "orange" :foreground
13216 "black"))))
13217 (modeline-mousable-minor-mode ((t (:background "orange"
13218 :foreground "black"))))
13219 (mouse ((t (nil))))
13220 (mpg123-face-cur ((t (nil))))
13221 (mpg123-face-slider ((t (nil))))
13222 (my-tab-face ((t (nil))))
13223 (nil ((t (nil))))
13224 (overlay-empty-face ((t (nil))))
13225 (p4-diff-del-face ((t (nil))))
13226 (paren-blink-off ((t (nil))))
13227 (paren-face ((t (nil))))
13228 (paren-face-match ((t (nil))))
13229 (paren-face-mismatch ((t (nil))))
13230 (paren-face-no-match ((t (nil))))
13231 (paren-match ((t (nil))))
13232 (paren-mismatch ((t (nil))))
13233 (paren-mismatch-face ((t (nil))))
13234 (paren-no-match-face ((t (nil))))
13235 (pointer ((t (nil))))
13236 (primary-selection ((t (nil))))
13237 (reb-match-0 ((t (nil))))
13238 (reb-match-1 ((t (nil))))
13239 (reb-match-2 ((t (nil))))
13240 (reb-match-3 ((t (nil))))
13241 (red ((t (nil))))
13242 (region ((t (:background "#7eff00" :foreground "black"))))
13243 (right-margin ((t (nil))))
13244 (rpm-spec-dir-face ((t (nil))))
13245 (rpm-spec-doc-face ((t (nil))))
13246 (rpm-spec-ghost-face ((t (nil))))
13247 (rpm-spec-macro-face ((t (nil))))
13248 (rpm-spec-package-face ((t (nil))))
13249 (rpm-spec-tag-face ((t (nil))))
13250 (rpm-spec-var-face ((t (nil))))
13251 (scroll-bar ((t (nil))))
13252 (secondary-selection ((t (:background "orange" :foreground
13253 "black"))))
13254 (semantic-dirty-token-face ((t (nil))))
13255 (semantic-intangible-face ((t (nil))))
13256 (semantic-read-only-face ((t (nil))))
13257 (semantic-unmatched-syntax-face ((t (nil))))
13258 (senator-intangible-face ((t (nil))))
13259 (senator-momentary-highlight-face ((t (nil))))
13260 (senator-read-only-face ((t (nil))))
13261 (sgml-comment-face ((t (nil))))
13262 (sgml-doctype-face ((t (nil))))
13263 (sgml-end-tag-face ((t (nil))))
13264 (sgml-entity-face ((t (nil))))
13265 (sgml-ignored-face ((t (nil))))
13266 (sgml-ms-end-face ((t (nil))))
13267 (sgml-ms-start-face ((t (nil))))
13268 (sgml-pi-face ((t (nil))))
13269 (sgml-sgml-face ((t (nil))))
13270 (sgml-short-ref-face ((t (nil))))
13271 (sgml-shortref-face ((t (nil))))
13272 (sgml-start-tag-face ((t (nil))))
13273 (sh-heredoc-face ((t (nil))))
13274 (shell-option-face ((t (nil))))
13275 (shell-output-2-face ((t (nil))))
13276 (shell-output-3-face ((t (nil))))
13277 (shell-output-face ((t (nil))))
13278 (shell-prompt-face ((t (nil))))
13279 (show-block-face1 ((t (nil))))
13280 (show-block-face2 ((t (nil))))
13281 (show-block-face3 ((t (nil))))
13282 (show-block-face4 ((t (nil))))
13283 (show-block-face5 ((t (nil))))
13284 (show-block-face6 ((t (nil))))
13285 (show-block-face7 ((t (nil))))
13286 (show-block-face8 ((t (nil))))
13287 (show-block-face9 ((t (nil))))
13288 (show-paren-match-face ((t (:background "orange" :foreground
13289 "black"))))
13290 (show-paren-mismatch-face ((t (:underline t))))
13291 (show-tabs-space-face ((t (nil))))
13292 (show-tabs-tab-face ((t (nil))))
13293 (smerge-base-face ((t (nil))))
13294 (smerge-markers-face ((t (nil))))
13295 (smerge-mine-face ((t (nil))))
13296 (smerge-other-face ((t (nil))))
13297 (speedbar-button-face ((t (nil))))
13298 (speedbar-directory-face ((t (nil))))
13299 (speedbar-file-face ((t (nil))))
13300 (speedbar-highlight-face ((t (nil))))
13301 (speedbar-selected-face ((t (nil))))
13302 (speedbar-separator-face ((t (nil))))
13303 (speedbar-tag-face ((t (nil))))
13304 (strokes-char-face ((t (nil))))
13305 (swbuff-current-buffer-face ((t (nil))))
13306 (tabbar-button-face ((t (nil))))
13307 (tabbar-default-face ((t (nil))))
13308 (tabbar-selected-face ((t (nil))))
13309 (tabbar-separator-face ((t (nil))))
13310 (tabbar-unselected-face ((t (nil))))
13311 (template-message-face ((t (nil))))
13312 (term-black ((t (nil))))
13313 (term-blackbg ((t (nil))))
13314 (term-blue ((t (nil))))
13315 (term-blue-bold-face ((t (nil))))
13316 (term-blue-face ((t (nil))))
13317 (term-blue-inv-face ((t (nil))))
13318 (term-blue-ul-face ((t (nil))))
13319 (term-bluebg ((t (nil))))
13320 (term-bold ((t (nil))))
13321 (term-cyan ((t (nil))))
13322 (term-cyan-bold-face ((t (nil))))
13323 (term-cyan-face ((t (nil))))
13324 (term-cyan-inv-face ((t (nil))))
13325 (term-cyan-ul-face ((t (nil))))
13326 (term-cyanbg ((t (nil))))
13327 (term-default ((t (nil))))
13328 (term-default-bg ((t (nil))))
13329 (term-default-bg-inv ((t (nil))))
13330 (term-default-bold-face ((t (nil))))
13331 (term-default-face ((t (nil))))
13332 (term-default-fg ((t (nil))))
13333 (term-default-fg-inv ((t (nil))))
13334 (term-default-inv-face ((t (nil))))
13335 (term-default-ul-face ((t (nil))))
13336 (term-green ((t (nil))))
13337 (term-green-bold-face ((t (nil))))
13338 (term-green-face ((t (nil))))
13339 (term-green-inv-face ((t (nil))))
13340 (term-green-ul-face ((t (nil))))
13341 (term-greenbg ((t (nil))))
13342 (term-invisible ((t (nil))))
13343 (term-invisible-inv ((t (nil))))
13344 (term-magenta ((t (nil))))
13345 (term-magenta-bold-face ((t (nil))))
13346 (term-magenta-face ((t (nil))))
13347 (term-magenta-inv-face ((t (nil))))
13348 (term-magenta-ul-face ((t (nil))))
13349 (term-magentabg ((t (nil))))
13350 (term-red ((t (nil))))
13351 (term-red-bold-face ((t (nil))))
13352 (term-red-face ((t (nil))))
13353 (term-red-inv-face ((t (nil))))
13354 (term-red-ul-face ((t (nil))))
13355 (term-redbg ((t (nil))))
13356 (term-underline ((t (nil))))
13357 (term-white ((t (nil))))
13358 (term-white-bold-face ((t (nil))))
13359 (term-white-face ((t (nil))))
13360 (term-white-inv-face ((t (nil))))
13361 (term-white-ul-face ((t (nil))))
13362 (term-whitebg ((t (nil))))
13363 (term-yellow ((t (nil))))
13364 (term-yellow-bold-face ((t (nil))))
13365 (term-yellow-face ((t (nil))))
13366 (term-yellow-inv-face ((t (nil))))
13367 (term-yellow-ul-face ((t (nil))))
13368 (term-yellowbg ((t (nil))))
13369 (tex-math-face ((t (nil))))
13370 (texinfo-heading-face ((t (nil))))
13371 (text-cursor ((t (nil))))
13372 (tool-bar ((t (nil))))
13373 (tooltip ((t (nil))))
13374 (trailing-whitespace ((t (nil))))
13375 (underline ((t (:underline t))))
13376 (variable-pitch ((t (nil))))
13377 (vc-annotate-face-0046FF ((t (nil))))
13378 (vcursor ((t (nil))))
13379 (vertical-divider ((t (nil))))
13380 (vhdl-font-lock-attribute-face ((t (nil))))
13381 (vhdl-font-lock-directive-face ((t (nil))))
13382 (vhdl-font-lock-enumvalue-face ((t (nil))))
13383 (vhdl-font-lock-function-face ((t (nil))))
13384 (vhdl-font-lock-generic-/constant-face ((t (nil))))
13385 (vhdl-font-lock-prompt-face ((t (nil))))
13386 (vhdl-font-lock-reserved-words-face ((t (nil))))
13387 (vhdl-font-lock-translate-off-face ((t (nil))))
13388 (vhdl-font-lock-type-face ((t (nil))))
13389 (vhdl-font-lock-variable-face ((t (nil))))
13390 (vhdl-speedbar-architecture-face ((t (nil))))
13391 (vhdl-speedbar-architecture-selected-face ((t (nil))))
13392 (vhdl-speedbar-configuration-face ((t (nil))))
13393 (vhdl-speedbar-configuration-selected-face ((t (nil))))
13394 (vhdl-speedbar-entity-face ((t (nil))))
13395 (vhdl-speedbar-entity-selected-face ((t (nil))))
13396 (vhdl-speedbar-instantiation-face ((t (nil))))
13397 (vhdl-speedbar-instantiation-selected-face ((t (nil))))
13398 (vhdl-speedbar-package-face ((t (nil))))
13399 (vhdl-speedbar-package-selected-face ((t (nil))))
13400 (vhdl-speedbar-subprogram-face ((t (nil))))
13401 (viper-minibuffer-emacs-face ((t (nil))))
13402 (viper-minibuffer-insert-face ((t (nil))))
13403 (viper-minibuffer-vi-face ((t (nil))))
13404 (viper-replace-overlay-face ((t (nil))))
13405 (viper-search-face ((t (nil))))
13406 (vm-xface ((t (nil))))
13407 (vmpc-pre-sig-face ((t (nil))))
13408 (vmpc-sig-face ((t (nil))))
13409 (w3m-anchor-face ((t (nil))))
13410 (w3m-arrived-anchor-face ((t (nil))))
13411 (w3m-header-line-location-content-face ((t (nil))))
13412 (w3m-header-line-location-title-face ((t (nil))))
13413 (white ((t (nil))))
13414 (widget ((t (nil))))
13415 (widget-button-face ((t (nil))))
13416 (widget-button-pressed-face ((t (nil))))
13417 (widget-documentation-face ((t (nil))))
13418 (widget-field-face ((t (nil))))
13419 (widget-inactive-face ((t (nil))))
13420 (widget-single-line-field-face ((t (nil))))
13421 (woman-addition-face ((t (nil))))
13422 (woman-bold-face ((t (nil))))
13423 (woman-italic-face ((t (nil))))
13424 (woman-unknown-face ((t (nil))))
13425 (x-face ((t (nil))))
13426 (xrdb-option-name-face ((t (nil))))
13427 (xref-keyword-face ((t (nil))))
13428 (xref-list-default-face ((t (nil))))
13429 (xref-list-pilot-face ((t (nil))))
13430 (xref-list-symbol-face ((t (nil))))
13431 (yellow ((t (nil))))
13432 (zmacs-region ((t (nil)))))))
13434 (defun color-theme-feng-shui ()
13435 "Color theme by walterh@rocketmail.com (www.xanadb.com), created
13436 2003-10-16. Evolved from color-theme-katester"
13437 (interactive)
13438 (color-theme-install
13439 '(color-theme-feng-shui
13440 ((background-color . "ivory")
13441 (background-mode . light)
13442 (border-color . "black")
13443 (cursor-color . "slateblue")
13444 (foreground-color . "black")
13445 (mouse-color . "slateblue"))
13446 ((help-highlight-face . underline)
13447 (list-matching-lines-face . bold)
13448 (view-highlight-face . highlight)
13449 (widget-mouse-face . highlight))
13450 (default ((t (:stipple nil :background "ivory" :foreground "black"
13451 :inverse-video nil :box nil :strike-through nil :overline nil
13452 :underline nil :slant normal :weight normal :height 90 :width normal
13453 :family "outline-courier new"))))
13454 (bold ((t (:bold t :weight bold))))
13455 (bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
13456 (border ((t (:background "black"))))
13457 (cursor ((t (:background "slateblue" :foreground "black"))))
13458 (fixed-pitch ((t (:family "courier"))))
13459 (font-lock-builtin-face ((t (:foreground "black"))))
13460 (font-lock-comment-face ((t (:italic t :background "seashell"
13461 :slant italic))))
13462 (font-lock-constant-face ((t (:foreground "darkblue"))))
13463 (font-lock-doc-face ((t (:background "lemonChiffon"))))
13464 (font-lock-function-name-face ((t (:bold t :underline t :weight
13465 bold))))
13466 (font-lock-keyword-face ((t (:foreground "blue"))))
13467 (font-lock-string-face ((t (:background "lemonChiffon"))))
13468 (font-lock-type-face ((t (:foreground "black"))))
13469 (font-lock-variable-name-face ((t (:foreground "black"))))
13470 (font-lock-warning-face ((t (:bold t :foreground "Red" :weight
13471 bold))))
13472 (fringe ((t (:background "grey95"))))
13473 (header-line ((t (:bold t :weight bold :underline t :background
13474 "grey90" :foreground "grey20" :box nil))))
13475 (highlight ((t (:background "mistyRose" :foreground "black"))))
13476 (isearch ((t (:background "magenta4" :foreground
13477 "lightskyblue1"))))
13478 (isearch-lazy-highlight-face ((t (:background "paleturquoise"))))
13479 (italic ((t (:italic t :slant italic))))
13480 (menu ((t (nil))))
13481 (mode-line ((t (:bold t :background "mistyRose" :foreground "navy"
13482 :underline t :weight bold))))
13483 (mouse ((t (:background "slateblue"))))
13484 (region ((t (:background "lavender" :foreground "black"))))
13485 (scroll-bar ((t (nil))))
13486 (secondary-selection ((t (:background "yellow"))))
13487 (tool-bar ((t (:background "grey75" :foreground "black" :box
13488 (:line-width 1 :style released-button)))))
13489 (trailing-whitespace ((t (:background "red"))))
13490 (underline ((t (:underline t))))
13491 (variable-pitch ((t (:family "helv"))))
13492 (widget-button-face ((t (:bold t :weight bold))))
13493 (widget-button-pressed-face ((t (:foreground "red"))))
13494 (widget-documentation-face ((t (:foreground "dark green"))))
13495 (widget-field-face ((t (:background "gray85"))))
13496 (widget-inactive-face ((t (:foreground "dim gray"))))
13497 (widget-single-line-field-face ((t (:background "gray85")))))))
13500 (defun color-theme-renegade ()
13501 "Renegade BBS styled color theme. Works well in X and terminals.
13502 Created by Dave Benjamin <ramen@ramenfest.com> Dec 23 2005."
13503 (interactive)
13504 (color-theme-install
13505 '(color-theme-renegade
13506 ((background-color . "black")
13507 (background-mode . dark)
13508 (border-color . "black")
13509 (cursor-color . "black")
13510 (foreground-color . "cyan3")
13511 (mouse-color . "white"))
13512 (default ((t (nil))))
13513 (bold ((t (:bold t :foreground "cyan" :weight bold))))
13514 (bold-italic ((t (:italic t :bold t :foreground "cyan" :slant italic :weight bold))))
13515 (fixed-pitch ((t (:family "courier"))))
13516 (font-lock-builtin-face ((t (:bold t :foreground "cornflower blue" :weight bold))))
13517 (font-lock-comment-face ((t (:bold t :foreground "yellow" :weight bold))))
13518 (font-lock-constant-face ((t (:foreground "magenta3"))))
13519 (font-lock-doc-face ((t (:bold t :weight bold :foreground "red"))))
13520 (font-lock-function-name-face ((t (:foreground "gray"))))
13521 (font-lock-keyword-face ((t (:bold t :foreground "cyan" :weight bold))))
13522 (font-lock-string-face ((t (:bold t :foreground "red" :weight bold))))
13523 (font-lock-type-face ((t (:bold t :foreground "cyan" :weight bold))))
13524 (font-lock-variable-name-face ((t (:foreground "cyan3"))))
13525 (font-lock-warning-face ((t (:bold t :foreground "red" :weight bold))))
13526 (fringe ((t (:background "gray32"))))
13527 (highlight ((t (:background "blue"))))
13528 (isearch ((t (:background "blue" :foreground "cyan3"))))
13529 (isearch-lazy-highlight-face ((t (:background "turquoise3" :foreground "black"))))
13530 (menu ((t (nil))))
13531 (mode-line ((t (:bold t :background "blue3" :foreground "white" :box (:line-width -1 :style released-button) :weight bold))))
13532 (mouse ((t (:background "white"))))
13533 (region ((t (:bold t :background "white" :foreground "blue" :weight bold))))
13534 (scroll-bar ((t (nil))))
13535 (trailing-whitespace ((t (:background "red"))))
13536 (underline ((t (:underline t))))
13537 (variable-pitch ((t (:family "helv")))))))
13539 ;;; color-theme-library.el ends here