From c4dcb5668df805d96a62be9c63d707e657b3adf9 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 12 Jun 2017 00:23:21 +0100 Subject: [PATCH] Make fresh colors less garish Make SpellBad and Underlined readable and make SpellCap purple. --- colors/fresh.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 6ad4b88..64d73d0 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -121,8 +121,8 @@ if has('gui_running') || &t_Co == 256 call s:hi('Question', '69', '', '') call s:hi('Search', '11', '', '') call s:hi('SpecialKey', '', '', '') - call s:hi('SpellBad', '160', '', '') - call s:hi('SpellCap', '12', '', '') + call s:hi('SpellBad', '166', '', '') + call s:hi('SpellCap', '132', '', '') call s:hi('SpellLocal', '5', '', '') call s:hi('SpellRare', '3', '', '') call s:hi('StatusLine', '15', '233', '') @@ -179,7 +179,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('SpecialComment', '246', '', '') call s:hi('Debug', '', '', '') - call s:hi('Underlined', '33', '', 'underline') + call s:hi('Underlined', '38', '', 'underline') call s:hi('Ignore', '', '', '') call s:hi('Error', '1', '', '') call s:hi('Todo', '202', '', 'bold')