leezng / vue-json-pretty

A JSON tree view component that is easy to use and also supports data selection.
https://leezng.github.io/vue-json-pretty
MIT License
1.24k stars 131 forks source link

[Improvement] Use CSS variables to support easily changing colors #233

Open staghouse opened 1 year ago

staghouse commented 1 year ago

It would be nice if we could override the colors of certain elements using CSS variables instead of writing a selector and desirable color.

leezng commented 1 year ago

Yes. I think it's a nice idea, if you have time maybe you can help with it.