branch: elpa/material-theme
commit c80093970859667b7cae2471e16f7356e36d5c39
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Set basic spaceline and spacemacs evil mode line colors
---
material-light-theme.el | 10 +++++++++-
material-theme.el | 8 ++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/material-light-theme.el b/material-light-theme.el
index 134b28f..edfd3da 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -613,8 +613,16 @@
`(powerline-inactive1 ((t (:foreground ,comment :background ,selection))))
`(powerline-inactive2 ((t (:foreground ,comment :background ,selection))))
- ;; spaceline
+ ;; Spaceline
`(spaceline-python-venv ((t (:foreground ,aqua))))
+ `(spaceline-evil-normal ((t (:foreground ,background :background ,yellow
:inherit mode-line))))
+ `(spaceline-evil-insert ((t (:foreground ,background :background ,green
:inherit mode-line))))
+ `(spaceline-evil-visual ((t (:foreground ,background :background ,selection
:inherit mode-line))))
+
+ ;; Spacemacs
+ `(spacemacs-normal-face ((t (:inherit spaceline-evil-normal))))
+ `(spacemacs-insert-face ((t (:inherit spaceline-evil-insert))))
+ `(spacemacs-visual-face ((t (:inherit spaceline-evil-visual))))
;; Outline
`(outline-1 ((,class (:inherit nil :foreground ,"#424242"))))
diff --git a/material-theme.el b/material-theme.el
index 7f37688..c57a3af 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -609,6 +609,14 @@
;; Spaceline
`(spaceline-python-venv ((t (:foreground ,yellow))))
+ `(spaceline-evil-normal ((t (:foreground ,foreground :background ,orange
:inherit mode-line))))
+ `(spaceline-evil-insert ((t (:foreground ,background :background ,green
:inherit mode-line))))
+ `(spaceline-evil-visual ((t (:foreground ,foreground :background ,selection
:inherit mode-line))))
+
+ ;; Spacemacs
+ `(spacemacs-normal-face ((t (:inherit spaceline-evil-normal))))
+ `(spacemacs-insert-face ((t (:inherit spaceline-evil-insert))))
+ `(spacemacs-visual-face ((t (:inherit spaceline-evil-visual))))
;; Outline
`(outline-1 ((,class (:inherit nil :foreground ,"#eceff1"))))