diff --git a/files/vim/.vimrc b/files/vim/.vimrc index 119ebc8..33a4d6c 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -18,7 +18,7 @@ endif call plug#begin() -Plug 'rakr/vim-one' " color scheme +Plug 'altercation/vim-colors-solarized' " color scheme Plug 'tpope/vim-sleuth' " heuristic file indendation Plug 'jiangmiao/auto-pairs' " pair completion @@ -26,7 +26,7 @@ call plug#end() " ============================== Colors syntax on set background=light -colorscheme one +colorscheme solarized hi Normal guibg=NONE ctermbg=NONE " ============================== General