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))))