From 4ce092dfbab27d2ca4063a8f7fb2e3888b99f8b8 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Tue, 25 Jan 2022 20:25:58 +0100
Subject: fix: update dashboard colors

---
 lua/config/alpha.lua | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

(limited to 'lua')

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)
-- 
cgit v1.2.3-70-g09d2