diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 20:29:36 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 20:29:36 +0100 |
commit | b057b55fd6980e5da25594de2581770ea31ef0a5 (patch) | |
tree | 9d9b7db290e007d209743b0a889d89bbf63e87e6 /lua | |
parent | 3cfdbb7750ecd9138fa52d765358c144cacaea6c (diff) |
fix: update dashboard colors to LineNr
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/alpha.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/alpha.lua b/lua/config/alpha.lua index 39580db..dd88972 100644 --- a/lua/config/alpha.lua +++ b/lua/config/alpha.lua @@ -36,8 +36,8 @@ 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.footer.opts.hl = "LineNr" +dashboard.section.header.opts.hl = "LineNr" dashboard.section.buttons.opts.hl = "LineNr" dashboard.opts.opts.noautocmd = true |