From 3d8ce7e64f2f92dedd56b98ae56ec210b183a5b9 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 30 Mar 2021 10:44:56 -0700 Subject: [PATCH] Change default vim color scheme --- vim/.config/vim/plugin/theme.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.config/vim/plugin/theme.vim b/vim/.config/vim/plugin/theme.vim index febae93..4ee708e 100644 --- a/vim/.config/vim/plugin/theme.vim +++ b/vim/.config/vim/plugin/theme.vim @@ -15,5 +15,5 @@ if (has("termguicolors")) set termguicolors endif -colorscheme wombat +colorscheme gruvbox set background=dark