From ed09b9b6e25ad7264ce69de1d3772ce1ef2766e4 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Fri, 28 Jul 2017 11:19:56 -0400 Subject: [PATCH] Update vim colors --- vim/colors/campo-dark.vim | 3 ++- vim/colors/campo-light.vim | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/colors/campo-dark.vim b/vim/colors/campo-dark.vim index 88a00fb..77a21d4 100644 --- a/vim/colors/campo-dark.vim +++ b/vim/colors/campo-dark.vim @@ -27,7 +27,7 @@ hi clear if exists("syntax_on") syntax reset endif -let g:colors_name = "basic-dark" +let g:colors_name = "campo-dark" if has("gui_running") || &t_Co == 88 || &t_Co == 256 " Returns an approximate grey index for the given grey level @@ -286,6 +286,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Define", s:purple, "", "none") call X("Include", s:blue, "", "") call X("Number", s:orange, "", "") + call X("SpellBad", s:red, s:background, "underline,bold") " Custom TODO/NOTE colors call X("Todo", s:red, s:background, "underline") diff --git a/vim/colors/campo-light.vim b/vim/colors/campo-light.vim index 068b84b..18284bc 100644 --- a/vim/colors/campo-light.vim +++ b/vim/colors/campo-light.vim @@ -27,7 +27,7 @@ if exists("syntax_on") syntax reset endif -let g:colors_name = "basic-light" +let g:colors_name = "campo-light" if has("gui_running") || &t_Co == 88 || &t_Co == 256 " Returns an approximate grey index for the given grey level