; Syntax highlighting. Light background. ; Insert this in custom.el. Then restart XEmacs. (custom-set-faces '(default ((t (:foreground "#ffffff" :background "#000000" :family "Screen"))) t) '(text-cursor ((t (:foreground "black" :background "green3"))) t) '(secondary-selection ((t (:foreground "white" :background "red"))) t) '(cperl-nonoverridable-face ((t (:foreground "orange" :bold t)))) '(cperl-array-face ((t (:foreground "orangered" :bold t)))) '(font-lock-string-face ((t (:foreground "green3")))) '(dired-face-permissions ((t (:foreground "green3")))) '(font-lock-reference-face ((t (:foreground "green3")))) '(custom-group-tag-face ((t (:underline t :foreground "blue")))) '(cperl-hash-face ((t (:foreground "Red" :bold t)))) '(font-lock-doc-string-face ((t (:foreground "green3")))) '(font-lock-preprocessor-face ((t (:foreground "red")))) '(font-lock-variable-name-face ((t (:foreground "#9a2fff" :bold t)))) '(custom-state-face ((t (:foreground "green3")))) '(font-lock-warning-face ((t (:foreground "Violetred" :bold t)))) '(font-lock-keyword-face ((t (:foreground "#f939ff")))) '(custom-saved-face ((t (:underline t :foreground "orange")))) '(font-lock-type-face ((t (:foreground "#886fff" :bold t)))) '(message-cited-text ((t (:bold t)))) '(custom-button-face ((t (:bold t :foreground "#3fdfcf")))) '(list-mode-item-selected ((t (:foreground "green3"))) t) '(custom-variable-button-face ((t (:bold t :underline t :foreground "white")))) '(font-lock-comment-face ((t (:foreground "#ee7600")))) '(font-lock-function-name-face ((t (:foreground "#73f7ff" :bold t)))) '(isearch ((t (:foreground "red" :background "white"))) t) '(highlight ((t (:foreground "red3" :background "white"))) t) '(zmacs-region ((t (:background "RoyalBlue"))) t) '(cscope-line-face ((t (:foreground "white"))) t) )