Validated collection of related themes.
Theme families are app/user data. They mirror Zed's idea of a named family with light/dark variants, but Guppy stores already-validated Elixir theme structs and resolves them by stable theme id.
Summary
Functions
Looks up a validated theme by id within a family.
Types
Functions
@spec get(t(), atom() | String.t()) :: {:ok, Guppy.App.Theme.t()} | {:error, term()}
Looks up a validated theme by id within a family.