From 45802a67ce09dd8861ad4fdb677ae4aa11eca337 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Thu, 22 Dec 2022 20:43:06 +0000 Subject: [PATCH] chore(vim): move back to the base16-tomorrow-night theme --- site-modules/core/files/vim/plugin/colors.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/core/files/vim/plugin/colors.vim b/site-modules/core/files/vim/plugin/colors.vim index d679c1d..ca668bc 100644 --- a/site-modules/core/files/vim/plugin/colors.vim +++ b/site-modules/core/files/vim/plugin/colors.vim @@ -1,7 +1,7 @@ " Set color theme let base16colorspace=256 let g:github_dark_sidebar = 0 -colorscheme github_dark +colorscheme base16-tomorrow-night " Set tailing white space to errors match ErrorMsg '\s\+$'