From bc569c9cc18072fa943afea4d4dafdf8655b997d Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Thu, 5 Nov 2020 21:15:08 -0800 Subject: [PATCH 2/2] * lisp/faces.el (mode-line-highlight): Use :box only on non-TTYs. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 728f8b0fe6..875bee9910 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2578,7 +2578,7 @@ mode-line-inactive :group 'basic-faces) (defface mode-line-highlight - '((((class color) (min-colors 88)) + '((((type graphic) (class color) (min-colors 88)) :box (:line-width 2 :color "grey40" :style released-button)) (t :inherit highlight)) -- 2.20.1