summaryrefslogtreecommitdiffstats
path: root/tools/inc/colors
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/colors')
-rw-r--r--tools/inc/colors17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/inc/colors b/tools/inc/colors
new file mode 100644
index 00000000..984a8640
--- /dev/null
+++ b/tools/inc/colors
@@ -0,0 +1,17 @@
+Black='\e[0;30m'
+DarkGray='\e[1;30m'
+Blue='\e[0;34m'
+LightBlue='\e[1;34m'
+Green='\e[0;32m'
+LightGreen='\e[1;32m'
+Cyan='\e[0;36m'
+LightCyan='\e[1;36m'
+Red='\e[0;31m'
+LightRed='\e[1;31m'
+Purple='\e[0;35m'
+LightPurple='\e[1;35m'
+Brown='\e[0;33m'
+Yellow='\e[1;33m'
+LightGray='\e[0;37m'
+White='\e[1;37m'
+NC='\e[0m' # No Color \ No newline at end of file