solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 75fe4a8aa9d3c944febce1032bd4b8adb698ce65
parent 8258408d31c6ae096996c689162035b0d3500699
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 16 Nov 2012 20:46:57 +0100

add compilation mode faces (recently added to emacs 24.3?)

Diffstat:
Msolarized.el | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -147,6 +147,10 @@ `(compilation-leave-directory-face ((,class (:foreground ,green)))) `(compilation-line-face ((,class (:foreground ,yellow)))) `(compilation-line-number ((,class (:foreground ,yellow)))) + `(compilation-mode-line-exit + ((,class (:inherit compilation-info :foreground ,green :weight bold)))) + `(compilation-mode-line-fail + ((,class (:inherit compilation-error :foreground ,red :weight bold)))) `(compilation-message-face ((,class (:foreground ,blue)))) `(compilation-warning-face ((,class (:foreground ,yellow :weight bold :underline t))))