make.conf.5: better examples for ACCEPT_LICENSE
[portage.git] / man / color.map.5
1 .TH "COLOR.MAP" "5" "Dec 2012" "Portage VERSION" "Portage"
2 .SH "NAME"
3 color.map \- custom color settings for Portage
4 .SH "SYNOPSIS"
5 .B /etc/portage/color.map
6 .SH "DESCRIPTION"
7 This file contains variables that define color classes used by Portage.
8 Portage will check this file first for color classes settings. If no setting
9 of given color class is found in /etc/portage/color.map, Portage uses default
10 value defined internally.
11 .SH "SYNTAX"
12 \fBVARIABLE\fR = \fI[space delimited list of attributes or ansi code pattern]\fR
13 .TP
14 \fBATTRIBUTE\fR = \fI[space delimited list of attributes or ansi code pattern]\fR
15 .SH "VARIABLES"
16 .TP
17 \fBNORMAL\fR = \fI"normal"\fR
18 Defines color used for some words occuring in other contexts than those below.
19 .TP
20 \fBBAD\fR = \fI"red"\fR
21 Defines color used for some words occuring in bad context.
22 .TP
23 \fBBRACKET\fR = \fI"blue"\fR
24 Defines color used for brackets.
25 .TP
26 \fBGOOD\fR = \fI"green"\fR
27 Defines color used for some words occuring in good context.
28 .TP
29 \fBHILITE\fR = \fI"teal"\fR
30 Defines color used for highlighted words.
31 .TP
32 \fBINFORM\fR = \fI"darkgreen"\fR
33 Defines color used for informational words.
34 .TP
35 \fBMERGE_LIST_PROGRESS\fR = \fI"yellow"\fR
36 Defines color used for numbers indicating merge progress.
37 .TP
38 \fBPKG_BLOCKER\fR = \fI"red"\fR
39 Defines color used for unsatisfied blockers.
40 .TP
41 \fBPKG_BLOCKER_SATISFIED\fR = \fI"darkblue"\fR
42 Defines color used for satisfied blockers.
43 .TP
44 \fBPKG_MERGE\fR = \fI"darkgreen"\fR
45 Defines color used for packages planned to be merged.
46 .TP
47 \fBPKG_MERGE_SYSTEM\fR = \fI"darkgreen"\fR
48 Defines color used for system packages planned to be merged.
49 .TP
50 \fBPKG_MERGE_WORLD\fR = \fI"green"\fR
51 Defines color used for world packages planned to be merged.
52 .TP
53 \fBPKG_BINARY_MERGE\fR = \fI"purple"\fR
54 Defines color used for packages planned to be merged using a binary package.
55 .TP
56 \fBPKG_BINARY_MERGE_SYSTEM\fR = \fI"purple"\fR
57 Defines color used for system packages planned to be merged using a binary package.
58 .TP
59 \fBPKG_BINARY_MERGE_WORLD\fR = \fI"fuchsia"\fR
60 Defines color used for world packages planned to be merged using a binary package.
61 .TP
62 \fBPKG_NOMERGE\fR = \fI"darkblue"\fR
63 Defines color used for packages not planned to be merged.
64 .TP
65 \fBPKG_NOMERGE_SYSTEM\fR = \fI"darkblue"\fR
66 Defines color used for system packages not planned to be merged.
67 .TP
68 \fBPKG_NOMERGE_WORLD\fR = \fI"blue"\fR
69 Defines color used for world packages not planned to be merged.
70 .TP
71 \fBPKG_UNINSTALL\fR = \fI"red"\fR
72 Defines color used for packages planned to be uninstalled in order
73 to resolve conflicts.
74 .TP
75 \fBPROMPT_CHOICE_DEFAULT\fR = \fI"green"\fR
76 Defines color used for the default choice at a prompt.
77 .TP
78 \fBPROMPT_CHOICE_OTHER\fR = \fI"red"\fR
79 Defines color used for a non\-default choice at a prompt.
80 .TP
81 \fBSECURITY_WARN\fR = \fI"red"\fR
82 Defines color used for security warnings.
83 .TP
84 \fBUNMERGE_WARN\fR = \fI"red"\fR
85 Defines color used for unmerge warnings.
86 .TP
87 \fBWARN\fR = \fI"yellow"\fR
88 Defines color used for warnings.
89 .SH "LIST OF VALID ATTRIBUTES"
90 .TP
91 .B Foreground colors
92 .RS
93 .TP
94 .B black
95 .TP
96 .B darkgray
97 .TP
98 .B darkred
99 .TP
100 .B red
101 .TP
102 .B darkgreen
103 .TP
104 .B green
105 .TP
106 .B brown
107 .TP
108 .B yellow
109 .TP
110 .B darkyellow
111 .TP
112 .B darkblue
113 .TP
114 .B blue
115 .TP
116 .B purple
117 .TP
118 .B fuchsia
119 .TP
120 .B teal
121 .TP
122 \fBturquoise\fR = \fBdarkteal\fR
123 .TP
124 .B lightgray
125 .TP
126 .B white
127 .RE
128 .TP
129 .B Background colors
130 .RS
131 .TP
132 .B bg_black
133 .TP
134 .B bg_darkred
135 .TP
136 .B bg_darkgreen
137 .TP
138 \fBbg_brown\fR = \fBbg_darkyellow\fR
139 .TP
140 .B bg_darkblue
141 .TP
142 .B bg_purple
143 .TP
144 .B bg_teal
145 .TP
146 .B bg_lightgray
147 .RE
148 .TP
149 .B Other attributes
150 .RS
151 .TP
152 .B normal
153 .TP
154 .B no\-attr
155 .TP
156 .B reset
157 .TP
158 .B bold
159 .TP
160 .B faint
161 .TP
162 .B standout
163 .TP
164 .B no\-standout
165 .TP
166 .B underline
167 .TP
168 .B no\-underline
169 .TP
170 .B blink
171 .TP
172 .B no\-blink
173 .TP
174 .B overline
175 .TP
176 .B no\-overline
177 .TP
178 .B reverse
179 .TP
180 .B no\-reverse
181 .TP
182 .B invisible
183 .RE
184 .SH "REPORTING BUGS"
185 Please report bugs via http://bugs.gentoo.org/
186 .SH "AUTHORS"
187 .nf
188 Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@gmail.com>
189 .fi
190 .SH "FILES"
191 .TP
192 .B /etc/portage/color.map
193 Contains variables customizing colors.
194 .TP
195 .B /etc/portage/make.conf
196 Contains other variables.
197 .SH "SEE ALSO"
198 .BR console_codes (4),
199 .BR make.conf (5),
200 .BR portage (5),
201 .BR emerge (1),
202 .BR ebuild (1),
203 .BR ebuild (5)
204 .TP
205 The \fI/usr/lib/portage/pym/portage/output.py\fR Python module.