Fix background color for text completion

This commit is contained in:
ViViDboarder 2021-12-07 16:13:55 -08:00
parent 55645008f2
commit 8caafe496c
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ local theme = lush.extends({classic}).with(function()
-- TSTag { }, -- Tags like html tag names.
-- TSTagDelimiter { }, -- Tag delimiter like `<` `>` `/`
TSText { Normal }, -- For strings considered text in a markup language.
TSText { fg = Normal.fg }, -- For strings considered text in a markup language.
-- TSEmphasis { }, -- For text to be represented with emphasis.
-- TSUnderline { }, -- For text to be represented with an underline.
-- TSStrike { }, -- For strikethrough text.