diff --git a/install b/install index 52cd9e9..e3142ca 100755 --- a/install +++ b/install @@ -83,7 +83,6 @@ for INDEX in ${!VIMPLUGS[*]}; do done wget https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim -P "$HOME/.vim/colors/" -wget https://raw.githubusercontent.com/chriskempson/base16-vim/master/colors/base16-default-dark.vim -P "$HOME/.vim/colors/" cd "$HOME" || exit rm -f "${HOME}/.zcompdump*" diff --git a/vimrc b/vimrc index 82430ee..7400333 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,5 @@ syntax on -color base16-default-dark +color solarized " if exists('theme') && theme == 'light' " set background=light