mirror of
https://github.com/ViViDboarder/wombat.nvim.git
synced 2024-11-12 17:16:26 +00:00
Fix background color for text completion
This commit is contained in:
parent
55645008f2
commit
8caafe496c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user