diff --git a/colors/codedark.vim b/colors/codedark.vim index 5b7d775..01843e1 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -145,7 +145,7 @@ call hi('SignColumn', {}, s:cdBack, 'none', {}) call hi('IncSearch', s:cdNone, s:cdSearchCurrent, 'none', {}) call hi('LineNr', s:cdLineNumber, s:cdBack, 'none', {}) call hi('CursorLineNr', s:cdPopupFront, s:cdBack, 'none', {}) -call hi('MatchParen', s:cdNone, s:cdNone, 'inverse', {}) +call hi('MatchParen', s:cdNone, s:cdCursorDark, 'none', {}) call hi('ModeMsg', s:cdFront, s:cdLeftDark, 'none', {}) call hi('MoreMsg', s:cdFront, s:cdLeftDark, 'none', {}) call hi('NonText', s:cdLineNumber, s:cdBack, 'none', {})