aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-24 20:06:35 +0200
committerGravatar Tom Willemse2013-05-24 20:06:35 +0200
commit5ed667f8806c536475f1ed216981e2d6a577d0de (patch)
treecfacc8ba122f419476e95b044ab4ccea2f669404
parente65d54ada867ce02036c7c89c370a4a8a30ab30f (diff)
downloadyoshi-theme-5ed667f8806c536475f1ed216981e2d6a577d0de.tar.gz
yoshi-theme-5ed667f8806c536475f1ed216981e2d6a577d0de.zip
Shift font-lock faces
Try and use more complementary colors close together.
-rw-r--r--yoshi-theme.el8
1 files 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))))