diff --git a/colors/codedark.vim b/colors/codedark.vim index 5e89687..d333de3 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -215,7 +215,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', {})