diff --git a/install b/install index e3142ca..52cd9e9 100755 --- a/install +++ b/install @@ -83,6 +83,7 @@ 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 7400333..82430ee 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,5 @@ syntax on -color solarized +color base16-default-dark " if exists('theme') && theme == 'light' " set background=light