zed/crates/theme_importer
Marshall Bowers e5fe811d7a
theme_importer: Add ability to print theme JSON schema (#7129)
This PR adds a quick subcommand to the `theme_importer` to facilitate
printing out the JSON schema for a theme.

Note that you do need to pass a `<PATH>` to the subcommand still, even
though it will be ignored. I'll rework the CLI to this at some point.

The JSON schema for the current version of the theme can also be found
at
[`https://zed.dev/schema/themes/v0.1.0.json`](https://zed.dev/schema/themes/v0.1.0.json).

Release Notes:

- N/A
2024-01-30 23:33:54 -05:00
..
src theme_importer: Add ability to print theme JSON schema (#7129) 2024-01-30 23:33:54 -05:00
Cargo.toml theme_importer: Add ability to print theme JSON schema (#7129) 2024-01-30 23:33:54 -05:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
README.md Remove old themes using UserTheme constructs (#6897) 2024-01-27 16:55:37 -05:00

Zed Theme Importer