summaryrefslogtreecommitdiffstats
path: root/tools/inc/colors
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-02 17:53:37 +0200
committerSebastian Schmelzer2010-09-02 17:53:37 +0200
commit91d3272f94fcb7a8bded9d2583b8f922c2b207e6 (patch)
treed96a524bc0f695ff4987bc6130420ebddb5bb287 /tools/inc/colors
parentchange dir structure (diff)
downloadcore-91d3272f94fcb7a8bded9d2583b8f922c2b207e6.tar.gz
core-91d3272f94fcb7a8bded9d2583b8f922c2b207e6.tar.xz
core-91d3272f94fcb7a8bded9d2583b8f922c2b207e6.zip
first steps for new makefile
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