* eat.el: Fix bright faces face definitions

This commit is contained in:
Akib Azmain Turja 2022-12-04 16:42:34 +06:00
parent 01f5f3b2af
commit a95ca85927
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

3
eat.el
View file

@ -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))