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

Minibuffer (command line) colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Minibuffer{
  bg: MingaEditor.UI.Theme.color(),
  dim_fg: MingaEditor.UI.Theme.color(),
  fg: MingaEditor.UI.Theme.color(),
  warning_fg: MingaEditor.UI.Theme.color()
}
```

---

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