zed-industries / extensions

Extensions for the Zed editor
917 stars 407 forks source link

[theme] Tomorrow night blue from VScode #593

Closed williamdes closed 3 months ago

williamdes commented 7 months ago

Check for existing issues

Misc notes

https://github.com/microsoft/vscode/tree/main/extensions/theme-tomorrow-night-blue

williamdes commented 7 months ago

https://github.com/chriskempson/tomorrow-theme

@chriskempson are you also the author for Vscode?

williamdes commented 7 months ago

Thank you @d1y for the importer link

Finally the way I found to work is: https://github.com/zed-industries/zed/blob/main/crates/theme_importer/README.md?plain=1 https://zed.dev/blog/user-themes-now-in-preview

wget https://raw.githubusercontent.com/microsoft/vscode/main/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
theme_importer ./tomorrow-night-blue-color-theme.json
ls ~/.config/zed/themes/
# Theme is here

Bu the theme is not complete and barely looks okay

blaqat commented 4 months ago

Currently working on porting Tomorrow to Zed which will include this theme based off VSCode's Tomorrow Night Blue. Should be making a PR soon.

chriskempson commented 3 months ago

https://github.com/chriskempson/tomorrow-theme

@chriskempson are you also the author for VS Code?

That theme has been around in VS Code since forever. I'm not sure but I have a Microsoft used my TextMate theme and imported it somehow.