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

File tree sidebar colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Tree{
  active_fg: MingaEditor.UI.Theme.color(),
  bg: MingaEditor.UI.Theme.color(),
  cursor_bg: MingaEditor.UI.Theme.color(),
  dir_fg: MingaEditor.UI.Theme.color(),
  fg: MingaEditor.UI.Theme.color(),
  git_conflict_fg: MingaEditor.UI.Theme.color() | nil,
  git_modified_fg: MingaEditor.UI.Theme.color() | nil,
  git_staged_fg: MingaEditor.UI.Theme.color() | nil,
  git_untracked_fg: MingaEditor.UI.Theme.color() | nil,
  header_bg: MingaEditor.UI.Theme.color(),
  header_fg: MingaEditor.UI.Theme.color(),
  modified_fg: MingaEditor.UI.Theme.color() | nil,
  separator_fg: MingaEditor.UI.Theme.color()
}
```

---

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