mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Change default theme into Ayu-mirage.
This commit is contained in:
parent
416a74b56e
commit
1f803b3e90
@ -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 New Issue
Block a user