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

Please make invalid code highlight in red (or a similarly distinct color) in Abyss #85

Open
rl-utility-man opened this issue Mar 2, 2020 · 1 comment

Comments

@rl-utility-man
Copy link

The default syntax highlighting for invalid code is red in the default dark color scheme, which is great. But it defaults to bright white in Abyss, which is quite similar to valid code.
Consider making something like the setting below the default for Abyss and any other default color scheme that does not make invalid code jump out and perhaps also documenting this feature better -- it took me about an hour to figure out that this was I needed to add to my settings.json file

"editor.tokenColorCustomizations": {

    "[Abyss]": {
[{"scope":"invalid", "settings":{"foreground":"#f44747"}}] }

},
@rl-utility-man
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant