Giving Base16 a shot

This commit is contained in:
Josh Sherman 2018-11-11 11:41:06 -06:00
parent 4fac1addc8
commit 706ead5f00
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 1 deletions

View file

@ -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*"

2
vimrc
View file

@ -1,5 +1,5 @@
syntax on
color solarized
color base16-default-dark
" if exists('theme') && theme == 'light'
" set background=light