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

Tab bar colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.TabBar{
  active_bg: MingaEditor.UI.Theme.color(),
  active_fg: MingaEditor.UI.Theme.color(),
  attention_fg: MingaEditor.UI.Theme.color(),
  bg: MingaEditor.UI.Theme.color(),
  close_hover_fg: MingaEditor.UI.Theme.color(),
  inactive_bg: MingaEditor.UI.Theme.color(),
  inactive_fg: MingaEditor.UI.Theme.color(),
  modified_fg: MingaEditor.UI.Theme.color(),
  separator_fg: MingaEditor.UI.Theme.color()
}
```

---

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