# `Autumn.Theme.Style`
[🔗](https://github.com/leandrocp/autumn/blob/v0.7.0/lib/autumn/theme.ex#L108)

A highlight style.

Contains the colors and styles of each highlight of a theme.

# `t`
[🔗](https://github.com/leandrocp/autumn/blob/v0.7.0/lib/autumn/theme.ex#L116)

```elixir
@type t() :: %Autumn.Theme.Style{
  bg: nil | String.t(),
  bold: boolean(),
  fg: nil | String.t(),
  italic: boolean(),
  text_decoration: Autumn.Theme.TextDecoration.t()
}
```

A highlight style with foreground/background colors and text decorations.

---

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