From 75736d84291bd4f3ab679b403fcd799bd840d89e Mon Sep 17 00:00:00 2001 From: Piers Powlesland Date: Mon, 24 Feb 2020 14:44:53 +0000 Subject: [PATCH] Fix parenthesis highlighting The original molokai highlighting made it look like the cursor was jumping to the far bracket which was very disconcerting. There is a discussion and example on the pull here - https://github.com/tomasr/molokai/pull/44 In that pull the colors are simply reversed, I've tweaked them slightly so that the far cursor is a bit easier to spot by having a lightened background. --- colors/molokai.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/molokai.vim b/colors/molokai.vim index 6d97053..52e5f08 100644 --- a/colors/molokai.vim +++ b/colors/molokai.vim @@ -177,7 +177,7 @@ if &t_Co > 255 hi Macro ctermfg=193 hi SpecialKey ctermfg=81 - hi MatchParen ctermfg=233 ctermbg=208 cterm=bold + hi MatchParen ctermfg=208 ctermbg=238 cterm=bold hi ModeMsg ctermfg=229 hi MoreMsg ctermfg=229 hi Operator ctermfg=161