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:·