diff --git a/colors/codedark.vim b/colors/codedark.vim index 99ddd34..5b7d775 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -210,7 +210,7 @@ call hi('Underlined', s:cdNone, {}, 'underline', {}) call hi('Ignore', s:cdFront, {}, 'none', {}) -call hi('Error', s:cdNone, s:cdNone, 'undercurl', s:cdRed) +call hi('Error', s:cdRed, {}, 'undercurl', s:cdRed) call hi('Todo', s:cdNone, s:cdLeftMid, 'none', {})