summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ryuslash2010-07-14 16:51:21 +0200
committerGravatar ryuslash2010-07-14 16:51:21 +0200
commit9a029f7b7787318631a95c947078d7ee148925ee (patch)
treed1e6f5045fb14030139eab0308c87bf63b4a9119
parent70d746ab86affd5cc1754e7350212d46500de9b5 (diff)
downloaddotfiles-9a029f7b7787318631a95c947078d7ee148925ee.tar.gz
dotfiles-9a029f7b7787318631a95c947078d7ee148925ee.zip
Modified theme
-rw-r--r--.emacs.d/slash_theme.el2
1 files changed, 2 insertions, 0 deletions
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))))