From 82b6a81f61c4710d1d830f7be6c55ce250b22dcb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Jul 1997 18:36:12 +0000 Subject: [PATCH] (show-paren-match-face): Use gray on all non-color screens. --- lisp/paren.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/paren.el b/lisp/paren.el index 859049d6183..9d3c94f88dc 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -69,8 +69,7 @@ otherwise)." (defface show-paren-match-face '((((class color)) (:background "turquoise")) - (((class grayscale)) (:background "gray")) - (t (:reverse-video t))) + (t (:background "gray"))) "Show Paren mode face used for a matching paren." :group 'faces :group 'paren-showing) -- 2.39.2