branch: elpa/spacemacs-theme
commit 8f75815263ac93af3677cdb101dbcb0182b5e566
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Support spaceline pyenv
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 9332d14a89..551a3664b9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -479,6 +479,9 @@
`(sp-pair-overlay-face ((,class (:background ,highlight :foreground
nil))))
`(sp-show-pair-match-face ((,class (:foreground ,(if (eq variant 'dark)
suc red) :weight bold :underline t))))
+;;;;; spaceline
+ `(spaceline-python-venv ((,class (:foreground ,comp))))
+
;;;;; term
`(term ((,class (:foreground ,base :background ,bg1))))
`(term-color-black ((,class (:foreground ,bg4))))