Skip to content

Commit

Permalink
fix(alpha): use AlphaFooter highlight for footer section (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori authored Mar 19, 2023
1 parent a0b1256 commit a7b25e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a7b25e1

Please sign in to comment.