summaryrefslogtreecommitdiffstats
path: root/man/color.map.5
blob: 9cd4356bcb1c6912fe56c754a738cc6aac9941f0 (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
.TH "COLOR.MAP" "5" "Jun 2007" "Portage 2.1.3" "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 "VARIABLES"
.TP
\fBBAD\fR = \fI"0xFF5555"\fR
Defines color used for some words occuring in bad context.
.TP
\fBBRACKET\fR = \fI"0x5555FF"\fR
Defines color used for brackets.
.TP
\fBGOOD\fR = \fI"0x55FF55"\fR
Defines color used for some words occuring in good context.
.TP
\fBHILITE\fR = \fI"0x00AAAA"\fR
Defines color used for highlighted words.
.TP
\fBINFORM\fR = \fI"0x00AA00"\fR
Defines color used for informational words.
.TP
\fBMERGE_LIST_PROGRESS\fR = \fI"0xFFFF55"\fR
Defines color used for numbers used in merge progress lists.
.TP
\fBPKG_MERGE\fR = \fI"0x00AA00"\fR
Defines color used for packages planned to be merged.
.TP
\fBPKG_MERGE_SYSTEM\fR = \fI"0x00AA00"\fR
Defines color used for packages planned to be merged and belonging to
system set.
.TP
\fBPKG_MERGE_WORLD\fR = \fI"0x55FF55"\fR
Defines color used for packages planned to be merged and belonging to
world set.
.TP
\fBPKG_NOMERGE\fR = \fI"0x0000AA"\fR
Defines color used for packages not planned to be merged.
.TP
\fBPKG_NOMERGE_SYSTEM\fR = \fI"0x0000AA"\fR
Defines color used for packages not planned to be merged and belonging to
system set.
.TP
\fBPKG_NOMERGE_WORLD\fR = \fI"0x5555FF"\fR
Defines color used for packages not planned to be merged and belonging to
world set.
.TP
\fBSECURITY_WARN\fR = \fI"0xFF5555"\fR
Defines color used for security warnings.
.TP
\fBUNMERGE_WARN\fR = \fI"0xFF5555"\fR
Defines color used for unmerge warnings.
.TP
\fBWARN\fR = \fI"0xFFFF55"\fR
Defines color used for warnings.
.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 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.