Update fresh.vim

This commit is contained in:
Kenneth Benzie 2016-05-03 20:47:31 +01:00
parent 91e4ae9983
commit 60621989e1

View File

@ -143,12 +143,12 @@ if has("gui_running") || &t_Co == 256
"" Syntax Groups {{{ "" Syntax Groups {{{
call s:hi("Comment", "8", "", "") call s:hi("Comment", "8", "", "")
call s:hi("Constant", "162", "", "") call s:hi("Constant", "168", "", "")
call s:hi("String", "173", "", "") call s:hi("String", "173", "", "")
call s:hi("Character", "221", "", "") call s:hi("Character", "221", "", "")
call s:hi("Number", "", "", "") call s:hi("Number", "162", "", "")
call s:hi("Boolean", "", "", "") call s:hi("Boolean", "162", "", "")
call s:hi("Float", "", "", "") call s:hi("Float", "162", "", "")
call s:hi("Identifier", "60", "", "") call s:hi("Identifier", "60", "", "")
call s:hi("Function", "71", "", "") call s:hi("Function", "71", "", "")