From 5ed667f8806c536475f1ed216981e2d6a577d0de Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 24 May 2013 20:06:35 +0200 Subject: Shift font-lock faces Try and use more complementary colors close together. --- yoshi-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 2390df2..6a079f6 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -136,14 +136,14 @@ `(font-lock-comment-face ((t (:foreground ,gray4 :slant italic)))) `(font-lock-constant-face ((t (:foreground ,red5)))) `(font-lock-doc-face ((t (:foreground ,gray4 :inherit unspecified)))) - `(font-lock-function-name-face ((t (:foreground ,purple5)))) - `(font-lock-keyword-face ((t (:foreground ,yellow5)))) + `(font-lock-function-name-face ((t (:foreground ,blue5)))) + `(font-lock-keyword-face ((t (:foreground ,orange5)))) `(font-lock-negation-char-face ((t (:foreground ,red5)))) `(font-lock-regexp-grouping-backslash ((t (:foreground ,red5)))) `(font-lock-regexp-grouping-construct ((t (:foreground ,pink5)))) `(font-lock-string-face ((t (:foreground ,turquoise5)))) - `(font-lock-type-face ((t (:foreground ,orange5)))) - `(font-lock-variable-name-face ((t (:foreground ,blue5)))) + `(font-lock-type-face ((t (:foreground ,purple5)))) + `(font-lock-variable-name-face ((t (:foreground ,yellow5)))) `(font-lock-warning-face ((t (:underline (:color ,orange5) :inherit unspecified)))) `(fringe ((t (:background unspecified :inherit default)))) `(gnus-button ((t (:weight bold)))) -- cgit v1.2.3-54-g00ecf