1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(show-paren-match-face): Use gray on all non-color screens.

This commit is contained in:
Richard M. Stallman 1997-07-17 18:36:12 +00:00
parent 8978420537
commit 82b6a81f61

View File

@ -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)