mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
style: add sane color names
This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
#define RED "\033[31m"
|
||||
#define GREEN "\033[32m"
|
||||
#define YELLOW "\033[33m"
|
||||
#define YELLO "\033[33m"
|
||||
#define BLUE "\033[34m"
|
||||
#define PINK "\033[35m"
|
||||
#define TURGUOISE "\033[36m"
|
||||
#define TURQ "\033[36m"
|
||||
#define ZERO_C "\033[0m"
|
||||
#define RESET "\033[0m"
|
||||
|
||||
#define HOME "www"
|
||||
#define BUFFSIZE 1024
|
||||
|
||||
Reference in New Issue
Block a user