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

This commit is contained in:
Pedro Cattori authored and GitHub committed 2023-03-19 07:58:51 +01:00
1 parent a0b1256554
commit a7b25e13fa
1 file changed
+1 -1
+1 -1
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,