diff options
Diffstat (limited to 'test/functional/ui/syntax_conceal_spec.lua')
-rw-r--r-- | test/functional/ui/syntax_conceal_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/syntax_conceal_spec.lua b/test/functional/ui/syntax_conceal_spec.lua index 087fdf4f14..5afc7dfe6c 100644 --- a/test/functional/ui/syntax_conceal_spec.lua +++ b/test/functional/ui/syntax_conceal_spec.lua @@ -20,7 +20,7 @@ describe('Screen', function() [3] = { reverse = true }, [4] = { bold = true }, [5] = { background = Screen.colors.Yellow }, - [6] = { background = Screen.colors.LightGrey }, + [6] = { foreground = Screen.colors.Black, background = Screen.colors.LightGrey }, }) end) |