From 9a029f7b7787318631a95c947078d7ee148925ee Mon Sep 17 00:00:00 2001 From: ryuslash Date: Wed, 14 Jul 2010 16:51:21 +0200 Subject: Modified theme --- .emacs.d/slash_theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d') diff --git a/.emacs.d/slash_theme.el b/.emacs.d/slash_theme.el index 777184e..c2f54b6 100644 --- a/.emacs.d/slash_theme.el +++ b/.emacs.d/slash_theme.el @@ -24,6 +24,8 @@ (mode-line ((t (:foreground "#B3B3B3" :background "#43527A" :background "#000000" :box nil)))) (region ((t (:background "#3D3D3D")))) (minibuffer-prompt ((t (:foreground "#72F3FF" :bold t)))) + (flymake-warnline ((t (:background "#000060")))) + (flymake-errline ((t (:background "#600000")))) (font-lock-builtin-face ((t (:foreground "#C436C4")))) (font-lock-comment-face ((t (:foreground "#00AC00" :background "#004000" :bold t :box (:line-width 1 :color "#006000" :style nil))))) (font-lock-comment-delimiter-face ((t (:inherit 'font-lock-comment-face)))) -- cgit v1.2.3-54-g00ecf