diff --git a/colors/fresh.vim b/colors/fresh.vim index 8b5f9b7..bc790e1 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -185,6 +185,10 @@ if has('gui_running') || &t_Co == 256 call s:hi('Todo', '202', '', 'bold') "" }}} + "" NVIM Groups {{ + call s:hi('NormalFloat', '', '235', '') + "" }} + "" Terminal Groups {{{ call s:hi('debugBreakpoint', '1', '', 'reverse') call s:hi('debugPC', '25', '', 'reverse') @@ -201,6 +205,15 @@ if has('gui_running') || &t_Co == 256 call s:hi('ALEErrorSign', '160', '233', 'bold') call s:hi('ALEWarningSign', '129', '233', 'bold') + call s:hi('CocErrorSign', '160', '233', '') + call s:hi('CocErrorFloat', '160', '235', '') + call s:hi('CocWarningSign', '129', '233', '') + call s:hi('CocWarningFloat', '129', '235', '') + call s:hi('CocInfoSign', '8', '233', '') + call s:hi('CocInfoFloat', '8', '235', '') + call s:hi('CocHintSign', '33', '233', '') + call s:hi('CocHintFloat', '33', '235', '') + call s:hi('SyntasticErrorSign', '160', '233', 'bold') call s:hi('SyntasticWarningSign', '129', '233', 'bold') call s:hi('SyntasticErrorLine', '', '', '')