diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index b5010e1..c4df5e6 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -32,9 +32,10 @@ '(default ((t (:background "#111113" :foreground "#eeeeec")))) '(flymake-errline ((t (:background "#8b1a1a")))) '(flymake-infoline ((t (:background "#00008b")))) - '(flymake-warnline ((t (:background "#be3e00")))) + '(flymake-warnline ((t (:background "#9a3200")))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) + '(font-lock-doc-face ((t (:foreground "#9ad870")))) '(font-lock-keyword-face ((t (:foreground "#cfce29")))) '(font-lock-string-face ((t (:foreground "#ffbd5c")))) '(font-lock-type-face ((t (:foreground "#78a2c1"))))