feat: Change TSTextReference from red to teal (#62)

This commit is contained in:
Santos Gallegos
2021-06-17 06:43:36 -05:00
committed by GitHub
parent 852c9a8468
commit 56da7ce1d5

View File

@@ -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.