Autumn.Theme.Style (Autumn v0.3.2)

View Source

A highlight style.

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

Summary

Types

t()

@type t() :: %Autumn.Theme.Style{
  bg: nil | String.t(),
  bold: boolean(),
  fg: nil | String.t(),
  italic: boolean(),
  strikethrough: boolean(),
  underline: boolean()
}