diff options
| author | Anton Bobov <abobov@gmail.com> | 2017-05-03 22:19:30 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2017-05-03 22:20:48 +0500 |
| commit | d50fed6dee55d25963d5bd793d48b8d78eb7676e (patch) | |
| tree | 174e34b2312276bd99cef7703646839b6be3692a | |
| parent | 7090226094aa7443c07fb287b9d9be0ac74d2f79 (diff) | |
[vim] Change color scheme.
| -rw-r--r-- | files/.vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
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 " }}} |
