summaryrefslogtreecommitdiffstats
path: root/.emacs.d/themes
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-03 02:51:08 +0200
committerGravatar Tom Willemsen2012-10-03 02:51:08 +0200
commit86db852e0cc298ddb454d9c2251e6e5395b1a206 (patch)
treea50a442b6563b0ae62726613f2c9cb8f14502955 /.emacs.d/themes
parent5943855ab586bc8b726b89235e4732040de8d4c2 (diff)
downloaddotfiles-86db852e0cc298ddb454d9c2251e6e5395b1a206.tar.gz
dotfiles-86db852e0cc298ddb454d9c2251e6e5395b1a206.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to '.emacs.d/themes')
-rw-r--r--.emacs.d/themes/new-theme.el3
1 files changed, 2 insertions, 1 deletions
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"))))