(custom-set-faces '(font-lock-comment-face ;;; One may wonder about all of these parens -- font lock faces can work with different classes ;;; You can have a different face for a dark background color system vs a light grayscale machine ((((class color) (background light)) (:foreground "blue4" :bold t)))) '(font-lock-doc-string-face ;; name of font ((((class color) (background light)) (:background "Gray90" :foreground "steel blue")))) '(cperl-array-face ((((class grayscale) (background light)) (:background "Gray90" :bold t)) (((class grayscale) (background dark)) (:foreground "Gray80" :bold t)) (((class color) (background light)) (:foreground "Blue" :background "lightyellow2" :bold t)) (((class color) (background dark)) (:foreground "yellow" :background "navy" :bold t)) (t (:bold t)))) ) ;;;;;;;; Names of some generic faces ;;; font-lock-comment-face ;; font-lock-string-face ;; font-lock-doc-string-face ;; font-lock-function-name-face ;; font-lock-keyword-face ;; font-lock-preprocessor-face ;; font-lock-type-face ;; font-lock-reference-face ;; font-lock-warning-face ;; font-lock-other-emphasized-face ;; font-lock-other-type-face ;; font-lock-emphasized-face ;;;;;;;; cperl faces ;; cperl-pod-face ;; cperl-pod-head-face ;; cperl-here-face ;; some variables to change ;; font-lock-keywords ;; lisp-font-lock-keywords vs lisp-font-lock-keywords-1 vs lisp-font-lock-keywords-2 ;; the above is set through font-lock-maximum-decoration ;;; color names ;;; cyan[1-4] (turquoise) ;;; green[1-4] ;;; blue[1-4] ;;; lightyellow[1-4] ;;; Red[1-4] ;;; white ;;; black ;;; gray[1-100] ;;; yellow[1-4] ;;; pink[1-4] ;;; dark green ;;; SeaGreen ;;; LightSlateGray ;;; PaleVioletRed ;;; magenta[1-4] ;;; orange[1-4] ;;; brown[1-4] ;;; chartreuse[1-4] (sort of a green) ;;; steelblue ;;; DeepPink[1-4] ;;; HotPink[1-4] ;;; ForestGreen ;;; RoyalBlue ;;; Coral[1-4] (a weird pink) ;;; Gold[1-4] ;;; paleturquoise ;;; turquoise[1-4] ;;; MidnightBlue ;;; cornflower blue (fight club jokes notwithstanding) ;;; steel blue ;;; cadetblue[1-4] ;;; orchid[1-4] ;;; DarkOliveGreen ;;; Aquamarine ;;; LightGoldenRog ;;; DarkGoldenrod ;;; RosyBrown ;;; LightSalmon ;;; Firebrick ;;; OrangeRed ;;; os2blue ;;; navy