zed/crates/theme2
Marshall Bowers 6cd0bcc578
Fix panic when opening settings in zed2 (#3375)
This PR fixes a panic that occurs when opening the settings in zed2.

We store the `ThemeRegistry` as a global without wrapping it in an
`Arc`, so we need to retrieve it the same way.

Release Notes:

- N/A
2023-11-21 10:58:52 -05:00
..
src Fix panic when opening settings in zed2 (#3375) 2023-11-21 10:58:52 -05:00
util Allow arrays of colors to be passed in 2023-11-13 15:47:57 -05:00
Cargo.toml Add importing-themes feature flag to theme2 crate 2023-11-09 12:49:16 -05:00