markdown theme

This commit is contained in:
Tomas Mirchev 2025-11-06 14:11:22 +02:00
parent efa84c2ee3
commit 4419f2e5f3

View File

@ -17,6 +17,18 @@ function M.load_theme()
Special = { fg = c.syntax, bg = c.none, bold = false, italic = true },
['@lsp'] = { fg = c.syntax, bg = c.none },
['@variable'] = { fg = c.syntax, bg = c.none },
['@markup.list.unchecked.markdown'] = {
fg = c.syntax,
bg = c.none,
bold = false,
italic = false,
},
['@markup.list.checked.markdown'] = {
fg = c.syntax,
bg = c.none,
bold = false,
italic = false,
},
}
end,
})