From f1e4f7cb732c970df50911f6b9d9dd5ac7602e6f Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Wed, 13 May 2020 21:14:52 +0200 Subject: [PATCH] update to neosolarized --- vim/.vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 14d64d8..da549d3 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,6 +1,6 @@ if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color") call plug#begin('~/.vim/plugged') - Plug 'flexo3001/vim-colors-solarized' + Plug 'icymind/NeoSolarized' Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' Plug 'mhinz/vim-signify' @@ -29,8 +29,8 @@ if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color") \| autocmd BufLeave set laststatus=2 showmode ruler endif - set background=light - colorscheme solarized + set termguicolors + colorscheme NeoSolarized endif filetype plugin indent on