-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Adjust visual (selection) colour #7
Comments
Fixes unreadable (visual) selected comments.
Thanks for your report 👍 You can test the change by checking out the |
Awesome, thank you for that! Others may want to add the following patch to their
|
🚢 Shipped in release version 0.2.0 |
@clearissimple Have you tried if it works using the uniform diff background theme configuration? |
Yes, it works. The uniform diff background mode is nice, too. |
The visual selection colour defined by,
call s:hi("Visual", "", s:nord2_gui, "", s:nord3_term, "", "")
uses the same colour,s:nord3_term
as comments do. This means that when selecting comments with visual regions you cannot read the selected area.This could be easily resolved by making the visual region use the colour,
s:nord1_term
. This colour does not appear to clash with other syntax elements, and hence should be a better choice the visual region colour.The text was updated successfully, but these errors were encountered: