Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(colorscheme): default statusline groups usability #26921

Merged
merged 1 commit into from
Jan 14, 2024

Commits on Jan 6, 2024

  1. fix(highlight): update default statusline groups for better usability

    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.
    echasnovski committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    e9aed6c View commit details
    Browse the repository at this point in the history