Skip to content
Snippets Groups Projects
Commit 51fff45f authored by Bradley Small's avatar Bradley Small
Browse files

updating solarized color scheme

parent 98f5c6da
No related branches found
No related tags found
No related merge requests found
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
" }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment