Implement more of fresh vim colorscheme

This commit is contained in:
Kenneth Benzie 2015-01-21 18:27:41 +00:00
parent 388ec255a6
commit c72ba70555

View File

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