Skip to content

Commit

Permalink
Make show-paren-mode less subtle
Browse files Browse the repository at this point in the history
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 dbrock#4
  • Loading branch information
dabrahams committed Jul 29, 2011
1 parent 7e1b172 commit 9d921ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenburn.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 9d921ed

Please sign in to comment.