mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
41a973b13f
Fix theme json schema so `./script/import-themes print-schema` works again Update schema to reflect current structs ([diff](https://gist.github.com/notpeter/26e6d0939985f542e8492458442ac62a/revisions?diff=unified&w=)) https://zed.dev/schema/themes/v0.2.0.json
3 lines
49 B
Bash
Executable file
3 lines
49 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cargo run -p theme_importer -- "$@"
|