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