diff options
-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 39580db..dd88972 100644 --- a/lua/config/alpha.lua +++ b/lua/config/alpha.lua @@ -36,8 +36,8 @@ 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.footer.opts.hl = "LineNr" +dashboard.section.header.opts.hl = "LineNr" dashboard.section.buttons.opts.hl = "LineNr" dashboard.opts.opts.noautocmd = true |