diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index da23cf1..a93215a 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -308,6 +308,14 @@ function M.setup() -- NOTE: maybe add these with distinct highlights? -- ["@lsp.typemod.variable.globalScope"] (global variables) + -- Markdown + ["@text.title.1.markdown"] = { fg = c.blue, bold = true }, + ["@text.title.2.markdown"] = { fg = c.yellow, bold = true }, + ["@text.title.3.markdown"] = { fg = c.green, bold = true}, + ["@text.title.4.markdown"] = { fg = c.teal, bold = true}, + ["@text.title.5.markdown"] = { fg = c.magenta, bold = true}, + ["@text.title.6.markdown"] = { fg = c.purple, bold = true}, + -- ts-rainbow rainbowcol1 = { fg = c.red }, rainbowcol2 = { fg = c.yellow },