diff options
author | jao <jao@gnu.org> | 2021-02-17 23:05:54 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-17 23:05:54 +0000 |
commit | 215e217ed0d77cb5249e87a21d7e2a1715bdac45 (patch) | |
tree | d45d41e69686b73c9853c274b4665de996188aa5 | |
parent | 18e4063aa153e3aff30496caeb0aaed9a982456b (diff) | |
download | elibs-215e217ed0d77cb5249e87a21d7e2a1715bdac45.tar.gz elibs-215e217ed0d77cb5249e87a21d7e2a1715bdac45.tar.bz2 |
themes: more contrast for paren match
-rw-r--r-- | lib/themes/jao-light-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")) |