-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Backslashes became very hard to see (almost invisible) #577
Comments
This is an intentional change (see the changelog, third bullet point) |
How do I prevent it? This makes the font unusable for me :-/ |
I plan to change how it works in the next version. For now you can use previous font version (1.204) |
I think that a lot depends on whether your editor highlights escape codes (in which case the thin backslash is good) or not |
Yep, the thin backslash is hard to read in Python as well. |
😢 |
Would it be possible to bring this back for just |
Maybe—please create a separate issue for that |
⏩ #720 |
Very sad this was removed, I really liked seeing an escaping backslash thin, showing that it is an escape sequence. :-( |
Could this be a stylistic set @tonsky? |
After I upgraded to 1.205, all backslashes in my code became very hard to spot. Basically, this:
looks more like this:
The backslashes are very faint and of the wrong color. This is a problem only when using a black background with light text (which is what I use in my IDE, which is Qt Creator.)
For comparison, this is with DejaVu:
It has good visibility. But with Fira Code it's hard to read:
The text was updated successfully, but these errors were encountered: