httomo.yaml_checker.Colour#

class httomo.yaml_checker.Colour[source]#

Class for storing the ANSI escape codes for different colours.

Methods

Attributes

BACKG_RED = '\x1b[6;37;41m'#
BLUE = '\x1b[94m'#
BVIOLET = '\x1b[1;35m'#
CYAN = '\x1b[96m'#
END = '\x1b[0m'#
GREEN = '\x1b[92m'#
LIGHT_BLUE = '\x1b[1;34m'#
LIGHT_BLUE_BCKGR = '\x1b[1;44m'#
LYELLOW = '\x1b[33m'#
MAGENTA = '\x1b[95m'#
RED = '\x1b[91m'#
YELLOW = '\x1b[93m'#