From 549feee30a100e6602e8334e6b421bc1d6f34229 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 28 Nov 2018 12:55:25 -0500 Subject: [PATCH] Colorscheme got renamed --- vim/vimrc.d/colorscheme.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc.d/colorscheme.vim b/vim/vimrc.d/colorscheme.vim index 9dbeeb3..0188170 100644 --- a/vim/vimrc.d/colorscheme.vim +++ b/vim/vimrc.d/colorscheme.vim @@ -2,5 +2,5 @@ set background=dark colorscheme Tomorrow-Night if has("gui_running") || has("gui_vimr") - colorscheme solarized8_dark_high + colorscheme solarized8_high endif