diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 46468a2a..e0001f13 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -147,11 +147,13 @@ if $COLORTERM == 'gnome-terminal' endif try - colorscheme desert + let ayucolor="dark" + colorscheme ayu catch endtry set background=dark +set termguicolors " Set extra options when running in GUI mode if has("gui_running")