]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0106: Visual highlight hard to read with 'termguicolors' v9.1.0106
authorMaxim Kim <habamax@gmail.com>
Wed, 14 Feb 2024 19:28:17 +0000 (20:28 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 14 Feb 2024 19:28:17 +0000 (20:28 +0100)
commit34e4a05d02a016fe230495be8f6c60ddd56f9567
tree27d24ccac03fbf260c89c981979ec6e94fad9b5b
parent9b53c052d58f73f2078c61a74622687306e51c17
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: #14024
closes: #14025

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/highlight.c
src/version.c