.emacs.d/themes/new-theme.el

This commit is contained in:
Tom Willemsen 2012-10-03 02:51:08 +02:00
parent 5943855ab5
commit 86db852e0c

View file

@ -32,9 +32,10 @@
'(default ((t (:background "#111113" :foreground "#eeeeec")))) '(default ((t (:background "#111113" :foreground "#eeeeec"))))
'(flymake-errline ((t (:background "#8b1a1a")))) '(flymake-errline ((t (:background "#8b1a1a"))))
'(flymake-infoline ((t (:background "#00008b")))) '(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-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-doc-face ((t (:foreground "#9ad870"))))
'(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")))) '(font-lock-type-face ((t (:foreground "#78a2c1"))))