Giving Base16 a shot
This commit is contained in:
parent
4fac1addc8
commit
706ead5f00
2 changed files with 2 additions and 1 deletions
1
install
1
install
|
@ -83,6 +83,7 @@ for INDEX in ${!VIMPLUGS[*]}; do
|
||||||
done
|
done
|
||||||
|
|
||||||
wget https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim -P "$HOME/.vim/colors/"
|
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
|
cd "$HOME" || exit
|
||||||
rm -f "${HOME}/.zcompdump*"
|
rm -f "${HOME}/.zcompdump*"
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -1,5 +1,5 @@
|
||||||
syntax on
|
syntax on
|
||||||
color solarized
|
color base16-default-dark
|
||||||
|
|
||||||
" if exists('theme') && theme == 'light'
|
" if exists('theme') && theme == 'light'
|
||||||
" set background=light
|
" set background=light
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue