MingaEditor.UI.Theme.Loader.LoadedTheme (Minga v0.1.0)

Copy Markdown View Source

A loaded user theme with its face registry and metadata.

Summary

Types

t()

@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()
}