Skip to content

Commit

Permalink
Back to solarized.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtronic committed Nov 27, 2018
1 parent c9a5855 commit 8fd803a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
Expand Down
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax on
color base16-default-dark
color solarized

" if exists('theme') && theme == 'light'
" set background=light
Expand Down

0 comments on commit 8fd803a

Please sign in to comment.