From c861f1bde411073f0c69b64f74d898ac96747bff Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 15 Apr 2022 01:58:23 +0200 Subject: [PATCH] Revert "Fix vim colors" This reverts commit b67f36425e3fa18075b86f14a0206542aa12ca4b. --- files/vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/vim/.vimrc b/files/vim/.vimrc index 119ebc8..33a4d6c 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -18,7 +18,7 @@ endif call plug#begin() -Plug 'rakr/vim-one' " color scheme +Plug 'altercation/vim-colors-solarized' " 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 one +colorscheme solarized hi Normal guibg=NONE ctermbg=NONE " ============================== General