Change vim color scheme

This commit is contained in:
Ryan Cavicchioni 2022-09-18 09:12:05 -05:00
parent c0d48b7626
commit ad01610d52
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

8
.vimrc
View File

@ -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#