From 803173a74be1996f071d7934ffd0c34b405a0733 Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
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", "", "")