commit 59b1a10a1f7b2537cce1848ef55c5c7ee13127fa
parent 58920c06ccf6b31d7d398ea1b8b6c38df35267e9
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date: Thu, 4 Apr 2013 12:32:30 +0300
Remove duplicated faces
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -150,15 +150,14 @@
`(compilation-leave-directory-face ((,class (:foreground ,green))))
`(compilation-line-face ((,class (:foreground ,yellow))))
`(compilation-line-number ((,class (:foreground ,yellow))))
+ `(compilation-message-face ((,class (:foreground ,blue))))
+ `(compilation-warning-face ((,class (:foreground ,yellow :weight bold :underline t))))
+
`(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))))
- `(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))))
+ `(compilation-mode-line-run ((,class (:foreground ,orange :weight bold))))
;; cua
`(cua-global-mark ((,class (:background ,yellow :foreground ,solarized-bg))))