Change vim color scheme
This commit is contained in:
parent
c0d48b7626
commit
ad01610d52
8
.vimrc
8
.vimrc
@ -165,8 +165,12 @@ call minpac#add('junegunn/fzf.vim')
|
|||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme badwolf
|
" colorscheme Tomorrow-Night-Eighties
|
||||||
let g:airline_theme='badwolf'
|
set background=dark
|
||||||
|
let g:everforest_background = 'hard'
|
||||||
|
" colorscheme everforest
|
||||||
|
colorscheme everblush
|
||||||
|
let g:airline_theme='everforest'
|
||||||
|
|
||||||
" Force hash comments to retain their indentation level.
|
" Force hash comments to retain their indentation level.
|
||||||
inoremap # X#
|
inoremap # X#
|
||||||
|
Loading…
Reference in New Issue
Block a user