Set more distinctive color for paren expression highlighting.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 31 Dec 2020 00:08:10 +0200
changeset 1655 05502e8a049d
parent 1654 984c15b493ab
child 1656 0445e8ee4912
Set more distinctive color for paren expression highlighting.
.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)