diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/alpha.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/alpha.lua b/lua/config/alpha.lua index efbd6f6..43e6a8e 100644 --- a/lua/config/alpha.lua +++ b/lua/config/alpha.lua @@ -37,8 +37,8 @@ dashboard.section.buttons.val = { } dashboard.section.footer.opts.hl = "Type" -dashboard.section.header.opts.hl = "Include" -dashboard.section.buttons.opts.hl = "Keyword" +dashboard.section.header.opts.hl = "Title" +dashboard.section.buttons.opts.hl = "LineNr" dashboard.opts.opts.noautocmd = true -- vim.cmd([[autocmd User AlphaReady echo 'ready']]) |