-
Notifications
You must be signed in to change notification settings - Fork 210
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
Rendered whitespace in selection hard to read #134
Comments
Open to suggestions you might have, but this is sort of an unfortunate result of how vscode layers their highlights. See #61 (comment) (theres a few more issues where there's discussion about highlight over comments with a similar sentiment as well) |
Is there a way to easily try different colors on my end? Or do I need to clone the repo and install a local version or something? I'm not too familiar with VSCode extensions |
Thanks! I found that You might consider changing the indent guides color to the same shade too (didn't do it in the screenshot below) |
I opened a PR for this improvement, really useful suggestion |
Fixed by #135 |
When displaying whitespace characters in the selected code via
editor.renderWhitespace: selection
(which is the new default, by the way), the characters are hard to see. Pictured here is Python source code.Dracula:
Dracula Soft:
Not sure how feasible it would be to update
editorWhitespace.foreground
to add some contrast without it looking ugly when unselected.The text was updated successfully, but these errors were encountered: