branch: elpa/helm commit 91b9bb40f26bc1fc64e35751be90694d6cc73745 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Try to find a suitable face for tty's (#2714) --- helm-core.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-core.el b/helm-core.el index 9eef9914c8..2831e02408 100644 --- a/helm-core.el +++ b/helm-core.el @@ -1208,8 +1208,7 @@ then doesn't use `while-no-input', because `while-no-input' throws on (defface helm-selection `((((type tty pc)) ,@(and (>= emacs-major-version 27) '(:extend t)) - :background "Brightred" - :distant-foreground "black") + :inherit highlight) (((background dark)) ,@(and (>= emacs-major-version 27) '(:extend t)) :background "ForestGreen"