commit f682adea63a7125dbc24d2e71c7a4e57f7ae1861
parent 320dafa6a79d0c6b286713c49cffad62ea5b657b
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 6 Apr 2015 23:31:01 +0200
Remove compilation-mode-line-exit fg color
According to discussion in #175
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -306,7 +306,7 @@ Alpha should be a float between 0 and 1."
`(compilation-warning-face ((,class (:foreground ,yellow :weight normal :underline nil))))
`(compilation-mode-line-exit
- ((,class (:inherit compilation-info :foreground ,green :weight bold))))
+ ((,class (:foreground unspecified :weight bold))))
`(compilation-mode-line-fail
((,class (:inherit compilation-error :foreground ,red :weight bold))))
`(compilation-mode-line-run ((,class (:foreground ,orange :weight bold))))