PyaeSoneAungRgn / github-zed-theme

GitHub's Zed themes
53 stars 12 forks source link

Dark theme is completely wrong #15

Open leftbones opened 1 month ago

leftbones commented 1 month ago

Not sure when this happened since it's been a minute since I've used Zed, but today I noticed the the Github Dark theme is completely wrong. It doesn't match the pictures at all, and it looks completely different from the Github Dark theme I have on VS Code.

image
PyaeSoneAungRgn commented 1 month ago

Thanks you. We will try to fix.

Currently you can use v0.0.2 by doing it like this.

curl -L -O https://github.com/PyaeSoneAungRgn/github-zed-theme/releases/download/v0.0.2/github_theme_v002.json
cp github_theme_v002.json ~/.config/zed/themes/github_theme_v002.json

Screenshot 2024-09-19 at 23 45 24

leftbones commented 1 month ago

Thank you for the easy workaround! Getting my beautiful theme back took two seconds with curl. I appreciate the quick response.