diff --git a/colors/codedark.vim b/colors/codedark.vim index 51737d2..ff6272d 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -216,7 +216,7 @@ call hi("Conceal", s:cdFront, s:cdBack, 'none', {}) call hi('Ignore', s:cdFront, {}, 'none', {}) -call hi('Error', s:cdRed, {}, 'undercurl', s:cdRed) +call hi('Error', s:cdRed, s:cdBack, 'undercurl', s:cdRed) call hi('Todo', s:cdNone, s:cdLeftMid, 'none', {})