diff --git a/colors/fresh.vim b/colors/fresh.vim index f18e4b5..05f436a 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -215,6 +215,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('CocInfoFloat', '8', '235', '') call s:hi('CocHintSign', '33', '233', '') call s:hi('CocHintFloat', '33', '235', '') + call s:hi('CocInlayHint', '8', '', '') call s:hi('SyntasticErrorSign', '160', '233', 'bold') call s:hi('SyntasticWarningSign', '129', '233', 'bold')