From d54535c63945fa84210ee93fc96217f8de345353 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 2 Sep 2016 22:35:01 +0100 Subject: [PATCH] User nicer blue for Vim Type highlight group --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index ee9dd96..46bb1c0 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -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", "", "")