Revert "Fix vim colors"

This reverts commit b67f36425e.
This commit is contained in:
Marco Thomas
2022-04-15 01:58:23 +02:00
parent 0fed43c476
commit c861f1bde4

View File

@@ -18,7 +18,7 @@ endif
call plug#begin() call plug#begin()
Plug 'rakr/vim-one' " color scheme Plug 'altercation/vim-colors-solarized' " color scheme
Plug 'tpope/vim-sleuth' " heuristic file indendation Plug 'tpope/vim-sleuth' " heuristic file indendation
Plug 'jiangmiao/auto-pairs' " pair completion Plug 'jiangmiao/auto-pairs' " pair completion
@@ -26,7 +26,7 @@ call plug#end()
" ============================== Colors " ============================== Colors
syntax on syntax on
set background=light set background=light
colorscheme one colorscheme solarized
hi Normal guibg=NONE ctermbg=NONE hi Normal guibg=NONE ctermbg=NONE
" ============================== General " ============================== General