branch: elpa/telephone-line
commit 6521585c948ffbe4bf5eb8f3ec55f1cc63dd658d
Merge: bfe7b189d7 06cbfc8d49
Author: Daniel Bordak <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #112 from fishyfriend/evil-god
Add face for evil-god-state
---
telephone-line.el | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/telephone-line.el b/telephone-line.el
index 7eab80bd52..825e4a425b 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -110,6 +110,13 @@
"Face used in evil color-coded segments when in Emacs state."
:group 'telephone-line-evil)
+(defface telephone-line-evil-god
+ '((t (:background "sky blue" :inherit telephone-line-evil)))
+ "Face used in evil color-coded segments when in God state.
+
+God state is provided by the package evil-god-state."
+ :group 'telephone-line-evil)
+
(defcustom telephone-line-faces
'((evil . telephone-line-modal-face)
(modal . telephone-line-modal-face)