Change theme

This commit is contained in:
Marco Thomas
2020-09-09 22:52:54 +02:00
parent b78fb45584
commit 35e7a89ade
6 changed files with 30 additions and 279 deletions

View File

@@ -30,13 +30,16 @@ endif
" Colors
Plugin 'arcticicestudio/nord-vim'
Plugin 'ayu-theme/ayu-vim'
call vundle#end()
filetype plugin indent on
" ============================== Colors
syntax on
colorscheme nord
set termguicolors
colorscheme ayu
hi Normal ctermbg=NONE guibg=NONE
filetype indent plugin on
" ============================== General