From ec35e1fd7611ad504a9c3f4a16236553f2eaf6b5 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 7 Jul 2016 12:11:13 -0400 Subject: [PATCH] Fix emacs paren-match colors --- emacs/themes/jdkaplan-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/themes/jdkaplan-theme.el b/emacs/themes/jdkaplan-theme.el index c90ad01..4a2045f 100644 --- a/emacs/themes/jdkaplan-theme.el +++ b/emacs/themes/jdkaplan-theme.el @@ -58,7 +58,7 @@ `(web-mode-html-tag-face ((t (:foreground ,bluegray )))) `(web-mode-block-delimiter-face ((t (:foreground ,orange )))) - `(show-paren-match-face ((t (:foreground ,white :background ,brown :bold t )))) + `(show-paren-match-face ((t (:foreground ,teal :bold t )))) ) )