Colors module¶
-
class
util.colors.
Colors
¶ Bases:
object
Enum class of colors
-
BLUE
= '\x1b[94m'¶
-
BOLD
= '\x1b[1m'¶
-
DARKGREEN
= '\x1b[38;5;23m'¶
-
ENDC
= '\x1b[0m'¶
-
FAIL
= '\x1b[91m'¶
-
GREY
= '\x1b[38;5;243m'¶
-
MAGENTA
= '\x1b[95m'¶
-
OKCYAN
= '\x1b[96m'¶
-
OKGREEN
= '\x1b[92m'¶
-
ORANGE
= '\x1b[38;5;202m'¶
-
SEABLUE
= '\x1b[38;5;110m'¶
-
TITLE
= '\x1b[6;32;40m'¶
-
UNDERLINE
= '\x1b[4m'¶
-
WARNING
= '\x1b[93m'¶
-
WARNING_BOLD
= '\x1b[1;33;40'¶
-
WHITEGREEN
= '\x1b[38;5;156m'¶
-
WHITEPINK
= '\x1b[38;5;206m'¶
-
user_colors
= ['\x1b[95m', '\x1b[94m', '\x1b[38;5;206m', '\x1b[38;5;202m', '\x1b[38;5;110m', '\x1b[38;5;156m', '\x1b[38;5;23m', '\x1b[38;5;243m']¶
-