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

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

[nongnu] elpa/eat a95ca85927 5/6: * eat.el: Fix bright faces face defini


From: ELPA Syncer
Subject: [nongnu] elpa/eat a95ca85927 5/6: * eat.el: Fix bright faces face definitions
Date: Sun, 4 Dec 2022 06:58:40 -0500 (EST)

branch: elpa/eat
commit a95ca859277ac74795a50edc937d7171c976d1f6
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    * eat.el: Fix bright faces face definitions
---
 eat.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eat.el b/eat.el
index 0f51ebbb48..7b1f4cd87f 100644
--- a/eat.el
+++ b/eat.el
@@ -377,7 +377,8 @@ If your process is choking on big inputs, try lowering the 
value."
     (dolist (color colors)
       (let ((face (intern (format "eat-term-color-%i" face-counter))))
         (custom-declare-face
-         face `((t :inherit ,(intern (format "ansi-color-%s" color))))
+         face `((t :inherit ,(intern (format "ansi-color-bright-%s"
+                                             color))))
          (format "Face used to render bright %s color text." color)
          :group 'eat-term)
         (put (intern (format "eat-term-color-bright-%s" color))



reply via email to

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