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

Gutter (line number column) colors.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Gutter{
  current_fg: MingaEditor.UI.Theme.color(),
  error_fg: MingaEditor.UI.Theme.color(),
  fg: MingaEditor.UI.Theme.color(),
  hint_fg: MingaEditor.UI.Theme.color(),
  info_fg: MingaEditor.UI.Theme.color(),
  separator_fg: MingaEditor.UI.Theme.color() | nil,
  warning_fg: MingaEditor.UI.Theme.color()
}
```

---

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