initial checkin
[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 # Latest change: Fri May 12 22:09:25 CEST 2006 [mika]
7 ################################################################################
8
9 # ANSI COLORS
10 CRE="\r\e[K"
11 NORMAL="\e[0;39m"
12 # RED: Failure or error message
13 RED="\e[1;31m"
14 # GREEN: Success message
15 GREEN="\e[1;32m"
16 # YELLOW: Descriptions
17 YELLOW="\e[1;33m"
18 # BLUE: System messages
19 BLUE="\e[1;34m"
20 # MAGENTA: Found devices or drivers
21 MAGENTA="\e[1;35m"
22 # CYAN: Questions
23 CYAN="\e[1;36m"
24 # BOLD WHITE: Hint
25 WHITE="\e[1;37m"
26
27 ## END OF FILE #################################################################