branch: elpa/material-theme
commit 765e777c8f82c71f40f990a7b9db92a3180dfbf1
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Add spaceline python environment face
---
material-light-theme.el | 3 +++
material-theme.el | 3 +++
2 files changed, 6 insertions(+)
diff --git a/material-light-theme.el b/material-light-theme.el
index a23a1e1..2099b1c 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -605,6 +605,9 @@
`(powerline-inactive1 ((t (:foreground ,comment :background ,selection))))
`(powerline-inactive2 ((t (:foreground ,comment :background ,selection))))
+ ;; spaceline
+ `(spaceline-python-venv ((t (:foreground ,aqua))))
+
;; Outline
`(outline-1 ((,class (:inherit nil :foreground ,"#424242"))))
`(outline-2 ((,class (:inherit nil :foreground ,"#646464"))))
diff --git a/material-theme.el b/material-theme.el
index b090335..795425f 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -599,6 +599,9 @@
`(powerline-inactive1 ((t (:foreground ,comment :background ,selection))))
`(powerline-inactive2 ((t (:foreground ,comment :background ,selection))))
+ ;; Spaceline
+ `(spaceline-python-venv ((t (:foreground ,yellow))))
+
;; Outline
`(outline-1 ((,class (:inherit nil :foreground ,"#eceff1"))))
`(outline-2 ((,class (:inherit nil :foreground ,"#e1f5fe"))))