diff --git a/colors/fresh.vim b/colors/fresh.vim index ebdfb08..9e71424 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -143,12 +143,12 @@ if has("gui_running") || &t_Co == 256 "" Syntax Groups {{{ call s:hi("Comment", "8", "", "") - call s:hi("Constant", "162", "", "") + call s:hi("Constant", "168", "", "") call s:hi("String", "173", "", "") call s:hi("Character", "221", "", "") - call s:hi("Number", "", "", "") - call s:hi("Boolean", "", "", "") - call s:hi("Float", "", "", "") + call s:hi("Number", "162", "", "") + call s:hi("Boolean", "162", "", "") + call s:hi("Float", "162", "", "") call s:hi("Identifier", "60", "", "") call s:hi("Function", "71", "", "")