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

Search highlight colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Search{
  current_bg: MingaEditor.UI.Theme.color(),
  highlight_bg: MingaEditor.UI.Theme.color(),
  highlight_fg: MingaEditor.UI.Theme.color()
}
```

---

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