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

Picker (fuzzy finder) colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Picker{
  bg: MingaEditor.UI.Theme.color(),
  border_fg: MingaEditor.UI.Theme.color(),
  dim_fg: MingaEditor.UI.Theme.color(),
  highlight_fg: MingaEditor.UI.Theme.color(),
  match_fg: MingaEditor.UI.Theme.color(),
  menu_bg: MingaEditor.UI.Theme.color(),
  menu_fg: MingaEditor.UI.Theme.color(),
  menu_sel_bg: MingaEditor.UI.Theme.color(),
  menu_sel_fg: MingaEditor.UI.Theme.color(),
  prompt_bg: MingaEditor.UI.Theme.color(),
  sel_bg: MingaEditor.UI.Theme.color(),
  text_fg: MingaEditor.UI.Theme.color()
}
```

---

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