AnsiColor

scala.io.AnsiColor
See theAnsiColor companion trait
object AnsiColor extends AnsiColor

Attributes

Companion
trait
Source
AnsiColor.scala
Graph
Supertypes
trait AnsiColor
class Object
trait Matchable
class Any
Self type
AnsiColor.type

Members list

Grouped members

color-magenta

final val MAGENTA: "\u001b[35m"

Foreground color for ANSI magenta

Foreground color for ANSI magenta

Attributes

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

Background color for ANSI magenta

Background color for ANSI magenta

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

color-blue

final val BLUE: "\u001b[34m"

Foreground color for ANSI blue

Foreground color for ANSI blue

Attributes

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

Background color for ANSI blue

Background color for ANSI blue

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

color-red

final val RED: "\u001b[31m"

Foreground color for ANSI red

Foreground color for ANSI red

Attributes

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

Background color for ANSI red

Background color for ANSI red

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

color-cyan

final val CYAN: "\u001b[36m"

Foreground color for ANSI cyan

Foreground color for ANSI cyan

Attributes

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

Background color for ANSI cyan

Background color for ANSI cyan

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

style-control

final val BOLD: "\u001b[1m"

ANSI bold

ANSI bold

Attributes

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

ANSI invisible

ANSI invisible

Attributes

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

Reset ANSI styles

Reset ANSI styles

Attributes

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

ANSI reversed

ANSI reversed

Attributes

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

ANSI underlines

ANSI underlines

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

color-green

final val GREEN: "\u001b[32m"

Foreground color for ANSI green

Foreground color for ANSI green

Attributes

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

Background color for ANSI green

Background color for ANSI green

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

color-yellow

final val YELLOW: "\u001b[33m"

Foreground color for ANSI yellow

Foreground color for ANSI yellow

Attributes

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

Background color for ANSI yellow

Background color for ANSI yellow

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

color-white

final val WHITE: "\u001b[37m"

Foreground color for ANSI white

Foreground color for ANSI white

Attributes

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

Background color for ANSI white

Background color for ANSI white

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala

color-black

final val BLACK: "\u001b[30m"

Foreground color for ANSI black

Foreground color for ANSI black

Attributes

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

Background color for ANSI black

Background color for ANSI black

Attributes

Inherited from:
AnsiColor
Source
AnsiColor.scala