summaryrefslogtreecommitdiffstats
path: root/.emacs.d/themes/new-theme.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-27 23:32:48 +0200
committerGravatar Tom Willemsen2012-09-27 23:32:48 +0200
commit0f499232222940cd44a3d712353ec87af88c274d (patch)
treed6932b1d39c0e1f1ee3c2945f226e08c1e814c92 /.emacs.d/themes/new-theme.el
parentae2aa8ec914f970dd225928a9fdb6fd917eaf2bb (diff)
downloaddotfiles-0f499232222940cd44a3d712353ec87af88c274d.tar.gz
dotfiles-0f499232222940cd44a3d712353ec87af88c274d.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to '.emacs.d/themes/new-theme.el')
-rw-r--r--.emacs.d/themes/new-theme.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el
index a2234ca..06c7e20 100644
--- a/.emacs.d/themes/new-theme.el
+++ b/.emacs.d/themes/new-theme.el
@@ -34,6 +34,7 @@
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
'(font-lock-keyword-face ((t (:foreground "#cfce29"))))
'(font-lock-type-face ((t (:foreground "#78a2c1"))))
+ '(highlight ((t (:background "#171719"))))
'(ido-subdir ((t (:foreground "#ff5d55"))))
'(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55"))))
'(jabber-chat-prompt-local ((t (:foreground "#78a2c1"))))
@@ -43,7 +44,10 @@
'(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil))))
'(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil))))
'(region ((t (:background "#2729b6"))))
- '(highlight ((t (:background "#171719"))))
+ '(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)