From 215e217ed0d77cb5249e87a21d7e2a1715bdac45 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 17 Feb 2021 23:05:54 +0000 Subject: themes: more contrast for paren match --- lib/themes/jao-light-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 469ad39..6b52eae 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -120,6 +120,7 @@ (mode-line-highlight (c green nil)) (org-link (p link) (ul "grey80")) (scroll-bar (c "grey80")) + (show-paren-match (c nil "grey85")) (success (p f00)) (vertical-border (c "grey70" nil)) (warning (c "burlywood4")) -- cgit v1.2.3