Updating year in copyright notices to 2015.
[debian-live-build.git] / functions / color.sh
blob6eb40198850ca010a8aff3533605dde30d7a72b8
1 #!/bin/sh
3 ## live-build(7) - System Build Scripts
4 ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch>
5 ##
6 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
7 ## This is free software, and you are welcome to redistribute it
8 ## under certain conditions; see COPYING for details.
11 NO_COLOR="\033[0m"
13 UNDERSCORE="\033[4m"
14 BLINK="\033[5m"
16 BLACK="\033[0;30m"
17 DARK_GRAY="\033[1;30m"
19 RED="\033[0;31m"
20 LIGHT_RED="\033[1;31m"
22 GREEN="\033[0;32m"
23 LIGHT_GREEN="\033[1;32m"
25 BROWN="\033[0;33m"
26 YELLOW="\033[1;33m"
28 BLUE="\033[0;34m"
29 LIGHT_BLUE="\033[1;34m"
31 PURPLE="\033[0;35m"
32 LIGHT_PURPLE="\033[1;35m"
34 CYAN="\033[0;36m"
35 LIGHT_CYAN="\033[1;36m"
37 GRAY="\033[0;37m"
38 WHITE="\033[1;37m"