aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index a2981c4..699e7c3 100644
--- a/src/common.h
+++ b/src/common.h
@@ -33,6 +33,12 @@
#endif
+// ANSI colors
+#define ODR_COLOR_DL "\x1B[36m" // DL text
+#define ODR_COLOR_SLS "\x1B[33m" // SLS image
+#define ODR_COLOR_RST "\x1B[0m" // reset
+
+
#include <string>
#include <vector>
#include <sstream>