feat: Change TSTextReference from red to teal (#62)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user