Style

org.typelevel.paiges.Style$
See theStyle companion class
object Style

Attributes

Companion
class
Source
Style.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Style.type

Members list

Type members

Classlikes

object Ansi

These escapes should be valid (although possibly not rendered) on all ANSI-compatible terminals.

These escapes should be valid (although possibly not rendered) on all ANSI-compatible terminals.

See https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit

Attributes

Source
Style.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Ansi.type
object XTerm

Colors for modern XTerm and compatible terminals.

Colors for modern XTerm and compatible terminals.

See https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Attributes

Source
Style.scala
Supertypes
class Object
trait Matchable
class Any
Self type
XTerm.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete fields

val Empty: Style

Represents neutral styling.

Represents neutral styling.

Any other styles combined with Empty will apply their own settings. (a ++ Empty) = a.

Attributes

Source
Style.scala