A highlight style.
Contains the colors and styles of each highlight of a theme.
@type t() :: %Autumn.Theme.Style{ bg: nil | String.t(), bold: boolean(), fg: nil | String.t(), italic: boolean(), strikethrough: boolean(), underline: boolean() }