[ADD][VIM] More colorschemes
This commit is contained in:
parent
032cea3051
commit
53c88541e7
|
@ -56,6 +56,8 @@ call plug#begin('~/.vim/plugged')
|
||||||
Plug 'nanotech/jellybeans.vim'
|
Plug 'nanotech/jellybeans.vim'
|
||||||
" Another nice dark theme
|
" Another nice dark theme
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
|
" Simpler gruvbox
|
||||||
|
Plug 'lifepillar/vim-gruvbox8'
|
||||||
" Yet another nice dark theme
|
" Yet another nice dark theme
|
||||||
Plug 'jonathanfilip/vim-lucius'
|
Plug 'jonathanfilip/vim-lucius'
|
||||||
" More dark colorschemes
|
" More dark colorschemes
|
||||||
|
@ -68,6 +70,8 @@ Plug 'junegunn/seoul256.vim'
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
" Simplistic dark theme
|
" Simplistic dark theme
|
||||||
Plug 'axvr/photon.vim'
|
Plug 'axvr/photon.vim'
|
||||||
|
" Another dark theme
|
||||||
|
Plug 'haishanh/night-owl.vim'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Minimum viable vim config {{{
|
" Minimum viable vim config {{{
|
||||||
|
|
Loading…
Reference in a new issue