DefaultColours

Default colours gathered in one struct namespace.

This makes it easier to compile-time customise colours to your liking.

Members

Enums

TimestampColour
enum TimestampColour

Colours for timestamps, shared between event-printing and logging.

Static variables

logcoloursBright
TerminalForeground[256] logcoloursBright;

Logger colours to use with a bright terminal background.

logcoloursDark
TerminalForeground[256] logcoloursDark;

Logger colours to use with a dark terminal background.