From 5c24edf597bbcdb2eb59ae6c0b06a904e8675513 Mon Sep 17 00:00:00 2001 From: Benjamin Kudria Date: Fri, 15 Apr 2011 13:45:15 -0700 Subject: [PATCH] Extended font-lock color support --- color-theme-solarized.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/color-theme-solarized.el b/color-theme-solarized.el index fc0fe1c..87105eb 100755 --- a/color-theme-solarized.el +++ b/color-theme-solarized.el @@ -151,6 +151,19 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized." (font-lock-variable-name-face ((t (:foreground ,blue)))) (font-lock-warning-face ((t (:foreground ,red :bold t)))) (font-lock-doc-face ((t (:foreground ,cyan :italic t)))) + (font-lock-color-constant-face ((t (:foreground ,green)))) + (font-lock-comment-delimiter-face ((t (:foreground ,base01 :bold t)))) + (font-lock-doc-string-face ((t (:foreground ,green)))) + (font-lock-preprocessor-face ((t (:foreground ,orange)))) + (font-lock-reference-face ((t (:foreground ,cyan)))) + (font-lock-negation-char-face ((t (:foreground ,red)))) + (font-lock-other-type-face ((t (:foreground ,blue :italic t)))) + (font-lock-regexp-grouping-construct ((t (:foreground ,orange)))) + (font-lock-special-keyword-face ((t (:foreground ,magenta)))) + (font-lock-exit-face ((t (:foreground ,red)))) + (font-lock-other-emphasized-face ((t (:foreground ,violet :bold t :italic t)))) + (font-lock-regexp-grouping-backslash ((t (:foreground ,yellow)))) + ;; info (info-xref ((t (:foreground ,blue :underline t)))) (info-xref-visited ((t (:inherit info-xref :foreground ,magenta))))