From 8144deee4aa74c6b3ddbb0799e726c1c2dc59725 Mon Sep 17 00:00:00 2001 From: Sergiu Puscas Date: Mon, 17 Dec 2018 23:48:31 +0100 Subject: [PATCH] Make matching paranthesis bold. --- colors/vim-monokai-tasty.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index cb3ea85..2ea757d 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -103,7 +103,7 @@ call Highlight("StatusLine", s:white, s:dark_grey, s:none) call Highlight("StatusLineNC", s:light_grey, s:darker_grey, s:none) call Highlight("Exception", s:magenta, s:none, s:bold) -call Highlight("MatchParen", s:magenta, s:none, s:underline) +call Highlight("MatchParen", s:magenta, s:none, s:bold) call Highlight("Include", s:magenta, s:none, s:none) call Highlight("Conditional", s:magenta, s:none, s:none) call Highlight("Define", s:magenta, s:none, s:none)