Fix light/dark switching for ayu in vim
This commit is contained in:
parent
a97921d650
commit
561cf4f434
1 changed files with 2 additions and 2 deletions
4
gvimrc
4
gvimrc
|
@ -7,7 +7,7 @@ set cursorline " Highlight cursor line
|
||||||
let g:only_generic_hl=1
|
let g:only_generic_hl=1
|
||||||
|
|
||||||
com! Dark silent! let g:colors_name_bak = g:colors_name
|
com! Dark silent! let g:colors_name_bak = g:colors_name
|
||||||
\ | let ayucolor="dark"
|
\ | let g:ayucolor="dark"
|
||||||
\ | let g:arcadia_Daybreak=0
|
\ | let g:arcadia_Daybreak=0
|
||||||
\ | let g:arcadia_Midnight=1
|
\ | let g:arcadia_Midnight=1
|
||||||
\ | let g:alduin_Shout_Become_Ethereal=1
|
\ | let g:alduin_Shout_Become_Ethereal=1
|
||||||
|
@ -15,7 +15,7 @@ com! Dark silent! let g:colors_name_bak = g:colors_name
|
||||||
\ | silent! exec "colorscheme ".g:colors_name_bak
|
\ | silent! exec "colorscheme ".g:colors_name_bak
|
||||||
\ | silent! delc PaperColor
|
\ | silent! delc PaperColor
|
||||||
com! Light silent! let g:colors_name_bak = g:colors_name
|
com! Light silent! let g:colors_name_bak = g:colors_name
|
||||||
\ | let ayucolor="light"
|
\ | let g:ayucolor="light"
|
||||||
\ | let g:arcadia_Daybreak=1
|
\ | let g:arcadia_Daybreak=1
|
||||||
\ | let g:arcadia_Midnight=0
|
\ | let g:arcadia_Midnight=0
|
||||||
\ | let g:alduin_Shout_Become_Ethereal=0
|
\ | let g:alduin_Shout_Become_Ethereal=0
|
||||||
|
|
Loading…
Reference in a new issue