# `MingaEditor.UI.Theme.Fallback`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga_editor/ui/theme/fallback.ex#L1)

Minimal fallback theme that always loads regardless of which extensions are enabled.

This theme uses a neutral dark palette designed to be readable without being opinionated. It exists so the editor always has a working theme even when every bundled theme pack is disabled or fails to load.

# `theme`

```elixir
@spec theme() :: MingaEditor.UI.Theme.t()
```

Returns the fallback theme struct.

---

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