Back to solarized.
This commit is contained in:
parent
c9a5855c3a
commit
8fd803ac9e
2 changed files with 1 additions and 2 deletions
1
install
1
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*"
|
||||
|
|
2
vimrc
2
vimrc
|
@ -1,5 +1,5 @@
|
|||
syntax on
|
||||
color base16-default-dark
|
||||
color solarized
|
||||
|
||||
" if exists('theme') && theme == 'light'
|
||||
" set background=light
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue