zed/crates/theme
Marshall Bowers e69e6f5586
Add a newtype wrapper around the global ThemeRegistry (#7025)
This PR adds a newtype wrapper around the global `ThemeRegistry`.

This allows us to limit where the `ThemeRegistry` can be accessed
directly via `cx.global` et al., without going through the dedicated
methods on the `ThemeRegistry`.

Release Notes:

- N/A
2024-01-29 18:09:37 -05:00
..
src Add a newtype wrapper around the global ThemeRegistry (#7025) 2024-01-29 18:09:37 -05:00
util Remove 2 suffix for theme 2024-01-03 12:41:01 -08:00
Cargo.toml Add a newtype wrapper around the global ThemeRegistry (#7025) 2024-01-29 18:09:37 -05:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
theme.md Start documenting Theme crate 2024-01-09 12:49:56 -05:00