diff --git a/lua/dullahan/theme.lua b/lua/dullahan/theme.lua index 0b684bc4..eaffaca7 100644 --- a/lua/dullahan/theme.lua +++ b/lua/dullahan/theme.lua @@ -314,6 +314,22 @@ function M.setup() -- tsx ["@constructor.tsx"] = { fg = c.blue500 }, + ["tsxTagName"] = { fg = c.yellow500 }, + ["tsxIntrinsicTagName"] = { fg = c.green500 }, + ["typescriptParens"] = { fg = c.orange500 }, + ["typescriptImport"] = { fg = c.red500 }, + ["typescriptExport"] = { fg = c.green500, style = "italic" }, + ["typescriptFuncKeyword"] = { fg = c.green500 }, + ["typescriptDefault"] = { fg = c.green500, style = "italic" }, + ["typescriptBraces"] = { fg = c.orange500 }, + ["tsxEscJs"] = { fg = c.cyan500 }, + ["typescriptProp"] = { fg = c.cyan500 }, + ["tsxEqual"] = { fg = c.green500 }, + ["typescriptIdentifierName"] = { fg = c.yellow500 }, + ["typescriptBlock"] = { fg = c.yellow500 }, + ["tsxAttrib"] = { fg = c.blue500 }, + ["tsxTag"] = { fg = c.orange500 }, + ["tsxCloseTag"] = { fg = c.orange500 }, ["@tag.delimiter.tsx"] = { fg = c.orange500 }, ["@tag.tsx"] = { fg = c.yellow500 }, ["@keyword.return.tsx"] = { fg = c.green500, style = "italic" },