Skip to content

Commit

Permalink
Fix MatchParen (ayu-theme#14)
Browse files Browse the repository at this point in the history
Current  setting is the same as the cursor, making it confusing
  • Loading branch information
hkupty authored and Ike Ku committed Dec 9, 2017
1 parent ca78f8b commit 4c418ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/ayu.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c418ff

Please sign in to comment.