summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/alpha.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/lua/config/alpha.lua b/lua/config/alpha.lua
index 39580db..3220320 100644
--- a/lua/config/alpha.lua
+++ b/lua/config/alpha.lua
@@ -36,10 +36,9 @@ dashboard.section.buttons.val = {
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
}
-dashboard.section.footer.opts.hl = "Type"
-dashboard.section.header.opts.hl = "Title"
-dashboard.section.buttons.opts.hl = "LineNr"
+dashboard.section.footer.opts.hl = "PmenuThumb"
+dashboard.section.header.opts.hl = "PmenuThumb"
+dashboard.section.buttons.opts.hl = "PmenuThumb"
dashboard.opts.opts.noautocmd = true
--- vim.cmd([[autocmd User AlphaReady echo 'ready']])
alpha.setup(dashboard.opts)