From 80c1b8653ea45979e566423d6364794bd80d08d4 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 7 Oct 2020 11:30:08 +0100 Subject: [PATCH] Highlight Exception group as Conditional --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index b8baa1c..2e72abe 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -159,7 +159,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('Label', '69', '', '') call s:hi('Operator', '166', '', '') call s:hi('Keyword', '', '', '') - call s:hi('Exception', '', '', '') + call s:hi('Exception', '69', '', '') call s:hi('PreProc', '102', '', '') call s:hi('Include', '65', '', '')