Change some more colors

This commit is contained in:
Marco Thomas
2020-09-09 23:16:31 +02:00
parent d33ea9bc1b
commit 37523a52f8
15 changed files with 160 additions and 270 deletions

View File

@@ -16,12 +16,12 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
" Show git changes
Plugin 'airblade/vim-gitgutter'
" Automatic intendations
Plugin 'tpope/vim-sleuth'
" Pairs
Plugin 'jiangmiao/auto-pairs'
" fzf
if executable("fzf")
Plugin 'junegunn/fzf'
@@ -29,16 +29,15 @@ if executable("fzf")
endif
" Colors
Plugin 'arcticicestudio/nord-vim'
Plugin 'ayu-theme/ayu-vim'
Plugin 'altercation/vim-colors-solarized'
call vundle#end()
filetype plugin indent on
" ============================== Colors
syntax on
set termguicolors
colorscheme ayu
set background=dark
colorscheme solarized
hi Normal ctermbg=NONE guibg=NONE
filetype indent plugin on