[][src]Crate syncat_stylesheet

Structs

Context

The Context tracks the state of the nodes previously parsed, which enables branch checking and regular expression match interpolation.

Style

A style is a collection of properties that can format a string using ANSI escape codes.

StyleBuilder

Constructs a style, allowing customization of a few extra relevant properties.

Stylesheet

A Stylesheet

Enums

Colour

A colour is one specific type of ANSI escape code, and can refer to either the foreground or background colour.

Setting

An assignment of a value to a style, with a priority, or Unset if the value is not set.