summaryrefslogtreecommitdiffstats
path: root/src/screen.c
diff options
context:
space:
mode:
authorMaxim Kim <habamax@gmail.com>2024-02-01 21:07:51 +0100
committerChristian Brabandt <cb@256bit.org>2024-02-01 21:07:51 +0100
commit59bafc8171b08cf326ed40ccb4ee917f9643290e (patch)
tree7215255d793d39e25b0a0a71ffcbd9fc8fcd89bd /src/screen.c
parente1cd1fda6990d612bd8f27d78f4f5d747c2dc537 (diff)
patch 9.1.0068: Visual highlighting can still be improvedv9.1.0068
Problem: Visual highlighting can still be improved Solution: Update Visual highlighting for 8 color terminals, use uniform grey highlighting for dark and light bg (Maxim Kim) Update terminal Visual 1. Use `ctermbg=Grey ctermfg=Black` for both dark and light This uniforms Visual highlighting between default dark and light colors And should work for vim usually detecting light background for terminals with black/dark background colors. Previously used `ctermfg=White` leaks `cterm=bold` if available colors are less than 16. 2. Use `term=reverse cterm=reverse ctermbg=NONE ctermfg=NONE` for terminals reporting less than 8 colors available If the terminal has less than 8 colors, grey just doesn't work right closes: #13940 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/screen.c')
0 files changed, 0 insertions, 0 deletions