User nicer blue for Vim Type highlight group

This commit is contained in:
Kenneth Benzie 2016-09-02 22:35:01 +01:00
parent e09f187c82
commit d54535c639

View File

@ -167,7 +167,7 @@ if has("gui_running") || &t_Co == 256
call s:hi("Macro", "", "", "")
call s:hi("PreCondit", "61", "", "")
call s:hi("Type", "73", "", "")
call s:hi("Type", "74", "", "")
call s:hi("StorageClass", "66", "", "")
call s:hi("Structure", "69", "", "")
call s:hi("Typedef", "73", "", "")