mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(alpha): use AlphaFooter highlight for footer section (#461)
This commit is contained in:
parent
a0b1256554
commit
a7b25e13fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue