Commit 526e7035 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(src/app/Logger): mac supports colors now

parent 56c80479
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "Logger.hpp" #include "Logger.hpp"
#ifdef __linux__ #if defined(__linux__) || defined(__APPLE__)
#define BLUE "\x1B[1;34m" #define BLUE "\x1B[1;34m"
#define YELLOW "\x1B[1;33m" #define YELLOW "\x1B[1;33m"
#define GREEN "\x1B[1;32m" #define GREEN "\x1B[1;32m"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment