fix(alpha): use AlphaFooter highlight for footer section

This commit is contained in:
Pedro Cattori 2023-03-18 23:00:21 -04:00
parent a0b1256554
commit 93313a8fbb

View file

@ -253,9 +253,9 @@ return {
button.opts.hl = "AlphaButtons" button.opts.hl = "AlphaButtons"
button.opts.hl_shortcut = "AlphaShortcut" button.opts.hl_shortcut = "AlphaShortcut"
end end
dashboard.section.footer.opts.hl = "Type"
dashboard.section.header.opts.hl = "AlphaHeader" dashboard.section.header.opts.hl = "AlphaHeader"
dashboard.section.buttons.opts.hl = "AlphaButtons" dashboard.section.buttons.opts.hl = "AlphaButtons"
dashboard.section.footer.opts.hl = "AlphaFooter"
dashboard.opts.layout[1].val = 8 dashboard.opts.layout[1].val = 8
return dashboard return dashboard
end, end,