Add nord theme again

This commit is contained in:
Marco Thomas
2021-03-28 19:44:18 +02:00
parent 3cdd885e20
commit d51278a715
8 changed files with 88 additions and 58 deletions

View File

@@ -13,6 +13,7 @@ let mapleader = "\<Space>"
call plug#begin()
Plug 'joshdick/onedark.vim' " color scheme
Plug 'arcticicestudio/nord-vim'
Plug 'tpope/vim-sleuth' " heuristic file indendation
@@ -40,7 +41,7 @@ call plug#end()
" ============================== Colors
syntax on
set background=dark
colorscheme onedark
colorscheme nord
hi Normal ctermbg=NONE guibg=NONE
set termguicolors