From b67f36425e3fa18075b86f14a0206542aa12ca4b Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 14 Apr 2022 16:23:57 +0200 Subject: [PATCH] Fix vim colors --- files/vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/vim/.vimrc b/files/vim/.vimrc index 33a4d6c..119ebc8 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -18,7 +18,7 @@ endif call plug#begin() -Plug 'altercation/vim-colors-solarized' " color scheme +Plug 'rakr/vim-one' " color scheme Plug 'tpope/vim-sleuth' " heuristic file indendation Plug 'jiangmiao/auto-pairs' " pair completion @@ -26,7 +26,7 @@ call plug#end() " ============================== Colors syntax on set background=light -colorscheme solarized +colorscheme one hi Normal guibg=NONE ctermbg=NONE " ============================== General