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')