AnsiColor

object AnsiColor extends AnsiColor
Companion:
class
Source:
AnsiColor.scala
trait AnsiColor
class Object
trait Matchable
class Any

color-magenta

final val MAGENTA: "\u001b[35m"

Foreground color for ANSI magenta

Foreground color for ANSI magenta

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val MAGENTA_B: "\u001b[45m"

Background color for ANSI magenta

Background color for ANSI magenta

Inherited from:
AnsiColor
Source:
AnsiColor.scala

color-blue

final val BLUE: "\u001b[34m"

Foreground color for ANSI blue

Foreground color for ANSI blue

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val BLUE_B: "\u001b[44m"

Background color for ANSI blue

Background color for ANSI blue

Inherited from:
AnsiColor
Source:
AnsiColor.scala

color-red

final val RED: "\u001b[31m"

Foreground color for ANSI red

Foreground color for ANSI red

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val RED_B: "\u001b[41m"

Background color for ANSI red

Background color for ANSI red

Inherited from:
AnsiColor
Source:
AnsiColor.scala

color-cyan

final val CYAN: "\u001b[36m"

Foreground color for ANSI cyan

Foreground color for ANSI cyan

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val CYAN_B: "\u001b[46m"

Background color for ANSI cyan

Background color for ANSI cyan

Inherited from:
AnsiColor
Source:
AnsiColor.scala

style-control

final val BOLD: "\u001b[1m"

ANSI bold

ANSI bold

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val INVISIBLE: "\u001b[8m"

ANSI invisible

ANSI invisible

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val RESET: "\u001b[0m"

Reset ANSI styles

Reset ANSI styles

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val REVERSED: "\u001b[7m"

ANSI reversed

ANSI reversed

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val UNDERLINED: "\u001b[4m"

ANSI underlines

ANSI underlines

Inherited from:
AnsiColor
Source:
AnsiColor.scala

color-green

final val GREEN: "\u001b[32m"

Foreground color for ANSI green

Foreground color for ANSI green

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val GREEN_B: "\u001b[42m"

Background color for ANSI green

Background color for ANSI green

Inherited from:
AnsiColor
Source:
AnsiColor.scala

color-yellow

final val YELLOW: "\u001b[33m"

Foreground color for ANSI yellow

Foreground color for ANSI yellow

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val YELLOW_B: "\u001b[43m"

Background color for ANSI yellow

Background color for ANSI yellow

Inherited from:
AnsiColor
Source:
AnsiColor.scala

color-white

final val WHITE: "\u001b[37m"

Foreground color for ANSI white

Foreground color for ANSI white

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val WHITE_B: "\u001b[47m"

Background color for ANSI white

Background color for ANSI white

Inherited from:
AnsiColor
Source:
AnsiColor.scala

color-black

final val BLACK: "\u001b[30m"

Foreground color for ANSI black

Foreground color for ANSI black

Inherited from:
AnsiColor
Source:
AnsiColor.scala
final val BLACK_B: "\u001b[40m"

Background color for ANSI black

Background color for ANSI black

Inherited from:
AnsiColor
Source:
AnsiColor.scala