diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 20:25:58 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 20:25:58 +0100 |
commit | 4ce092dfbab27d2ca4063a8f7fb2e3888b99f8b8 (patch) | |
tree | 150299bb81bb438c71371ab81bc96545c429c392 /lua/config/alpha.lua | |
parent | 9f15f24fcb69049cff5f2a8df03a981ef71b2a9d (diff) |
fix: update dashboard colors
Diffstat (limited to 'lua/config/alpha.lua')
-rw-r--r-- | lua/config/alpha.lua | 7 |
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) |