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
Cargo.toml Add a newtype wrapper around the global ThemeRegistry (#7025) 2024-01-29 18:09:37 -05:00
LICENSE-GPL
theme.md