-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcolor.py
18 lines (16 loc) · 983 Bytes
/
color.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# **************************************************************************** #
# #
# ::: :::::::: #
# Color.py :+: :+: :+: #
# +:+ +:+ +:+ #
# By: slaye <slaye@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/05/29 21:32:21 by slaye #+# #+# #
# Updated: 2024/05/29 21:32:26 by slaye ### ########.fr #
# #
# **************************************************************************** #
RESET = "\033[0m"
BOLD = "\033[01m"
RED = "\033[31m"
GREEN = "\033[32m"
BLUE = "\033[34m"