Skip to content

Commit

Permalink
Improve colors on matchparen
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsuuu committed Jul 12, 2024
1 parent b661c0d commit 5121864
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions colors/pinkmare.vim
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ call s:HL('ModeMsg', s:palette.fg, s:palette.none, 'bold')
call s:HL('MoreMsg', s:palette.blue, s:palette.none, 'bold')
call s:HL('IncSearch', s:palette.none, s:palette.none, 'reverse')
call s:HL('Search', s:palette.bg0, s:palette.red)
call s:HL('MatchParen', s:palette.none, s:palette.none, 'reverse')
call s:HL('MatchParen', s:palette.none, s:palette.bg1, 'bold')
call s:HL('NonText', s:palette.grey, s:palette.none)
call s:HL('Pmenu', s:palette.fg, s:palette.bg2)
call s:HL('PmenuSbar', s:palette.none, s:palette.bg2)
Expand Down Expand Up @@ -1603,11 +1603,6 @@ highlight! link netrwHelpCmd Blue
highlight! link netrwCmdSep Grey
highlight! link netrwVersion Orange
" }}}
" andymass/vim-matchup{{{
call s:HL('MatchParenCur', s:palette.none, s:palette.none, 'bold')
call s:HL('MatchWord', s:palette.none, s:palette.none, 'underline')
call s:HL('MatchWordCur', s:palette.none, s:palette.none, 'underline')
" }}}
" easymotion/vim-easymotion {{{
highlight! link EasyMotionTarget Search
highlight! link EasyMotionShade Comment
Expand Down

0 comments on commit 5121864

Please sign in to comment.