diff options
Diffstat (limited to 'test/functional/legacy/visual_spec.lua')
-rw-r--r-- | test/functional/legacy/visual_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/visual_spec.lua b/test/functional/legacy/visual_spec.lua index 924ab8dbbe..151e5874e1 100644 --- a/test/functional/legacy/visual_spec.lua +++ b/test/functional/legacy/visual_spec.lua @@ -15,7 +15,7 @@ describe('Visual highlight', function() screen:set_default_attr_ids({ [0] = { foreground = Screen.colors.Blue, bold = true }, -- NonText [1] = { bold = true }, -- ModeMsg - [2] = { background = Screen.colors.LightGrey }, -- Visual + [2] = { background = Screen.colors.LightGrey, foreground = Screen.colors.Black }, -- Visual }) screen:attach() end) |