From cafc1a93f4a360b49705375eeb0f1e8732a06cba Mon Sep 17 00:00:00 2001 From: lohhiiccc Date: Sun, 19 Apr 2026 12:50:20 +0200 Subject: [PATCH] feat: update theme bg --- vim/.vim/plugin/theme.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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