From 9d921ed6386d5104e4948175674d64343b5f648f Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 28 Jul 2011 23:57:21 -0400 Subject: [PATCH] Make show-paren-mode less subtle It was often really hard to see matching parentheses when I wanted to. The use of darkturquoise in the background is a variation on the built-in default, which uses turquoise. Fixes #4 --- zenburn.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenburn.el b/zenburn.el index ebd6b74..991f5d3 100644 --- a/zenburn.el +++ b/zenburn.el @@ -259,7 +259,7 @@ '(highlight ((t (:underline t)))) '(paren ((t (:inherit zenburn-lowlight-1)))) '(show-paren-mismatch ((t (:inherit font-lock-warning)))) - '(show-paren-match ((t (:inherit font-lock-keyword)))) + `(show-paren-match ((t (:background "darkturquoise" :foreground ,zenburn-bg+2)))) '(match ((t (:weight bold)))) `(cursor ((t (:background ,zenburn-fg :foreground ,zenburn-bg))))