(defun color-theme-rotor ()
"Black on Beige color theme by Jinwei Shen, created 2000-06-08.
Supports default faces, font-lock, custom, widget, message, man,
show-paren, viper."
(interactive)
(color-theme-install
'(color-theme-rotor
((background-color . "Beige")
(background-mode . light)
(border-color . "black")
(cursor-color . "Maroon")
(foreground-color . "Black")
(mouse-color . "Black"))
((Man-overstrike-face . font-lock-function-name-face)
(Man-underline-face . font-lock-type-face)
(list-matching-lines-face . bold)
(rmail-highlight-face . font-lock-function-name-face)
(watson-attribution-face . italic)
(watson-url-face . bold)
(watson-url-mouse-face . highlight))
(default ((t (nil))))
(bold ((t (:bold t :background "grey40" :foreground "yellow"))))
(bold-italic ((t (:italic t :bold t :foreground "yellow green"))))
(custom-button-face ((t (nil))))
(custom-changed-face ((t (:background "blue" :foreground "white"))))
(custom-documentation-face ((t (nil))))
(custom-face-tag-face ((t (:underline t))))
(custom-group-tag-face ((t (:underline t :foreground "blue"))))
(custom-group-tag-face-1 ((t (:underline t :foreground "red"))))
(custom-invalid-face ((t (:background "red" :foreground "yellow"))))
(custom-modified-face ((t (:background "blue" :foreground "white"))))
(custom-rogue-face ((t (:background "black" :foreground "pink"))))
(custom-saved-face ((t (:underline t))))
(custom-set-face ((t (:background "white" :foreground "blue"))))
(custom-state-face ((t (:foreground "dark green"))))
(custom-variable-button-face ((t (:underline t :bold t))))
(custom-variable-tag-face ((t (:underline t :foreground "blue"))))
(font-lock-builtin-face ((t (:foreground "Orchid"))))
(font-lock-comment-face ((t (:foreground "MediumBlue"))))
(font-lock-constant-face ((t (:foreground "CadetBlue"))))
(font-lock-function-name-face ((t (:foreground "MediumSlateBlue"))))
(font-lock-keyword-face ((t (:foreground "#80a0ff"))))
(font-lock-string-face ((t (:foreground "red"))))
(font-lock-type-face ((t (:foreground "ForestGreen"))))
(font-lock-variable-name-face ((t (:foreground "DarkGoldenrod"))))
(font-lock-warning-face ((t (:bold t :foreground "Red"))))
(highlight ((t (:background "PaleGreen" :foreground "black"))))
(italic ((t (:italic t :foreground "yellow3"))))
(message-cited-text-face ((t (:foreground "red"))))
(message-header-cc-face ((t (:foreground "MidnightBlue"))))
(message-header-name-face ((t (:foreground "cornflower blue"))))
(message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4"))))
(message-header-other-face ((t (:foreground "steel blue"))))
(message-header-subject-face ((t (:bold t :foreground "navy blue"))))
(message-header-to-face ((t (:bold t :foreground "MidnightBlue"))))
(message-header-xheader-face ((t (:foreground "blue"))))
(message-separator-face ((t (:foreground "brown"))))
(modeline ((t (:background "wheat" :foreground "DarkOliveGreen"))))
(modeline-buffer-id ((t (:background "wheat" :foreground "DarkOliveGreen"))))
(modeline-mousable ((t (:background "wheat" :foreground "DarkOliveGreen"))))
(modeline-mousable-minor-mode ((t (:background "wheat" :foreground "DarkOliveGreen"))))
(nil ((t (nil))))
(region ((t (:background "dark cyan" :foreground "cyan"))))
(secondary-selection ((t (:background "Turquoise" :foreground "black"))))
(show-paren-match-face ((t (:background "turquoise"))))
(show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
(underline ((t (:underline t))))
(viper-minibuffer-emacs-face ((t (:background "darkseagreen2" :foreground "Black"))))
(viper-minibuffer-insert-face ((t (:background "pink" :foreground "Black"))))
(viper-minibuffer-vi-face ((t (:background "grey" :foreground "DarkGreen"))))
(viper-replace-overlay-face ((t (:background "darkseagreen2" :foreground "Black"))))
(viper-search-face ((t (:background "khaki" :foreground "Black"))))
(widget-button-face ((t (:bold t))))
(widget-button-pressed-face ((t (:foreground "red"))))
(widget-documentation-face ((t (:foreground "dark green"))))
(widget-field-face ((t (:background "gray85"))))
(widget-inactive-face ((t (:foreground "dim gray"))))
(widget-single-line-field-face ((t (:background "gray85")))))))
(provide 'color-theme-rotor)
               (
geocities.com/kensanata/elisp)                   (
geocities.com/kensanata)