aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-03 02:51:08 +0200
committerGravatar Tom Willemsen2012-10-03 02:51:08 +0200
commit6f58e67b620b55c257caed9da7832af9b448cc8e (patch)
tree8e75a54d7fef74d22d1c038831a3b7513c1d7496
parent9e5881bd1618888baf70935b0419cd68e10ad501 (diff)
downloadyoshi-theme-6f58e67b620b55c257caed9da7832af9b448cc8e.tar.gz
yoshi-theme-6f58e67b620b55c257caed9da7832af9b448cc8e.zip
.emacs.d/themes/new-theme.el
-rw-r--r--new-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/new-theme.el b/new-theme.el
index b5010e1..c4df5e6 100644
--- a/new-theme.el
+++ b/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"))))