Wipe branch
This commit is contained in:
20
colors.py
Normal file
20
colors.py
Normal file
@@ -0,0 +1,20 @@
|
||||
RESET = "\033[0m"
|
||||
BOLD = "\033[1m"
|
||||
|
||||
BLACK = "\033[30m"
|
||||
RED = "\033[31m"
|
||||
GREEN = "\033[32m"
|
||||
YELLOW = "\033[33m"
|
||||
BLUE = "\033[34m"
|
||||
MAGENTA = "\033[35m"
|
||||
CYAN = "\033[36m"
|
||||
WHITE = "\033[37m"
|
||||
|
||||
BGBLACK = "\033[40m"
|
||||
BGRED = "\033[41m"
|
||||
BGGREEN = "\033[42m"
|
||||
BGYELLOW = "\033[43m"
|
||||
BGBLUE = "\033[44m"
|
||||
BGMAGENTA = "\033[45m"
|
||||
BGCYAN = "\033[46m"
|
||||
BGWHITE = "\033[47m"
|
||||
Reference in New Issue
Block a user