diff options
author | max397574 <[email protected]> | 2021-12-17 12:32:26 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-17 12:32:26 +0100 |
commit | 51bd5f8b6c34dffa272e30713e78ca4a899f65a2 (patch) | |
tree | d77284f37e144830afa40adb2140213c5aa63d6f /lua/startup/themes/dashboard.lua | |
parent | 605a010655ccfa9449d436ffe76258660778465c (diff) |
feat(themes): improved how they look
Diffstat (limited to 'lua/startup/themes/dashboard.lua')
-rw-r--r-- | lua/startup/themes/dashboard.lua | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lua/startup/themes/dashboard.lua b/lua/startup/themes/dashboard.lua index 215aa8c..5580501 100644 --- a/lua/startup/themes/dashboard.lua +++ b/lua/startup/themes/dashboard.lua @@ -8,14 +8,12 @@ local settings = { title = "Header", margin = 5, content = { - " /$$ ", - " |__/ ", - " /$$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$ /$$$$$$/$$$$ ", - "| $$__ $$ /$$__ $$ /$$__ $$| $$ /$$/| $$| $$_ $$_ $$", - "| $$ \\ $$| $$$$$$$$| $$ \\ $$ \\ $$/$$/ | $$| $$ \\ $$ \\ $$", - "| $$ | $$| $$_____/| $$ | $$ \\ $$$/ | $$| $$ | $$ | $$", - "| $$ | $$| $$$$$$$| $$$$$$/ \\ $/ | $$| $$ | $$ | $$", - "|__/ |__/ \\_______/ \\______/ \\_/ |__/|__/ |__/ |__/", + ' ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗', + ' ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║', + ' ██╔██╗ ██║ █████╗ ██║ ██║ ██║ ██║ ██║ ██╔████╔██║', + ' ██║╚██╗██║ ██╔══╝ ██║ ██║ ╚██╗ ██╔╝ ██║ ██║╚██╔╝██║', + ' ██║ ╚████║ ███████╗╚██████╔╝ ╚████╔╝ ██║ ██║ ╚═╝ ██║', + ' ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝', }, highlight = "Statement", default_color = "", |