Change default theme into Ayu-mirage.
This commit is contained in:
parent
416a74b56e
commit
1f803b3e90
1 changed files with 3 additions and 1 deletions
|
@ -147,11 +147,13 @@ if $COLORTERM == 'gnome-terminal'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
try
|
try
|
||||||
colorscheme desert
|
let ayucolor="dark"
|
||||||
|
colorscheme ayu
|
||||||
catch
|
catch
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
set termguicolors
|
||||||
|
|
||||||
" Set extra options when running in GUI mode
|
" Set extra options when running in GUI mode
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
|
|
Loading…
Reference in a new issue