From a7b25e13fa645dea848047e0dda54db9b254ec8e Mon Sep 17 00:00:00 2001 From: Pedro Cattori Date: Sun, 19 Mar 2023 02:58:51 -0400 Subject: [PATCH] fix(alpha): use `AlphaFooter` highlight for footer section (#461) --- lua/lazyvim/plugins/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 83824e25..b664569c 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -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,