litejs / json-lite

Fast non-blocking JSON viewer for Chrome and Firefox
195 stars 16 forks source link

Is there a dark theme? #36

Closed Ziggoto closed 5 years ago

Ziggoto commented 5 years ago

I guess it should be pretty nice

lauriro commented 5 years ago

There are support for themes but no choices yet. You can select a custom theme in options and change colors individually.

Feel free to craft some good looking themes (dark, contrast, etc) and create a pull request.

molnarm commented 5 years ago

I was also looking for that option, then created a custom one based on Firefox Developer's DevTools colors because I like those: dark

I don't have time now to turn it into a pull request, here are my settings, feel free to use/change them: Text color: #fff Background color: #181d20 Info color: #888 Info hover color: #aaa;text-shadow: 1px 1px 3px #ccc String color: #df80ff Number color: #70bf53 Boolean color: #70bf53 Null color: #747573 Property name color: #46afe3 (btw there's a typo there, "propertie") Error color: #ed2655 (I haven't tested this one)

lauriro commented 5 years ago

There is a dark theme now