This commit is contained in:
2026-05-28 08:14:40 +03:00
parent 1aca4d9501
commit b8c164353e
2 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,10 @@ 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 },
['@none.jsx'] = { fg = c.green, bg = c.none },
['@none.tsx'] = { fg = c.green, bg = c.none },
['@markup.link.label.jsx'] = { fg = c.green, bg = c.none, underline = false },
['@markup.link.label.tsx'] = { fg = c.green, bg = c.none, underline = false },
['@markup.list.unchecked.markdown'] = {
fg = c.syntax,
bg = c.none,