ZIm/crates/theme_importer/src
Marshall Bowers c7c874a371
Decouple theme license generation from TypeScript theme definitions (#3917)
This PR decouples the generation of licenses for the themes we ship from
the TypeScript theme definitions.

For now, we are embedding the license information for the themes in the
`theme_importer`, and emit a combined `LICENSES` file in the `theme`
crate whenever we import themes. This is also where we check that each
theme has a valid license.

We then use this `LICENSES` file when building up the global license
file for Zed.

This decoupling is one step towards us being able to delete the old Zed1
styles.

Release Notes:

- N/A
2024-01-05 13:38:12 -05:00
..
vscode Assign player colors from the theme (#3805) 2023-12-22 22:28:41 -05:00
zed1 Decouple theme license generation from TypeScript theme definitions (#3917) 2024-01-05 13:38:12 -05:00
assets.rs Extend theme_importer in preparation for importing Zed1 themes (#3791) 2023-12-22 13:47:30 -05:00
color.rs Emit accurate hex colors in generated themes (#3547) 2023-12-07 18:34:03 -05:00
main.rs Decouple theme license generation from TypeScript theme definitions (#3917) 2024-01-05 13:38:12 -05:00
theme_printer.rs Add additional status colors and style diagnostic popovers (#3846) 2024-01-02 16:37:55 -05:00
util.rs Account for colors in VS Code theme being optional 2023-11-03 10:54:12 -04:00
vscode.rs Reorganize theme_importer 2023-11-09 13:07:32 -05:00
zed1.rs Decouple theme license generation from TypeScript theme definitions (#3917) 2024-01-05 13:38:12 -05:00