1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Change some faces, add warning face

Add font-lock-warning-face.
This commit is contained in:
Tom Willemsen 2012-12-13 02:05:46 +01:00
parent 877dd4dd67
commit cd6998fd24

View file

@ -35,17 +35,18 @@
'(flymake-errline ((t (:background nil :underline (:color "#ff756e" :style wave))))) '(flymake-errline ((t (:background nil :underline (:color "#ff756e" :style wave)))))
'(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave))))) '(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave)))))
'(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave))))) '(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave)))))
'(flyspell-duplicate ((t (:underline (:color "#ffbb56" :style wave))))) '(flyspell-duplicate ((t (:foreground nil :underline (:color "#ffbb56" :style wave)))))
'(flyspell-incorrect ((t (:underline (:color "#ff756e" :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-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
'(font-lock-constant-face ((t (:foreground "#93d8d8")))) '(font-lock-constant-face ((t (:foreground "#93d8d8"))))
'(font-lock-doc-face ((t (:foreground "#9ad870")))) '(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-keyword-face ((t (:foreground "#cfce29"))))
'(font-lock-string-face ((t (:foreground "#ffbd5c")))) '(font-lock-string-face ((t (:foreground "#ffbd5c"))))
'(font-lock-type-face ((t (:foreground "#78a2c1" :bold t)))) '(font-lock-type-face ((t (:foreground "#78a2c1" :weight bold))))
'(font-lock-variable-name-face ((t (:foreground "#c39cc3")))) '(font-lock-variable-name-face ((t (:foreground "#ff756e"))))
'(font-lock-warning-face ((t (:foreground "#ff756e" :weight bold))))
'(highlight ((t (:background "#171719")))) '(highlight ((t (:background "#171719"))))
'(ido-subdir ((t (:foreground "#ff756e")))) '(ido-subdir ((t (:foreground "#ff756e"))))
'(italic ((t (:slant italic)))) '(italic ((t (:slant italic))))