From d063e60559d88f6b94d1b80066e47216339fd16b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 26 Oct 2020 13:32:47 +0000 Subject: [PATCH] Make explicit more implicit (and changed) hl groups --- colors/fresh.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 2e72abe..95e81d3 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -158,13 +158,13 @@ if has('gui_running') || &t_Co == 256 call s:hi('Repeat', '69', '', '') call s:hi('Label', '69', '', '') call s:hi('Operator', '166', '', '') - call s:hi('Keyword', '', '', '') + call s:hi('Keyword', '72', '', '') call s:hi('Exception', '69', '', '') call s:hi('PreProc', '102', '', '') call s:hi('Include', '65', '', '') - call s:hi('Define', '', '', '') - call s:hi('Macro', '', '', '') + call s:hi('Define', '102', '', '') + call s:hi('Macro', '102', '', '') call s:hi('PreCondit', '61', '', '') call s:hi('Type', '75', '', '') @@ -173,11 +173,11 @@ if has('gui_running') || &t_Co == 256 call s:hi('Typedef', '75', '', '') call s:hi('Special', '179', '', '') - call s:hi('SpecialChar', '', '', '') + call s:hi('SpecialChar', '179', '', '') call s:hi('Tag', '', '', '') call s:hi('Delimiter', '179', '', '') call s:hi('SpecialComment', '246', '', '') - call s:hi('Debug', '', '', '') + call s:hi('Debug', '179', '', '') call s:hi('Underlined', '38', '', 'underline') call s:hi('Ignore', '', '', '')