summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/alpha.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/config/alpha.lua b/lua/config/alpha.lua
index dd88972..fa12693 100644
--- a/lua/config/alpha.lua
+++ b/lua/config/alpha.lua
@@ -36,9 +36,8 @@ dashboard.section.buttons.val = {
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
}
-dashboard.section.footer.opts.hl = "LineNr"
-dashboard.section.header.opts.hl = "LineNr"
-dashboard.section.buttons.opts.hl = "LineNr"
+dashboard.section.header.opts.hl = "AlphaHeader"
+dashboard.section.buttons.opts.hl = "AlphaButtons"
dashboard.opts.opts.noautocmd = true
-- vim.cmd([[autocmd User AlphaReady echo 'ready']])