From 56da7ce1d5c294c356378775df5bed7b4146d16b Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Thu, 17 Jun 2021 06:43:36 -0500 Subject: [PATCH] feat: Change TSTextReference from red to teal (#62) --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.