From 350cf156fe3b6ceae3c6efeef2914b1758e9ac15 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 6 Mar 2012 08:37:08 +0000 Subject: [PATCH] added a couple of font-lock-* color definitions --- tomorrow-night-paradise-theme.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index bb5cd50..8a31296 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -44,12 +44,15 @@ `(font-lock-builtin-face ((t (:foreground ,blue)))) `(font-lock-comment-face ((t (:foreground ,comment)))) `(font-lock-constant-face ((t (:foreground ,green)))) + `(font-lock-doc-face ((t (:foreground ,comment)))) `(font-lock-doc-string-face ((t (:foreground ,comment)))) `(font-lock-function-name-face ((t (:foreground ,blue)))) `(font-lock-keyword-face ((t (:foreground ,purple)))) + `(font-lock-negation-char-face ((t (:foreground ,aqua)))) + `(font-lock-preprocessor-face ((t (:foreground ,red)))) `(font-lock-string-face ((t (:foreground ,green)))) `(font-lock-type-face ((t (:foreground ,yellow)))) - `(font-lock-variable-name-face ((t (:foreground ,red)))) + `(font-lock-variable-name-face ((t (:foreground ,aqua)))) `(font-lock-warning-face ((t (:foreground ,red)))) ;; ido