diff --git a/vim/vimrc.d/colorscheme.vim b/vim/vimrc.d/colorscheme.vim index 88e1677..4979f16 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 + colorscheme onedark endif