solarized-emacs

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

commit 58920c06ccf6b31d7d398ea1b8b6c38df35267e9
parent 3c343dbbccc961947c6e6f24e32599aaf1f5ff65
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Thu,  4 Apr 2013 12:28:04 +0300

Add compilation-mode faces

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

diff --git a/solarized.el b/solarized.el @@ -156,6 +156,9 @@ ((,class (:inherit compilation-error :foreground ,red :weight bold)))) `(compilation-message-face ((,class (:foreground ,blue)))) `(compilation-warning-face ((,class (:foreground ,yellow :weight bold :underline t)))) + `(compilation-mode-line-exit ((t (:foreground ,green :weight bold)))) + `(compilation-mode-line-fail ((t (:foreground ,red :weight bold)))) + `(compilation-mode-line-run ((t (:foreground ,orange :weight bold)))) ;; cua `(cua-global-mark ((,class (:background ,yellow :foreground ,solarized-bg))))