From d4102cb636cc08d8600a4857999584dc3235a36e Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
Date: Sun, 4 Sep 2016 21:47:32 +0100
Subject: [PATCH] Update fresh colorscheme

---
 colors/fresh.vim | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/colors/fresh.vim b/colors/fresh.vim
index 46bb1c0..803513f 100644
--- a/colors/fresh.vim
+++ b/colors/fresh.vim
@@ -162,21 +162,21 @@ if has("gui_running") || &t_Co == 256
   call s:hi("Exception", "", "", "")
 
   call s:hi("PreProc", "102", "", "")
-  call s:hi("Include", "66", "", "")
+  call s:hi("Include", "65", "", "")
   call s:hi("Define", "", "", "")
   call s:hi("Macro", "", "", "")
   call s:hi("PreCondit", "61", "", "")
 
-  call s:hi("Type", "74", "", "")
+  call s:hi("Type", "75", "", "")
   call s:hi("StorageClass", "66", "", "")
   call s:hi("Structure", "69", "", "")
-  call s:hi("Typedef", "73", "", "")
+  call s:hi("Typedef", "75", "", "")
 
   call s:hi("Special", "179", "", "")
   call s:hi("SpecialChar", "", "", "")
   call s:hi("Tag", "", "", "")
   call s:hi("Delimiter", "", "", "")
-  call s:hi("SpecialComment", "", "", "")
+  call s:hi("SpecialComment", "246", "", "")
   call s:hi("Debug", "", "", "")
 
   call s:hi("Underlined", "33", "", "underline")