Autumn.Theme.Style (Autumn v0.6.0)
View SourceA highlight style.
Contains the colors and styles of each highlight of a theme.
Summary
Types
@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.