summaryrefslogtreecommitdiffstats
path: root/.emacs.d/themes
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-28 10:41:45 +0200
committerGravatar Tom Willemsen2012-09-28 10:41:45 +0200
commit01e05f9d67991624a1eb5ae455a7ca926674e18b (patch)
treee7b98ca096701d11fea5e7bca3b4903ff57a7555 /.emacs.d/themes
parent5134421f281c7de1729a8e187d267395be331342 (diff)
downloaddotfiles-01e05f9d67991624a1eb5ae455a7ca926674e18b.tar.gz
dotfiles-01e05f9d67991624a1eb5ae455a7ca926674e18b.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to '.emacs.d/themes')
-rw-r--r--.emacs.d/themes/new-theme.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el
index 06c7e20..b5010e1 100644
--- a/.emacs.d/themes/new-theme.el
+++ b/.emacs.d/themes/new-theme.el
@@ -30,9 +30,13 @@
(custom-theme-set-faces
'new
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
+ '(flymake-errline ((t (:background "#8b1a1a"))))
+ '(flymake-infoline ((t (:background "#00008b"))))
+ '(flymake-warnline ((t (:background "#be3e00"))))
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
'(font-lock-keyword-face ((t (:foreground "#cfce29"))))
+ '(font-lock-string-face ((t (:foreground "#ffbd5c"))))
'(font-lock-type-face ((t (:foreground "#78a2c1"))))
'(highlight ((t (:background "#171719"))))
'(ido-subdir ((t (:foreground "#ff5d55"))))
@@ -44,10 +48,6 @@
'(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil))))
'(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil))))
'(region ((t (:background "#2729b6"))))
- '(flymake-errline ((t (:background "#8b1a1a"))))
- '(flymake-infoline ((t (:background "#00008b"))))
- '(flymake-warnline ((t (:background "#be3e00"))))
- '(font-lock-string-face ((t (:foreground "#ff9800"))))
)
(provide-theme 'new)