make sfm (file tree) have a darker bg
This commit is contained in:
parent
ede5c88c6e
commit
985b065925
1 changed files with 5 additions and 0 deletions
|
|
@ -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' })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue