From 4c418ff99fe898121643bf60cc0d9752c31c2937 Mon Sep 17 00:00:00 2001 From: Henry John Kupty Date: Sat, 9 Dec 2017 17:10:30 -0200 Subject: Fix MatchParen (#14) Current setting is the same as the cursor, making it confusing --- colors/ayu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/ayu.vim') 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 -- cgit v1.2.3-18-g5258