diff options
Diffstat (limited to 'test/functional/ui/bufhl_spec.lua')
-rw-r--r-- | test/functional/ui/bufhl_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/bufhl_spec.lua b/test/functional/ui/bufhl_spec.lua index 417a19f92c..896f75a681 100644 --- a/test/functional/ui/bufhl_spec.lua +++ b/test/functional/ui/bufhl_spec.lua @@ -29,7 +29,7 @@ describe('Buffer highlighting', function() [10] = { foreground = Screen.colors.Red }, [11] = { foreground = Screen.colors.Grey100, background = Screen.colors.Red }, [12] = { foreground = Screen.colors.Blue1 }, - [13] = { background = Screen.colors.LightGrey }, + [13] = { foreground = Screen.colors.Black, background = Screen.colors.LightGrey }, [14] = { background = Screen.colors.Gray90 }, [15] = { background = Screen.colors.Gray90, bold = true, foreground = Screen.colors.Brown }, [16] = { foreground = Screen.colors.Magenta, background = Screen.colors.Gray90 }, |