diff --git a/vim/.vim/plugin/theme.vim b/vim/.vim/plugin/theme.vim index 4c33f3d..6bec9eb 100644 --- a/vim/.vim/plugin/theme.vim +++ b/vim/.vim/plugin/theme.vim @@ -1,5 +1,5 @@ set termguicolors packadd everforest -let g:everforest_background = 'medium' +let g:everforest_background = 'soft' set background=dark colorscheme everforest