branch: elpa/ample-theme
commit 94f8667f03ad2bbe569689d8efe8e4a8a1f2027b
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    compilation
---
 ample-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index 46876c7..8f68a09 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -111,6 +111,10 @@
    `(powerline-active1 ((t (:foreground "gray50"))))
    
    `(minibuffer-prompt ((t (:foreground ,ample/bright-yellow :bold t))))
+
+   `(compilation-error ((t (:foreground ,ample/red :bold t))))
+   `(compilation-warning ((t (:foreground ,ample/orange :bold t))))
+   `(compilation-info ((t (:foreground ,ample/green :bold t))))
    
    ;; eshell
    `(eshell-ls-directory((t (:foreground ,ample/blue))))

Reply via email to