better nvim logo design

This commit is contained in:
Christoph J. Scherr 2023-09-20 09:31:37 +02:00
parent 1be6097544
commit 536d7cf5e7
1 changed files with 10 additions and 10 deletions

View File

@ -2,16 +2,16 @@ local function get_header()
-- see https://github.com/MaximilianLloyd/ascii.nvim
return {
-- The following is a customized version!
[[ ]],
[[ ██ ]],
[[ █ ███████ █████ ██ ]],
[[ ███ █████ █████  ]],
[[ █████ ███ ███████████████████ ███ ███████████ ]],
[[ ██ ██ █ ███ █████████████ █████ ██████████████ ]],
[[ ████ ████ ██████████ █████████ █████ █████ ████ █████ ]],
[[ ██████ ██ ███ ███ █████████ █████ █████ ████ █████ ]],
[[ ████████  ██████████████████ ████ █████ █████ ████ ██████ ]],
[[ ]],
[[ ]],
[[ ]],
[[ █ ████████ █████ ███████ ████ ]],
[[ ███ ██████ █████ █████████ ██████ ]],
[[ █████ █████████████████████ ████ ███████████████ ]],
[[ ██ ██ ████ █████████████ ████ ████████████████ ]],
[[ ████ ██████████████ █████████ ████ █████ ██████ ████ ]],
[[ ██████ █████ ███ █████████ ████ █████ █████ ████ ]],
[[ ████████ ██████████████████ ████ ████ █████ ████ ████ ]],
[[ ]],
}
end