emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/telephone-line c73b2c210d 027/195: Fix face definitions


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line c73b2c210d 027/195: Fix face definitions
Date: Wed, 5 Jan 2022 02:59:18 -0500 (EST)

branch: elpa/telephone-line
commit c73b2c210d8bf0f64d62808a3556a9ec48b04b6a
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Fix face definitions
---
 telephone-line.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/telephone-line.el b/telephone-line.el
index e7d170e360..56819db505 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -60,37 +60,37 @@
   :group 'telephone-line-evil)
 
 (defface evil-insert
-  '((t (:background "green" :weight bold :inherit evil)))
+  '((t (:background "green" :inherit telephone-line-evil)))
   "Face used in evil color-coded segments when in Insert state."
   :group 'telephone-line-evil)
 
 (defface evil-normal
-  '((t (:background "red" :weight bold :inherit evil)))
+  '((t (:background "red" :inherit telephone-line-evil)))
   "Face used in evil color-coded segments when in Normal state."
   :group 'telephone-line-evil)
 
 (defface evil-visual
-  '((t (:background "orange" :weight bold :inherit evil)))
+  '((t (:background "orange" :inherit telephone-line-evil)))
   "Face used in evil color-coded segments when in Visual{,-Block,-Line} state."
   :group 'telephone-line-evil)
 
 (defface evil-replace
-  '((t (:background "black" :weight bold :inherit evil)))
+  '((t (:background "black" :inherit telephone-line-evil)))
   "Face used in evil color-coded segments when in Replace state."
   :group 'telephone-line-evil)
 
 (defface evil-motion
-  '((t (:background "blue" :weight bold :inherit evil)))
+  '((t (:background "blue" :inherit telephone-line-evil)))
   "Face used in evil color-coded segments when in Motion state."
   :group 'telephone-line-evil)
 
 (defface evil-operator
-  '((t (:background "sky blue" :weight bold :inherit evil)))
+  '((t (:background "sky blue" :inherit telephone-line-evil)))
   "Face used in evil color-coded segments when in Operator state."
   :group 'telephone-line-evil)
 
 (defface evil-emacs
-  '((t (:background "blue violet" :weight bold :inherit evil)))
+  '((t (:background "blue violet" :inherit telephone-line-evil)))
   "Face used in evil color-coded segments when in Emacs state."
   :group 'telephone-line-evil)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]