mirror of
1
0
Fork 0

Change default theme into Ayu-mirage.

This commit is contained in:
Kurtis Moxley 2022-05-19 22:31:05 +08:00
parent 416a74b56e
commit 1f803b3e90
1 changed files with 3 additions and 1 deletions

View File

@ -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")