From d50fed6dee55d25963d5bd793d48b8d78eb7676e Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 3 May 2017 22:19:30 +0500 Subject: [vim] Change color scheme. --- files/.vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/.vimrc b/files/.vimrc index cc3617e..5539f77 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -29,7 +29,8 @@ Plugin 'https://github.com/ctrlpvim/ctrlp.vim' " Finder Plugin 'https://github.com/vim-scripts/FuzzyFinder.git' " Solarized colorscheme -Plugin 'https://github.com/altercation/vim-colors-solarized' +"Plugin 'https://github.com/altercation/vim-colors-solarized' +Plugin 'https://github.com/lifepillar/vim-solarized8' " Zen codding Plugin 'https://github.com/mattn/emmet-vim.git' " Code snippets @@ -216,7 +217,7 @@ endif let g:solarized_termcolors=256 let g:solarized_termtrans=1 set background=light -colorscheme solarized +colorscheme solarized8_light " }}} -- cgit v1.2.3