ColorTheme

Represents color theme.

Constructors

this
this(string s)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

s
string s;
Undocumented in source.

Examples

alias ThError = ColorTheme(Color.red, Color.black);
writeln(ThError("string to write using Error theme(red foreground on black background)"));

Meta