diff options
Diffstat (limited to 'test/functional/ui/cmdline_spec.lua')
-rw-r--r-- | test/functional/ui/cmdline_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/cmdline_spec.lua b/test/functional/ui/cmdline_spec.lua index 9aee2ee103..0eb5770819 100644 --- a/test/functional/ui/cmdline_spec.lua +++ b/test/functional/ui/cmdline_spec.lua @@ -22,7 +22,7 @@ local function new_screen(opt) [5] = { bold = true, foreground = Screen.colors.SeaGreen4 }, [6] = { foreground = Screen.colors.Magenta }, [7] = { bold = true, foreground = Screen.colors.Brown }, - [8] = { background = Screen.colors.LightGrey }, + [8] = { foreground = Screen.colors.Black, background = Screen.colors.LightGrey }, [9] = { bold = true }, [10] = { background = Screen.colors.Yellow1 }, }) |