aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-13 02:05:46 +0100
committerGravatar Tom Willemsen2012-12-13 02:05:46 +0100
commitcd6998fd24f60618f2cd8dd5710d8d93857cac7b (patch)
tree0c9a6f3e5cf1d889c283ffa67d7c819e264c74bf
parent877dd4dd6715856bc120b3befeb2ef0e4b0ccee1 (diff)
downloadyoshi-theme-cd6998fd24f60618f2cd8dd5710d8d93857cac7b.tar.gz
yoshi-theme-cd6998fd24f60618f2cd8dd5710d8d93857cac7b.zip
Change some faces, add warning face
Add font-lock-warning-face.
-rw-r--r--yoshi-theme.el11
1 files 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))))