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

Dashboard (home screen) colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Dashboard{
  bg: MingaEditor.UI.Theme.color(),
  heading_fg: MingaEditor.UI.Theme.color(),
  item_active_bg: MingaEditor.UI.Theme.color(),
  item_fg: MingaEditor.UI.Theme.color(),
  logo_fg: MingaEditor.UI.Theme.color(),
  muted_fg: MingaEditor.UI.Theme.color(),
  shortcut_fg: MingaEditor.UI.Theme.color()
}
```

---

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