From bbf63791627bcf60b56004ad895ff8240bb085b8 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Thu, 18 Apr 2019 14:39:14 -0400 Subject: [PATCH] Better MacVim color scheme --- vim/vimrc.d/colorscheme.vim | 2 +- vimrc.local | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/vim/vimrc.d/colorscheme.vim b/vim/vimrc.d/colorscheme.vim index 0188170..88e1677 100644 --- a/vim/vimrc.d/colorscheme.vim +++ b/vim/vimrc.d/colorscheme.vim @@ -2,5 +2,5 @@ set background=dark colorscheme Tomorrow-Night if has("gui_running") || has("gui_vimr") - colorscheme solarized8_high + colorscheme solarized8 endif diff --git a/vimrc.local b/vimrc.local index 3c4d317..8f96907 100644 --- a/vimrc.local +++ b/vimrc.local @@ -1,7 +1,3 @@ -" Color scheme -set background=dark -colorscheme Tomorrow-Night - " Display extra whitespace set list listchars=tab:»·,trail:·