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 selected text background in toykonight #9789

Commits on Mar 2, 2024

  1. Fix selected text background in toykonight

    Before the fix, the color that the original (Neovim) tokyonight uses for
    Neovim's visual mode was used in Helix for highlighting the selected
    item in the picker. But for the highlighting of selected _text_ in
    Helix (corresponding to Neovim's visual mode), a much darker background
    was used. This made it very hard to pick out selected text, in
    particular in suboptimal lighting conditions.
    
    I swapped the two colors, so that text selection now looks like in
    Neovim, while selected items in the picker are highlighted a bit less
    strongly. (But still easy to see because the whole line is highlighted.)
    cfuehrmann committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ced1405 View commit details
    Browse the repository at this point in the history