# HG changeset patch # User Oleksandr Gavenko # Date 1609366090 -7200 # Node ID 05502e8a049dd95168489ec81e25d8f382f30a18 # Parent 984c15b493ab3ec8a1985fece3f78fb956a966f6 Set more distinctive color for paren expression highlighting. diff -r 984c15b493ab -r 05502e8a049d .emacs-my --- a/.emacs-my Thu Dec 31 00:03:42 2020 +0200 +++ b/.emacs-my Thu Dec 31 00:08:10 2020 +0200 @@ -967,7 +967,7 @@ (require 'paren) (when window-system - (face-spec-set 'show-paren-match '((t :background "cornsilk")))) + (face-spec-set 'show-paren-match '((t :background "wheat")))) ;; parenthesis, expression, mixed (setq show-paren-style 'expression)