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

Popup (which-key, floating window, etc.) colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Popup{
  bg: MingaEditor.UI.Theme.color(),
  border_fg: MingaEditor.UI.Theme.color(),
  fg: MingaEditor.UI.Theme.color(),
  group_fg: MingaEditor.UI.Theme.color() | nil,
  key_fg: MingaEditor.UI.Theme.color() | nil,
  sel_bg: MingaEditor.UI.Theme.color() | nil,
  sel_fg: MingaEditor.UI.Theme.color() | nil,
  separator_fg: MingaEditor.UI.Theme.color() | nil,
  title_fg: MingaEditor.UI.Theme.color() | nil
}
```

---

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