summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 20:26:19 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 20:26:19 +0100
commit3cfdbb7750ecd9138fa52d765358c144cacaea6c (patch)
treed00b74a78b41ace3b474c18514ddfb3537b2e478
parent4ce092dfbab27d2ca4063a8f7fb2e3888b99f8b8 (diff)
Revert "fix: update dashboard colors"
This reverts commit 4ce092dfbab27d2ca4063a8f7fb2e3888b99f8b8.
-rw-r--r--lua/config/alpha.lua7
1 files 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<CR>"),
}
-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)