`(font-lock-comment-face ((,class (:foreground "gray50"))))
`(font-lock-constant-face ((,class (:foreground "DarkOliveGreen3"))))
`(font-lock-doc-face ((,class (:foreground "moccasin"))))
- `(font-lock-doc-string-face ((,class (:foreground "moccasin"))))
`(font-lock-function-name-face ((,class (:foreground "goldenrod"))))
`(font-lock-keyword-face ((,class (:foreground "DeepSkyBlue1"))))
`(font-lock-preprocessor-face ((,class (:foreground "gold"))))
`(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969
`(font-lock-constant-face ((,class (:foreground "#D0372D"))))
`(font-lock-doc-face ((,class (:foreground "#036A07"))))
- ;; `(font-lock-doc-string-face ((,class (:foreground "#008000")))) ; XEmacs only, but is used for HTML exports from org2html (and not interactively)
`(font-lock-function-name-face ((,class (:weight normal :foreground "#006699"))))
`(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC
`(font-lock-preprocessor-face ((,class (:foreground "#808080"))))
'(font-lock-comment-face ((t (:italic t :slant oblique :foreground "chocolate1"))))
'(font-lock-comment-delimiter-face ((t (:foreground "Salmon"))))
'(font-lock-doc-face ((t (:italic t :slant oblique :foreground "LightCoral"))))
- '(font-lock-doc-string-face ((t (:foreground "Plum"))))
'(font-lock-warning-face ((t (:bold t :foreground "Pink" :weight bold))))
'(cperl-array-face ((t (:foreground "LawnGreen" :background "Black" :bold t))))
`(font-lock-comment-face ((,class (:foreground "gray50"))))
`(font-lock-constant-face ((,class (:foreground "DarkOliveGreen4"))))
`(font-lock-doc-face ((,class (:foreground "peru"))))
- `(font-lock-doc-string-face ((,class (:foreground "peru"))))
`(font-lock-function-name-face ((,class (:foreground "goldenrod3"))))
`(font-lock-keyword-face ((,class (:foreground "DodgerBlue2"))))
`(font-lock-preprocessor-face ((,class (:foreground "gold3"))))