branch: elpa/telephone-line
commit 06cbfc8d49b92f9132458fb2daccf939a82860d2
Author: Jacob First <[email protected]>
Commit: Jacob First <[email protected]>

    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)

Reply via email to