summaryrefslogtreecommitdiffstats
path: root/src/common/textModifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/textModifier.h')
-rw-r--r--src/common/textModifier.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/textModifier.h b/src/common/textModifier.h
new file mode 100644
index 0000000..77d6e55
--- /dev/null
+++ b/src/common/textModifier.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#define FASTFETCH_TEXT_MODIFIER_BOLT "\033[1m"
+#define FASTFETCH_TEXT_MODIFIER_ERROR "\033[1;31m"
+#define FASTFETCH_TEXT_MODIFIER_RESET "\033[m"