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