aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/vimfn.lua
diff options
context:
space:
mode:
authorEvgeni Chasnovski <evgeni.chasnovski@gmail.com>2024-01-14 02:35:37 +0200
committerGitHub <noreply@github.com>2024-01-13 16:35:37 -0800
commit0c850add3ecedec5b7dea62f0dd152f3421b66fc (patch)
tree6f4968bbe6307d86e3d9408d66a8cf16b740e008 /runtime/lua/vim/_meta/vimfn.lua
parentbab5e7fe17db67aa24115eeb44fc68905b107d9e (diff)
downloadrneovim-0c850add3ecedec5b7dea62f0dd152f3421b66fc.tar.gz
rneovim-0c850add3ecedec5b7dea62f0dd152f3421b66fc.tar.bz2
rneovim-0c850add3ecedec5b7dea62f0dd152f3421b66fc.zip
fix(colorscheme): default statusline groups usability #26921
Problem: Current values of `StatusLine` and `StatusLineNC` are currently designed to be visually distinctive while being not intrusive. However, the compromise was more shifted towards "not intrusive". After the feedback, statusline highlight groups should be designed to: - Make current window clearly noticeable. Meaning `StatusLine` and `StatusLineNC` should obviously differ. - Make non-current windows clearly separable. Meaning `StatusLineNC` and `Normal`/`NormalNC` should obviously differ. Solution: - Update `StatusLineNC` to have more visible background. - Update `StatusLine` to be inverted variant of `StatusLineNC`. - Update `WinBar` and `WinBarNC` to not link to `StatusLine` and `StatusLineNC` because it makes two goals harder to achieve. - Update `TabLine` to link to `StatusLineNC` instead of `StatusLine` to not be very visually intrusive.
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
0 files changed, 0 insertions, 0 deletions