docs: mention that "normal" can be used to give things the default color
parent
52d851a1aa
commit
8560a0a225
|
@ -1001,8 +1001,11 @@ The default value is @t{"#"}.
|
||||||
Display all pieces of text that match the
|
Display all pieces of text that match the
|
||||||
extended regular expression "regex" with foreground color "fgcolor" and
|
extended regular expression "regex" with foreground color "fgcolor" and
|
||||||
background color "bgcolor", at least one of which must be specified.
|
background color "bgcolor", at least one of which must be specified.
|
||||||
Valid colors for foreground and background are: white, black, red,
|
Valid names for foreground and background color are:
|
||||||
blue, green, yellow, magenta, and cyan. You may use the prefix "bright"
|
@code{white}, @code{black}, @code{blue}, @code{green},
|
||||||
|
@code{red}, @code{cyan}, @code{yellow}, @code{magenta}, and @code{normal}
|
||||||
|
--- where @code{normal} means the default foreground or background color.
|
||||||
|
You may use the prefix @code{bright}
|
||||||
to get a stronger color highlight for the foreground. If your
|
to get a stronger color highlight for the foreground. If your
|
||||||
terminal supports transparency, not specifying a "bgcolor" tells @command{nano}
|
terminal supports transparency, not specifying a "bgcolor" tells @command{nano}
|
||||||
to attempt to use a transparent background.
|
to attempt to use a transparent background.
|
||||||
|
|
|
@ -356,9 +356,11 @@ The default value is "\fB#\fP".
|
||||||
Display all pieces of text that match
|
Display all pieces of text that match
|
||||||
the extended regular expression \fIregex\fP with foreground color
|
the extended regular expression \fIregex\fP with foreground color
|
||||||
\fIfgcolor\fP and background color \fIbgcolor\fP, at least one of which
|
\fIfgcolor\fP and background color \fIbgcolor\fP, at least one of which
|
||||||
must be specified. Valid colors for foreground and background
|
must be specified. Valid names for foreground and background colors are:
|
||||||
are: white, black, red, blue, green, yellow, magenta, and cyan. You may
|
.BR white ", " black ", " blue ", " green ", " red ", "
|
||||||
use the prefix "bright" to get a stronger color highlight for the
|
.BR cyan ", " yellow ", " magenta ", and " normal
|
||||||
|
-- where \fBnormal\fR means the default foreground or background color.
|
||||||
|
You may use the prefix \fBbright\fR to get a stronger color highlight for the
|
||||||
foreground. If your terminal supports transparency, not specifying a
|
foreground. If your terminal supports transparency, not specifying a
|
||||||
\fIbgcolor\fP tells \fBnano\fP to attempt to use a transparent
|
\fIbgcolor\fP tells \fBnano\fP to attempt to use a transparent
|
||||||
background.
|
background.
|
||||||
|
|
Loading…
Reference in New Issue