77cb8ba03c9d3145bd10238a8ec9fbbf76e889bb
[grml-etc-core.git] / etc / grml_colors
1 # Filename:      grml_colors 
2 # Purpose:       color definition file
3 # Authors:       (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 ################################################################################
7
8 # ANSI COLORS
9 CRE="\r\e[K"
10 NORMAL="\e[0;39m"
11 # RED: Failure or error message
12 RED="\e[1;31m"
13 # GREEN: Success message
14 GREEN="\e[1;32m"
15 # YELLOW: Descriptions
16 YELLOW="\e[1;33m"
17 # BLUE: System messages
18 BLUE="\e[1;34m"
19 # MAGENTA: Found devices or drivers
20 MAGENTA="\e[1;35m"
21 # CYAN: Questions
22 CYAN="\e[1;36m"
23 # BOLD WHITE: Hint
24 WHITE="\e[1;37m"
25
26 ## END OF FILE #################################################################