From 60621989e1f1f253248f0a44e8e0fd0bfe937e21 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 3 May 2016 20:47:31 +0100 Subject: [PATCH] Update fresh.vim --- colors/fresh.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index ebdfb08..9e71424 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -143,12 +143,12 @@ if has("gui_running") || &t_Co == 256 "" Syntax Groups {{{ call s:hi("Comment", "8", "", "") - call s:hi("Constant", "162", "", "") + call s:hi("Constant", "168", "", "") call s:hi("String", "173", "", "") call s:hi("Character", "221", "", "") - call s:hi("Number", "", "", "") - call s:hi("Boolean", "", "", "") - call s:hi("Float", "", "", "") + call s:hi("Number", "162", "", "") + call s:hi("Boolean", "162", "", "") + call s:hi("Float", "162", "", "") call s:hi("Identifier", "60", "", "") call s:hi("Function", "71", "", "")