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

Make JSON colors more contrast #8

Open
flaksp opened this issue Jul 23, 2019 · 1 comment
Open

Make JSON colors more contrast #8

flaksp opened this issue Jul 23, 2019 · 1 comment

Comments

@flaksp
Copy link

flaksp commented Jul 23, 2019

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:

image

@flaksp
Copy link
Author

flaksp commented Jul 23, 2019

Probably at high-contrast and expensive displays current colors look good, but at cheap models (as my current) it looks unreadable.

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