AnsiColor

object AnsiColor extends AnsiColor
Companion
class
trait AnsiColor
class Object
trait Matchable
class Any

color-magenta

final val MAGENTA: "\033[35m"

Foreground color for ANSI magenta

Foreground color for ANSI magenta

Inherited from
AnsiColor
final val MAGENTA_B: "\033[45m"

Background color for ANSI magenta

Background color for ANSI magenta

Inherited from
AnsiColor

color-blue

final val BLUE: "\033[34m"

Foreground color for ANSI blue

Foreground color for ANSI blue

Inherited from
AnsiColor
final val BLUE_B: "\033[44m"

Background color for ANSI blue

Background color for ANSI blue

Inherited from
AnsiColor

color-red

final val RED: "\033[31m"

Foreground color for ANSI red

Foreground color for ANSI red

Inherited from
AnsiColor
final val RED_B: "\033[41m"

Background color for ANSI red

Background color for ANSI red

Inherited from
AnsiColor

color-cyan

final val CYAN_B: "\033[46m"

Background color for ANSI cyan

Background color for ANSI cyan

Inherited from
AnsiColor
final val CYAN: "\033[36m"

Foreground color for ANSI cyan

Foreground color for ANSI cyan

Inherited from
AnsiColor

style-control

final val BOLD: "\033[1m"

ANSI bold

ANSI bold

Inherited from
AnsiColor
final val RESET: "\033[0m"

Reset ANSI styles

Reset ANSI styles

Inherited from
AnsiColor
final val INVISIBLE: "\033[8m"

ANSI invisible

ANSI invisible

Inherited from
AnsiColor
final val UNDERLINED: "\033[4m"

ANSI underlines

ANSI underlines

Inherited from
AnsiColor
final val REVERSED: "\033[7m"

ANSI reversed

ANSI reversed

Inherited from
AnsiColor

color-green

final val GREEN: "\033[32m"

Foreground color for ANSI green

Foreground color for ANSI green

Inherited from
AnsiColor
final val GREEN_B: "\033[42m"

Background color for ANSI green

Background color for ANSI green

Inherited from
AnsiColor

color-yellow

final val YELLOW_B: "\033[43m"

Background color for ANSI yellow

Background color for ANSI yellow

Inherited from
AnsiColor
final val YELLOW: "\033[33m"

Foreground color for ANSI yellow

Foreground color for ANSI yellow

Inherited from
AnsiColor

color-white

final val WHITE: "\033[37m"

Foreground color for ANSI white

Foreground color for ANSI white

Inherited from
AnsiColor
final val WHITE_B: "\033[47m"

Background color for ANSI white

Background color for ANSI white

Inherited from
AnsiColor

color-black

final val BLACK_B: "\033[40m"

Background color for ANSI black

Background color for ANSI black

Inherited from
AnsiColor
final val BLACK: "\033[30m"

Foreground color for ANSI black

Foreground color for ANSI black

Inherited from
AnsiColor