* eat.el: Fix bright faces face definitions
This commit is contained in:
parent
01f5f3b2af
commit
a95ca85927
1 changed files with 2 additions and 1 deletions
3
eat.el
3
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))
|
||||
|
|
Loading…
Add table
Reference in a new issue