# `MingaEditor.UI.Theme.Loader.LoadedTheme`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga_editor/ui/theme/loader.ex#L47)

A loaded user theme with its face registry and metadata.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Loader.LoadedTheme{
  face_registry: MingaEditor.UI.Face.Registry.t(),
  name: atom(),
  source_path: String.t(),
  theme: MingaEditor.UI.Theme.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
