We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current colors are too smooth and not contrast. It's hard to read huge JSONs.
My suggestions:
rgba(0,0,0,.87)
#0B7500
#1A01CC
This color scheme is similar to JSON Formatter.
This is how it will look like:
The text was updated successfully, but these errors were encountered:
Probably at high-contrast and expensive displays current colors look good, but at cheap models (as my current) it looks unreadable.
Sorry, something went wrong.
No branches or pull requests
Current colors are too smooth and not contrast. It's hard to read huge JSONs.
My suggestions:
rgba(0,0,0,.87)
- for property names (Google recommends that color for black text on pure white backgrounds)#0B7500
- for strings.#1A01CC
- for numbers and nulls.This color scheme is similar to JSON Formatter.
This is how it will look like:
The text was updated successfully, but these errors were encountered: