summaryrefslogtreecommitdiff
path: root/src/colors.h
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-01 15:59:36 +0100
committerdavidovski <david@davidovski.xyz>2022-05-01 15:59:36 +0100
commit1e82997daab7c302c8b90ebc57b1cce5bd55a518 (patch)
treedb513444c87e047be272335bf1e6f5966f902f64 /src/colors.h
parentfd1e31b3507ea0555c6f620188fa10f844d712b3 (diff)
moved generated colours to main projectv1.3.1
Diffstat (limited to 'src/colors.h')
-rw-r--r--src/colors.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/colors.h b/src/colors.h
new file mode 100644
index 0000000..e7bc26d
--- /dev/null
+++ b/src/colors.h
@@ -0,0 +1,45 @@
+/*
+ * colors.h
+ *
+ * list of ansi color codes
+ * provided by xiutils
+ *
+ */
+
+#define RESET ""
+#define BOLD ""
+#define BLACK ""
+#define RED ""
+#define GREEN ""
+#define YELLOW ""
+#define BLUE ""
+#define MAGENTA ""
+#define CYAN ""
+#define WHITE ""
+#define DEFAULT ""
+#define BG_BLACK ""
+#define BG_RED ""
+#define BG_GREEN ""
+#define BG_YELLOW ""
+#define BG_BLUE ""
+#define BG_MAGENTA ""
+#define BG_CYAN ""
+#define BG_WHITE ""
+#define BG_DEFAULT ""
+#define LIGHT_BLACK ""
+#define LIGHT_RED ""
+#define LIGHT_GREEN ""
+#define LIGHT_YELLOW ""
+#define LIGHT_BLUE ""
+#define LIGHT_MAGENTA ""
+#define LIGHT_CYAN ""
+#define LIGHT_WHITE ""
+#define LIGHT_DEFAULT ""
+#define BOLDBLACK ""
+#define BOLDRED ""
+#define BOLDGREEN ""
+#define BOLDYELLOW ""
+#define BOLDBLUE ""
+#define BOLDMAGENTA ""
+#define BOLDCYAN ""
+#define BOLDWHITE ""