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