From 51fff45f47c3e3b12b34b595cb16d93773394d16 Mon Sep 17 00:00:00 2001 From: Bradley Small <vc.Bradley.Small@lowes.com> Date: Wed, 20 Nov 2019 15:12:32 -0500 Subject: [PATCH] updating solarized color scheme --- .vimrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index 61d9406..d5c4f78 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,3 @@ -set background=light " ~/.vimrc (configuration file for vim only){{{ " " Plugged Plugins -------------------------{{{ @@ -20,7 +19,8 @@ Plug 'tpope/vim-rhubarb' Plug 'vim-scripts/loremipsum' Plug 'tpope/vim-surround' -Plug 'altercation/vim-colors-solarized' +" Plug 'altercation/vim-colors-solarized' +Plug 'lifepillar/vim-solarized8' Plug 'scrooloose/nerdtree' Plug 'Xuyuanp/nerdtree-git-plugin' @@ -72,12 +72,13 @@ syntax enable " ------------------------------------------------------------------ " Solarized Colorscheme Config " ------------------------------------------------------------------ -colorscheme solarized -call togglebg#map("") +colorscheme solarized8 +" call togglebg#map("") if has('gui_running') set background=light else - set background=dark + set background=light + " set background=dark endif " }}} -- GitLab