branch: elpa/spacemacs-theme
commit 6fff09febb430951e641d76ce3db7b10c44ec655
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    spaceline errors, warnings and info
---
 spacemacs-common.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 888d06a498..d629ee39cc 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -519,6 +519,9 @@
 
 ;;;;; spaceline
      `(spaceline-python-venv ((,class (:foreground ,comp))))
+     `(spaceline-flycheck-error  ((,class (:foreground ,err))))
+     `(spaceline-flycheck-info   ((,class (:foreground ,keyword))))
+     `(spaceline-flycheck-warning((,class (:foreground ,war))))
 
 ;;;;; term
      `(term ((,class (:foreground ,base :background ,bg1))))

Reply via email to