# `Lumis.Theme.Style`
[🔗](https://github.com/leandrocp/lumis/blob/elixir@v0.3.0/packages/elixir/lumis/lib/lumis/theme.ex#L108)

A highlight style.

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

# `t`

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

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

---

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