summaryrefslogtreecommitdiff
path: root/src/colors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.hpp')
-rw-r--r--src/colors.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/colors.hpp b/src/colors.hpp
deleted file mode 100644
index b4b45f7..0000000
--- a/src/colors.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#define COL_BLACK '\e[0;30m'
-#define COL_RED '\e[0;31m'
-#define COL_GREEN '\e[0;32m'
-#define COL_YELLOW '\e[0;33m'
-#define COL_BLUE '\e[0;34m'
-#define COL_PURPLE '\e[0;35m'
-#define COL_CYAN '\e[0;36m'
-#define COL_WHITE '\e[0;37m'
-
-#define COL_RESET '\e[0m' \ No newline at end of file