From d494a0f5432526caf575327dae88cef2bb359b16 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 20 Nov 2017 21:16:17 +0000 Subject: [PATCH] Add highlight group for SpecialKey --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 64d73d0..0955b97 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -120,7 +120,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('PmenuThumb', '', '', '') call s:hi('Question', '69', '', '') call s:hi('Search', '11', '', '') - call s:hi('SpecialKey', '', '', '') + call s:hi('SpecialKey', '238', '', '') call s:hi('SpellBad', '166', '', '') call s:hi('SpellCap', '132', '', '') call s:hi('SpellLocal', '5', '', '')