vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'

Problem:  Visual highlight hard to read with 'termguicolors'
          (Maxim Kim)
Solution: Set Visual GUI foreground to black (with background=light)
          and lightgrey (with background=dark)
          (Maxim Kim)

fixes: vim/vim#14024
closes: vim/vim#14025

34e4a05d02

Co-authored-by: Maxim Kim <habamax@gmail.com>
This commit is contained in:
zeertzjq
2024-02-15 07:49:39 +08:00
parent 440ce0d246
commit 31b3c62845
22 changed files with 73 additions and 91 deletions

View File

@@ -14,7 +14,7 @@ describe('matchparen', function()
screen:attach()
screen:set_default_attr_ids({
[1] = { bold = true },
[2] = { background = Screen.colors.LightGrey },
[2] = { background = Screen.colors.LightGrey, foreground = Screen.colors.Black },
})
exec([[