diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 64590bf..8cfc6a5 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -240,7 +240,7 @@ function M.setup(config) -- TSTag = { }; -- Tags like html tag names. -- TSTagDelimiter = { }; -- Tag delimiter like `<` `>` `/` -- TSText = { }; -- For strings considered text in a markup language. - TSTextReference = { fg = c.red }, -- FIXME + TSTextReference = { fg = c.teal }, -- TSEmphasis = { }; -- For text to be represented with emphasis. -- TSUnderline = { }; -- For text to be represented with an underline. -- TSStrike = { }; -- For strikethrough text.