color.h 187 B

1234567
  1. #define RED "\x1b[31m"
  2. #define GREEN "\x1b[32m"
  3. #define YELLOW "\x1b[33m"
  4. #define BLUE "\x1b[34m"
  5. #define MAGENTA "\x1b[35m"
  6. #define CYAN "\x1b[36m"
  7. #define RESET "\x1b[0m"