1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Add contrast style logo

This commit is contained in:
Gabirel 2017-04-29 00:34:26 +08:00
parent 4e194de49d
commit 5704a1fc2e

View File

@ -234,6 +234,21 @@ function! SpaceVim#layers#core#banner#config() abort
\ ' version : ' . g:spacevim_version . ' by : spacevim.org',
\ '',
\ ],
\ [
\ '',
\ '',
\ ' ................................................................. ',
\ ' ................................................................. ',
\ ' ..%%%%...%%%%%....%%%%....%%%%...%%%%%%..%%..%%..%%%%%%..%%...%%. ',
\ ' .%%......%%..%%..%%..%%..%%..%%..%%......%%..%%....%%....%%%.%%%. ',
\ ' ..%%%%...%%%%%...%%%%%%..%%......%%%%....%%..%%....%%....%%.%.%%. ',
\ ' .....%%..%%......%%..%%..%%..%%..%%.......%%%%.....%%....%%...%%. ',
\ ' ..%%%%...%%......%%..%%...%%%%...%%%%%%....%%....%%%%%%..%%...%%. ',
\ ' ................................................................. ',
\ ' ',
\ ' version : ' . g:spacevim_version . ' by : spacevim.org',
\ '',
\ ],
\ ]
endfunction