From cd6998fd24f60618f2cd8dd5710d8d93857cac7b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 13 Dec 2012 02:05:46 +0100 Subject: Change some faces, add warning face Add font-lock-warning-face. --- yoshi-theme.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 8df4afc..cac6296 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -35,17 +35,18 @@ '(flymake-errline ((t (:background nil :underline (:color "#ff756e" :style wave))))) '(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave))))) '(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave))))) - '(flyspell-duplicate ((t (:underline (:color "#ffbb56" :style wave))))) - '(flyspell-incorrect ((t (:underline (:color "#ff756e" :style wave))))) + '(flyspell-duplicate ((t (:foreground nil :underline (:color "#ffbb56" :style wave))))) + '(flyspell-incorrect ((t (:foreground nil :underline (:color "#ff756e" :style wave))))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) '(font-lock-doc-face ((t (:foreground "#9ad870")))) - '(font-lock-function-name-face ((t (:foreground "#78a2c1")))) + '(font-lock-function-name-face ((t (:foreground "#c39cc3")))) '(font-lock-keyword-face ((t (:foreground "#cfce29")))) '(font-lock-string-face ((t (:foreground "#ffbd5c")))) - '(font-lock-type-face ((t (:foreground "#78a2c1" :bold t)))) - '(font-lock-variable-name-face ((t (:foreground "#c39cc3")))) + '(font-lock-type-face ((t (:foreground "#78a2c1" :weight bold)))) + '(font-lock-variable-name-face ((t (:foreground "#ff756e")))) + '(font-lock-warning-face ((t (:foreground "#ff756e" :weight bold)))) '(highlight ((t (:background "#171719")))) '(ido-subdir ((t (:foreground "#ff756e")))) '(italic ((t (:slant italic)))) -- cgit v1.2.3-54-g00ecf