aboutsummaryrefslogtreecommitdiff
path: root/colors/ayu.vim
diff options
context:
space:
mode:
authorHenry John Kupty <hkupty@users.noreply.github.com>2017-12-09 17:10:30 -0200
committerIke Ku <dempfi@yahoo.com>2017-12-09 21:10:30 +0200
commit4c418ff99fe898121643bf60cc0d9752c31c2937 (patch)
treefd5058086612502c9c12769c15819e2f9a3b4799 /colors/ayu.vim
parentca78f8b4e11ed429e02060d3cb392bf939b5cddd (diff)
Fix MatchParen (#14)
Current setting is the same as the cursor, making it confusing
Diffstat (limited to 'colors/ayu.vim')
-rw-r--r--colors/ayu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/ayu.vim b/colors/ayu.vim
index 83002ba..585a4db 100644
--- a/colors/ayu.vim
+++ b/colors/ayu.vim
@@ -102,7 +102,7 @@ exe "hi! FoldColumn" .s:fg_none .s:bg_panel .s:fmt_none
exe "hi! SignColumn" .s:fg_none .s:bg_panel .s:fmt_none
" Incsearch"
-exe "hi! MatchParen" .s:fg_bg .s:bg_fg .s:fmt_none
+exe "hi! MatchParen" .s:fg_fg .s:bg_bg .s:fmt_undr
exe "hi! ModeMsg" .s:fg_string .s:bg_none .s:fmt_none
exe "hi! MoreMsg" .s:fg_string .s:bg_none .s:fmt_none
exe "hi! NonText" .s:fg_bg .s:bg_none .s:fmt_none