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): update StatusLineNC to have underline with 'notgc' #28810

Merged
merged 1 commit into from
May 23, 2024

Commits on May 17, 2024

  1. fix(colorscheme): update StatusLineNC to have underline with 'notgc'

    Problem: statusline for non-active window can be hard to distinguish
      from normal text with 'notermguicolors'. It was set to use only bold
      text to find a balance between being not too similar to active
      statusline and normal text, and be supported in enough terminal
      emulators (if it does not support 'termguicolors' there is higher
      chance that it also does not support underline).
    
    Solution: reconsider balance by placing more emphasis on making
      non-active statusline more distinguishable.
      This also results into tabline being shown with underline which
      aligns with "make more distinguishable" shift.
    echasnovski committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cd2f43a View commit details
    Browse the repository at this point in the history