aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2017-05-03 22:19:30 +0500
committerAnton Bobov <abobov@gmail.com>2017-05-03 22:20:48 +0500
commitd50fed6dee55d25963d5bd793d48b8d78eb7676e (patch)
tree174e34b2312276bd99cef7703646839b6be3692a
parent7090226094aa7443c07fb287b9d9be0ac74d2f79 (diff)
[vim] Change color scheme.
-rw-r--r--files/.vimrc5
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
" }}}