From 8caafe496c3e639f5ae484bab456876b68967017 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 7 Dec 2021 16:13:55 -0800 Subject: [PATCH] Fix background color for text completion --- lua/lush_theme/wombat_lush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/wombat_lush.lua b/lua/lush_theme/wombat_lush.lua index a26f48e..a4466e4 100644 --- a/lua/lush_theme/wombat_lush.lua +++ b/lua/lush_theme/wombat_lush.lua @@ -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.