From df21f4d0f0a26bd711c471f1af64938ab6f54d11 Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <k.benzie@codeplay.com>
Date: Wed, 21 Jan 2015 18:27:41 +0000
Subject: [PATCH] Implement more of fresh vim colorscheme

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

diff --git a/colors/fresh.vim b/colors/fresh.vim
index 72e2a89..de36dc6 100644
--- a/colors/fresh.vim
+++ b/colors/fresh.vim
@@ -97,13 +97,13 @@ if has("gui_running") || &t_Co == 256
   call s:hi("CursorColumn", "235", "", "")
   call s:hi("CursorLine", "", "", "")
   call s:hi("Directory", "", "", "")
-  call s:hi("DiffAdd", "", "", "")
+  call s:hi("DiffAdd", "2", "236", "")
   call s:hi("DiffChange", "", "", "")
-  call s:hi("DiffDelete", "", "", "")
-  call s:hi("DiffText", "", "", "")
-  call s:hi("ErrorMsg", "", "", "")
-  call s:hi("VertSplit", "234", "235", "")
-  call s:hi("Folded", "", "", "")
+  call s:hi("DiffDelete", "1", "236", "")
+  call s:hi("DiffText", "200", "236", "")
+  call s:hi("ErrorMsg", "1", "", "")
+  call s:hi("VertSplit", "235", "235", "")
+  call s:hi("Folded", "35", "233", "")
   call s:hi("FoldColumn", "", "", "")
   call s:hi("SignColumn", "", "", "")
   call s:hi("IncSearch", "", "", "reverse")
@@ -111,9 +111,9 @@ if has("gui_running") || &t_Co == 256
   call s:hi("CursorLineNr", "34", "233", "")
   call s:hi("MatchParen", "", "", "")
   call s:hi("ModeMsg", "", "", "")
-  call s:hi("MoreMsg", "", "", "")
+  call s:hi("MoreMsg", "12", "", "")
   call s:hi("NonText", "", "", "")
-  call s:hi("Normal", "7", "0", "")
+  call s:hi("Normal", "7", "232", "")
   call s:hi("Pmenu", "", "235", "")
   call s:hi("PmenuSel", "", "", "reverse")
   call s:hi("PmenuSbar", "", "", "")
@@ -121,10 +121,10 @@ if has("gui_running") || &t_Co == 256
   call s:hi("Question", "", "", "")
   call s:hi("Search", "11", "", "")
   call s:hi("SpecialKey", "", "", "")
-  call s:hi("SpellBad", "", "", "")
-  call s:hi("SpellCap", "", "", "")
-  call s:hi("SpellLocal", "", "", "")
-  call s:hi("SpellRare", "", "", "")
+  call s:hi("SpellBad", "160", "", "")
+  call s:hi("SpellCap", "12", "", "")
+  call s:hi("SpellLocal", "5", "", "")
+  call s:hi("SpellRare", "3", "", "")
   call s:hi("StatusLine", "235", "235", "")
   call s:hi("StatusLineNC", "", "235", "")
   call s:hi("TabLine", "246", "235", "bold")
@@ -133,7 +133,7 @@ if has("gui_running") || &t_Co == 256
   call s:hi("Title", "", "", "")
   call s:hi("Visual", "", "235", "")
   call s:hi("VisualNOS", "", "", "")
-  call s:hi("WarningMsg", "", "", "")
+  call s:hi("WarningMsg", "5", "", "")
   call s:hi("WildMenu", "", "", "")
   call s:hi("Menu", "", "", "")
   call s:hi("Scrollbar", "", "", "")
@@ -143,7 +143,7 @@ if has("gui_running") || &t_Co == 256
   "" Syntax Groups {{{
   call s:hi("Comment", "8", "", "")
 
-  call s:hi("Constant", "126", "", "")
+  call s:hi("Constant", "162", "", "")
   call s:hi("String", "173", "", "")
   call s:hi("Character", "221", "", "")
   call s:hi("Number", "", "", "")
@@ -157,7 +157,7 @@ if has("gui_running") || &t_Co == 256
   call s:hi("Conditional", "61", "", "")
   call s:hi("Repeat", "61", "", "")
   call s:hi("Label", "61", "", "")
-  call s:hi("Operator", "130", "", "")
+  call s:hi("Operator", "166", "", "")
   call s:hi("Keyword", "", "", "")
   call s:hi("Exception", "", "", "")
 
@@ -179,7 +179,7 @@ if has("gui_running") || &t_Co == 256
   call s:hi("SpecialComment", "", "", "")
   call s:hi("Debug", "", "", "")
 
-  call s:hi("Underlined", "21", "", "underline")
+  call s:hi("Underlined", "33", "", "underline")
   call s:hi("Ignore", "", "", "")
   call s:hi("Error", "", "", "")
   call s:hi("Todo", "", "", "")