(defun color-theme-xemacs ()
"XEmacs standard colors.
If you are missing standard faces in this theme, please notify the maintainer.
Currently, this theme includes the standard faces and font-lock faces, including
some faces used in Emacs only but which are needed to recreate the look of the
XEmacs color theme."
(interactive)
(color-theme-install
'(color-theme-xemacs
((background-color . "gray80")
(background-mode . light)
(background-toolbar-color . "#cf3ccf3ccf3c")
(border-color . "#000000000000")
(bottom-toolbar-shadow-color . "#79e77df779e7")
(cursor-color . "Red3")
(foreground-color . "black")
(top-toolbar-shadow-color . "#fffffbeeffff"))
(default ((t (nil))))
(blue ((t (:foreground "blue"))))
(bold ((t (:bold t))))
(bold-italic ((t (:italic t :bold t))))
(border-glyph ((t (nil))))
(custom-button-face ((t (:bold t))))
(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"))))
(dired-face-boring ((t (:foreground "Gray65"))))
(dired-face-directory ((t (:bold t))))
(dired-face-executable ((t (:foreground "SeaGreen"))))
(dired-face-flagged ((t (:background "LightSlateGray"))))
(dired-face-marked ((t (:background "PaleVioletRed"))))
(dired-face-permissions ((t (:background "grey75" :foreground "black"))))
(dired-face-setuid ((t (:foreground "Red"))))
(dired-face-socket ((t (:foreground "magenta"))))
(dired-face-symlink ((t (:foreground "cyan"))))
(font-lock-builtin-face ((t (:foreground "red3"))))
(font-lock-comment-face ((t (:foreground "blue4"))))
(font-lock-constant-face ((t (:foreground "red3"))))
(font-lock-doc-string-face ((t (:foreground "green4"))))
(font-lock-function-name-face ((t (:foreground "brown4"))))
(font-lock-keyword-face ((t (:foreground "red4"))))
(font-lock-preprocessor-face ((t (:foreground "blue3"))))
(font-lock-reference-face ((t (:foreground "red3"))))
(font-lock-string-face ((t (:foreground "green4"))))
(font-lock-type-face ((t (:foreground "steelblue"))))
(font-lock-variable-name-face ((t (:foreground "magenta4"))))
(font-lock-warning-face ((t (:bold t :foreground "Red"))))
(green ((t (:foreground "green"))))
(gui-button-face ((t (:background "grey75" :foreground "black"))))
(gui-element ((t (:background "Gray80"))))
(highlight ((t (:background "darkseagreen2"))))
(info-node ((t (:italic t :bold t))))
(info-xref ((t (:bold t))))
(isearch ((t (:background "paleturquoise"))))
(italic ((t (:italic t))))
(left-margin ((t (nil))))
(list-mode-item-selected ((t (:background "gray68"))))
(modeline ((t (:background "Gray80"))))
(modeline-buffer-id ((t (:background "Gray80" :foreground "blue4"))))
(modeline-mousable ((t (:background "Gray80" :foreground "firebrick"))))
(modeline-mousable-minor-mode ((t (:background "Gray80" :foreground "green4"))))
(paren-blink-off ((t (:foreground "gray80"))))
(paren-match ((t (:background "darkseagreen2"))))
(paren-mismatch ((t (:background "DeepPink" :foreground "black"))))
(pointer ((t (nil))))
(primary-selection ((t (:background "gray65"))))
(red ((t (:foreground "red"))))
(region ((t (:background "gray65"))))
(right-margin ((t (nil))))
(secondary-selection ((t (:background "paleturquoise"))))
(text-cursor ((t (:background "Red3" :foreground "gray80"))))
(toolbar ((t (:background "Gray80"))))
(underline ((t (:underline t))))
(vertical-divider ((t (:background "Gray80"))))
(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"))))
(yellow ((t (:foreground "yellow"))))
(zmacs-region ((t (:background "gray65")))))))
(provide 'color-theme-xemacs)
               (
geocities.com/kensanata/elisp)                   (
geocities.com/kensanata)