summaryrefslogtreecommitdiffstats
path: root/.emacs.d/themes
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-11 10:12:39 +0200
committerGravatar Tom Willemsen2012-10-11 10:12:39 +0200
commited985b92f28980af0b3dc1c99737b8de9a314dc7 (patch)
treeb1a2ca2bd1d39ba15334b04cfbd6dc24a6f0d0ff /.emacs.d/themes
parent7bc32910f6b886061f0c1406fcac663f4bcbe12e (diff)
downloaddotfiles-ed985b92f28980af0b3dc1c99737b8de9a314dc7.tar.gz
dotfiles-ed985b92f28980af0b3dc1c99737b8de9a314dc7.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to '.emacs.d/themes')
-rw-r--r--.emacs.d/themes/new-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el
index 37c602d..441e067 100644
--- a/.emacs.d/themes/new-theme.el
+++ b/.emacs.d/themes/new-theme.el
@@ -30,9 +30,9 @@
(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 "#9a3200"))))
+ '(flymake-errline ((t (:background nil :underline (:color "#ff0000" :style line)))))
+ '(flymake-infoline ((t (:background nil :underline (:color "#00ff00" :style line)))))
+ '(flymake-warnline ((t (:background nil :underline (:color "#0000ff" :style line)))))
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
'(font-lock-constant-face ((t (:foreground "#93d8d8"))))