Skip to content

Commit

Permalink
fix: MatchParen highlighting makes it look like cursor jumped to matc…
Browse files Browse the repository at this point in the history
…hing parenthesis

fixes tomasr#74
  • Loading branch information
crvcrv authored Nov 6, 2018
1 parent c67bdfc commit 8052b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ if &t_Co > 255
hi Macro ctermfg=193
hi SpecialKey ctermfg=81

hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
"hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
hi MatchParen ctermfg=208 ctermbg=233 cterm=bold
hi ModeMsg ctermfg=229
hi MoreMsg ctermfg=229
hi Operator ctermfg=161
Expand Down

0 comments on commit 8052b7f

Please sign in to comment.