make sfm (file tree) have a darker bg
This commit is contained in:
@ -66,6 +66,11 @@ highlight('AlphaFooter', { fg = colors.blue })
|
|||||||
-- fidget
|
-- fidget
|
||||||
highlight('FidgetTask', { fg = vim.g.terminal_color_foreground })
|
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
|
-- norg + headings
|
||||||
highlight({ "@neorg.headings.1.title", "@neorg.headings.1.icon" },
|
highlight({ "@neorg.headings.1.title", "@neorg.headings.1.icon" },
|
||||||
{ fg = colors.yellow, bg = '#2a211c' })
|
{ fg = colors.yellow, bg = '#2a211c' })
|
||||||
|
Reference in New Issue
Block a user