make sfm (file tree) have a darker bg

This commit is contained in:
2024-04-08 18:37:02 -04:00
parent 3e853f072a
commit c11d42a1cb

View File

@ -66,6 +66,11 @@ highlight('AlphaFooter', { fg = colors.blue })
-- fidget
highlight('FidgetTask', { fg = vim.g.terminal_color_foreground })
-- sfm
highlight("SFMNormal", { bg = c.bg_dark })
highlight("SFMNormalNC", cpyhl("SFMNormal"))
highlight("SFMSignColumn", cpyhl("SFMNormal"))
-- norg + headings
highlight({ "@neorg.headings.1.title", "@neorg.headings.1.icon" },
{ fg = colors.yellow, bg = '#2a211c' })