InvertedColors

This color scheme can be used with a white background

trait Colors
class Object
trait Matchable
class Any

Value members

Concrete methods

override def errorColor: AnsiColor
Definition Classes
override def failureColor: AnsiColor
Definition Classes
override def pendingColor: AnsiColor
Definition Classes
override def skippedColor: AnsiColor
Definition Classes
override def statsColor: AnsiColor
Definition Classes
override def successColor: AnsiColor
Definition Classes
override def textColor: AnsiColor
Definition Classes

Inherited methods

def color(s: String, color: AnsiColor, doIt: Boolean): String
Returns:

a colored string (if args.color == true) color markers are inserted at the beginning and end of each line so that newlines are preserved

Inherited from:
AnsiColors
def error(s: String, doIt: Boolean): String
Inherited from:
ConsoleColors
def failure(s: String, doIt: Boolean): String
Inherited from:
ConsoleColors
def pending(s: String, doIt: Boolean): String
Inherited from:
ConsoleColors
def removeColors(s: String, doIt: Boolean): String
Returns:

a string with no color codes

Inherited from:
AnsiColors
def skipped(s: String, doIt: Boolean): String
Inherited from:
ConsoleColors
def stats(s: String, doIt: Boolean): String
Inherited from:
ConsoleColors
def success(s: String, doIt: Boolean): String
Inherited from:
ConsoleColors
def text(s: String, doIt: Boolean): String
Inherited from:
ConsoleColors
override def toString: String
Definition Classes
Inherited from:
ConsoleColors

Inherited fields

lazy val all: Seq[AnsiColor]
Inherited from:
AnsiColors
lazy val allColors: Seq[AnsiColor]
Inherited from:
AnsiColors
lazy val black: AnsiColor
Inherited from:
AnsiColors
lazy val blue: AnsiColor
Inherited from:
AnsiColors
lazy val cyan: AnsiColor
Inherited from:
AnsiColors
lazy val green: AnsiColor
Inherited from:
AnsiColors
lazy val magenta: AnsiColor
Inherited from:
AnsiColors
lazy val red: AnsiColor
Inherited from:
AnsiColors
lazy val reset: AnsiColor
Inherited from:
AnsiColors
lazy val white: AnsiColor
Inherited from:
AnsiColors
lazy val yellow: AnsiColor
Inherited from:
AnsiColors

Extensions

Inherited extensions

extension (s: String)
def removeColors: String
Inherited from:
AnsiColors