From 1f803b3e9010964b3eb15117983e21e47791688e Mon Sep 17 00:00:00 2001 From: Kurtis Moxley Date: Thu, 19 May 2022 22:31:05 +0800 Subject: [PATCH] Change default theme into Ayu-mirage. --- vimrcs/basic.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")