better nvim logo design
This commit is contained in:
parent
1be6097544
commit
536d7cf5e7
|
@ -2,16 +2,16 @@ local function get_header()
|
|||
-- see https://github.com/MaximilianLloyd/ascii.nvim
|
||||
return {
|
||||
-- The following is a customized version!
|
||||
[[ ]],
|
||||
[[ ██ ]],
|
||||
[[ █ ███████ █████ ██ ]],
|
||||
[[ ███ █████ █████ ]],
|
||||
[[ █████ ███ ███████████████████ ███ ███████████ ]],
|
||||
[[ ██ ██ █ ███ █████████████ █████ ██████████████ ]],
|
||||
[[ ████ ████ ██████████ █████████ █████ █████ ████ █████ ]],
|
||||
[[ ██████ ██ ███ ███ █████████ █████ █████ ████ █████ ]],
|
||||
[[ ████████ ██████████████████ ████ █████ █████ ████ ██████ ]],
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
[[ █ ████████ █████ ███████ ████ ]],
|
||||
[[ ███ ██████ █████ █████████ ██████ ]],
|
||||
[[ █████ ██████████████████████ ████ ███████████████ ]],
|
||||
[[ ██ ██ █████ █████████████ ████ ████████████████ ]],
|
||||
[[ ████ ███████████████ █████████ ████ █████ ██████ ████ ]],
|
||||
[[ ██████ ██████ ███ █████████ ████ █████ █████ ████ ]],
|
||||
[[ ████████ ███████████████████ ████ ████ █████ ████ ████ ]],
|
||||
[[ ]],
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue