Lumis.Theme.Style (Lumis v0.1.0)

Copy Markdown View Source

A highlight style.

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

Summary

Types

t()

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

Types

t()

@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.