commit d66634a97eef8ca4b7b36293c115ddc71bbf5552
parent 8cc982ccaa591ec25367dcf2d8ff1331bf9a3b57
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 24 Jul 2013 17:02:29 +0200
compilation-message-face
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1261,7 +1261,11 @@ customize the resulting theme."
(custom-theme-set-variables
theme-name
`(ansi-color-names-vector [,solarized-bg ,red ,green ,yellow
- ,blue ,magenta ,cyan ,solarized-fg])
+ ,blue ,magenta ,cyan ,solarized-fg])
+
+ ;; compilation
+ `(compilation-message-face 'default)
+
;; fill-column-indicator
`(fci-rule-color ,solarized-hl)