zed/crates/storybook
Marshall Bowers 5f1dcb76fe
Load JSON themes (#6893)
This PR changes the theme loading to use the JSON themes bundled with
the binary rather then the Rust theme definitions.

### Performance

I profiled this using `cargo run --release` to see what the speed
differences would be now that we're deserializing JSON:

**Before:** `ThemeRegistry::load_user_themes` took 16.656666ms
**After:** `ThemeRegistry::load_user_themes` took 18.784875ms

It's slightly slower, but not by much. There is probably some work we
could do here to bring down the theme loading time in general.

Release Notes:

- N/A
2024-01-27 16:03:04 -05:00
..
docs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
src Load JSON themes (#6893) 2024-01-27 16:03:04 -05:00
build.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
Cargo.lock Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
Cargo.toml Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535) 2024-01-27 13:51:16 +01:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00