From 93313a8fbb549382970f990693d9bdeafea1b118 Mon Sep 17 00:00:00 2001 From: Pedro Cattori Date: Sat, 18 Mar 2023 23:00:21 -0400 Subject: [PATCH] fix(alpha): use `AlphaFooter` highlight for footer section --- 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,