docs(theme): remove unused code

This commit is contained in:
Mandy Noto 2023-02-04 14:23:37 -08:00
commit 3f0c350251

View file

@ -387,7 +387,6 @@ function M.get(config)
IndentBlanklineChar = { fg = p.muted }, IndentBlanklineChar = { fg = p.muted },
IndentBlanklineSpaceChar = { IndentBlanklineSpaceChar = {
fg = blend(p.muted, groups.background, 0.5), fg = blend(p.muted, groups.background, 0.5),
-- fg = p.muted,
}, -- visible indentation (also includes tabs) }, -- visible indentation (also includes tabs)
IndentBlanklineSpaceCharBlankline = { fg = p.muted }, IndentBlanklineSpaceCharBlankline = { fg = p.muted },
IndentBlanklineContextChar = { fg = p.foam }, IndentBlanklineContextChar = { fg = p.foam },