Fix vim Arcadia command
This commit is contained in:
parent
50526d01b9
commit
71985ca3af
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ com! Light silent! let g:colors_name_bak = g:colors_name
|
|||
|
||||
" Commands for some colorschemes I often use
|
||||
com! Ayu colorscheme ayu
|
||||
com! Arcadia let bg=&bg | colorscheme arcadia | let &bg=bg
|
||||
com! Arcadia colorscheme arcadia
|
||||
com! Alduin colorscheme alduin
|
||||
com! Moria colorscheme moria
|
||||
com! Molokai colorscheme molokai
|
||||
|
@ -66,5 +66,5 @@ else
|
|||
end
|
||||
|
||||
if $TERM=="xterm-kitty"
|
||||
Arcadia
|
||||
Arcadia
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue