From 3cfdbb7750ecd9138fa52d765358c144cacaea6c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 25 Jan 2022 20:26:19 +0100 Subject: Revert "fix: update dashboard colors" This reverts commit 4ce092dfbab27d2ca4063a8f7fb2e3888b99f8b8. --- lua/config/alpha.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lua/config/alpha.lua b/lua/config/alpha.lua index 3220320..39580db 100644 --- a/lua/config/alpha.lua +++ b/lua/config/alpha.lua @@ -36,9 +36,10 @@ dashboard.section.buttons.val = { dashboard.button("q", " Quit Neovim", ":qa"), } -dashboard.section.footer.opts.hl = "PmenuThumb" -dashboard.section.header.opts.hl = "PmenuThumb" -dashboard.section.buttons.opts.hl = "PmenuThumb" +dashboard.section.footer.opts.hl = "Type" +dashboard.section.header.opts.hl = "Title" +dashboard.section.buttons.opts.hl = "LineNr" dashboard.opts.opts.noautocmd = true +-- vim.cmd([[autocmd User AlphaReady echo 'ready']]) alpha.setup(dashboard.opts) -- cgit v1.2.3-70-g09d2