PyaeSoneAungRgn / github-zed-theme

GitHub's Zed themes
53 stars 12 forks source link

Better support for JSON #10

Open petermarks opened 2 months ago

petermarks commented 2 months ago

This theme doesn't seem to do much for JSON, everything seems to be blue: image

On GitHub, it still isn't great, but there is more variation: image

Any interest in addressing this?

I'd be happy to look into implementing it, but have no experience with developing themes in Zed or other editors. I can see that themes are JSON files with hex color values, but how do you find out what tags are used for each syntactic element and how do you test changes to themes?

PyaeSoneAungRgn commented 2 months ago

I reference VSCode Github Theme for syntactic. You can test themes changes easily by overriding theme https://zed.dev/docs/themes#theme-overrides. Feel free to send PR.