fix(alpha): use AlphaFooter highlight for footer section (#461)

This commit is contained in:
Pedro Cattori
2023-03-19 02:58:51 -04:00
committed by GitHub
parent a0b1256554
commit a7b25e13fa

View File

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