Skip to content

Commit

Permalink
chore(Venom): 2.0 -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Jan 9, 2023
1 parent 4c6fc7a commit ca4b1cd
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions lua/venom/plugins/alpha-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@ return {
local alpha = require("alpha")
local startify = require("alpha.themes.startify")
startify.section.header.val = {
[[.-;':':'-.]],
[[{'.'.'.'.'.}]],
[[ ) '`.]],
[['-. ._ ,_.-=']],
[[ `). ( `);(]],
[[ ('. .)(,'.)]],
[[ ) ( ,').(]],
[[ ( .').'(').]],
[[ .) (' ).(']],
[[ ' ) ( ).]],
[[ .'( .)']],
[[ .).']],
[[ ---_ ......._-_--.]],
[[ (|\ / / /| \ \]],
[[ / / .' -=-' `.]],
[[ / / .' )]],
[[ _/ / .' _.) /]],
[[ / o o _.-' / .']],
[[ \ _.-' / .'*|]],
[[ \______.-'// .'.' \*|]],
[[ \| \ | // .'.' _ |*|]],
[[ ` \|// .'.'_ _ _|*|]],
[[ . .// .'.' | _ _ \*|]],
[[ \`-|\_/ / \ _ _ \*\]],
[[ `/'\__/ \ _ _ \*\]],
[[ /^| \ _ _ \*]],
[[ ' ` \ _ _ \]],
[[ \_]],
}

startify.section.footer = {
{ type = "text", val = "Venom 2.0 Man o War" },
{ type = "text", val = "Venom 3.0.0 Saw-Scaled Viper" },
}

alpha.setup(startify.config)
Expand Down

0 comments on commit ca4b1cd

Please sign in to comment.