A highlight style.
Contains the colors and styles of each highlight of a theme.
Summary
Types
@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.