Skip to content

Commit fc5bb81

Browse files
Fix helm-tooltip face for tty
1 parent de67751 commit fc5bb81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

helm-utils.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,9 @@ Assume regexp is a pcre based regexp."
10531053
(defvar helm--show-help-echo-timer nil)
10541054
(defvar helm--maybe-show-help-echo-overlay nil)
10551055
(defface helm-tooltip
1056-
'((t :background "Goldenrod"
1057-
:foreground "black"))
1056+
'((((type tty pc))
1057+
:background "yellow" :foreground "black")
1058+
(t :background "Goldenrod" :foreground "black"))
10581059
"Face used by `helm-tooltip-show'."
10591060
:group 'helm-grep-faces)
10601061

0 commit comments

Comments
 (0)