From 807b2c216696cd020c0edd112c17ce3737c7ab84 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 May 2016 21:11:09 +1200 Subject: Use default colors a bit more --- colors/sahara.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/sahara.vim b/colors/sahara.vim index 8172a12..62c3bdd 100644 --- a/colors/sahara.vim +++ b/colors/sahara.vim @@ -40,8 +40,8 @@ if has("gui_running") || &t_Co == 256 highlight IncSearch term=NONE cterm=NONE ctermfg=147 ctermbg=24 gui=NONE guifg=#afafff guibg=#005f87 highlight ModeMsg term=NONE cterm=NONE ctermfg=178 ctermbg=NONE gui=NONE guifg=#d7af00 guibg=NONE highlight MoreMsg term=NONE cterm=NONE ctermfg=29 ctermbg=NONE gui=NONE guifg=#00875f guibg=NONE - highlight NonText term=NONE cterm=NONE ctermfg=237 ctermbg=NONE gui=NONE guifg=#3a3a3a guibg=NONE - highlight Normal term=NONE cterm=NONE ctermfg=251 ctermbg=NONE gui=NONE guifg=#c6c6c6 guibg=#000000 + highlight NonText term=NONE cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=#3a3a3a guibg=NONE + highlight Normal term=NONE cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=#c6c6c6 guibg=NONE highlight Pmenu term=NONE cterm=NONE ctermfg=231 ctermbg=237 gui=NONE guifg=#ffffff guibg=#3a3a3a highlight PreProc term=NONE cterm=NONE ctermfg=167 ctermbg=NONE gui=NONE guifg=#d75f5f guibg=NONE highlight Question term=NONE cterm=NONE ctermfg=48 ctermbg=NONE gui=NONE guifg=#00ff87 guibg=NONE -- cgit v1.2.3