diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 20:39:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 20:39:38 +0100 |
commit | 3a264a4ec142b6b2ea872e1035242303510e4969 (patch) | |
tree | 6694541014e609cc01b34df6bf223f76f0730646 /lua/config | |
parent | b057b55fd6980e5da25594de2581770ea31ef0a5 (diff) |
fix: update alpha hi groups
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/alpha.lua | 5 |
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']]) |