Files
zed/script
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
..
2023-11-09 11:08:30 -05:00
2024-01-24 14:58:47 -05:00
2023-11-20 11:01:37 -08:00
2024-01-09 16:14:54 -08:00
2024-01-19 10:10:34 -07:00
2024-01-05 13:24:29 -07:00
2023-04-05 08:18:51 -06:00
2024-01-27 16:03:04 -05:00
2022-10-26 16:19:19 -07:00
2024-01-23 16:52:08 +01:00
2022-01-27 08:51:55 +01:00
2023-09-25 21:45:28 -04:00