mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
docs: mention that color rules are applied in the order they are listed
Suggested-by: Tiago Almeida <tjamadeira@gmail.com>
This commit is contained in:
parent
2698a2ba68
commit
c95e5362e6
@ -1077,6 +1077,9 @@ stronger highlight.
|
|||||||
If your terminal supports transparency, not specifying a "bgcolor"
|
If your terminal supports transparency, not specifying a "bgcolor"
|
||||||
tells @command{nano} to attempt to use a transparent background.
|
tells @command{nano} to attempt to use a transparent background.
|
||||||
|
|
||||||
|
All coloring commands are applied in the order in which they are specified,
|
||||||
|
which means that later commands can recolor stuff that was colored earlier.
|
||||||
|
|
||||||
@item icolor @var{fgcolor},@var{bgcolor} "@var{regex}" @dots{}
|
@item icolor @var{fgcolor},@var{bgcolor} "@var{regex}" @dots{}
|
||||||
Same as above, except that the matching is case insensitive.
|
Same as above, except that the matching is case insensitive.
|
||||||
|
|
||||||
|
@ -411,6 +411,9 @@ one of which must be specified. Valid color names are:
|
|||||||
You may use the prefix \fBbright\fR for the foreground color to get a
|
You may use the prefix \fBbright\fR for the foreground color to get a
|
||||||
stronger highlight. If your terminal supports transparency, not specifying
|
stronger highlight. If your terminal supports transparency, not specifying
|
||||||
a \fIbgcolor\fP tells \fBnano\fP to attempt to use a transparent background.
|
a \fIbgcolor\fP tells \fBnano\fP to attempt to use a transparent background.
|
||||||
|
.sp
|
||||||
|
All coloring commands are applied in the order in which they are specified,
|
||||||
|
which means that later commands can recolor stuff that was colored earlier.
|
||||||
.TP
|
.TP
|
||||||
.BI "icolor " fgcolor , bgcolor " """ regex """ " \fR...
|
.BI "icolor " fgcolor , bgcolor " """ regex """ " \fR...
|
||||||
Same as above, except that the matching is case insensitive.
|
Same as above, except that the matching is case insensitive.
|
||||||
|
@ -238,6 +238,9 @@
|
|||||||
## yellow, magenta, cyan. For foreground colors, you may use the
|
## yellow, magenta, cyan. For foreground colors, you may use the
|
||||||
## prefix "bright" to get a stronger highlight.
|
## prefix "bright" to get a stronger highlight.
|
||||||
##
|
##
|
||||||
|
## All color commands are applied in the order in which they are specified,
|
||||||
|
## meaning that later commands can recolor stuff that was colored earlier.
|
||||||
|
##
|
||||||
## All regexes (regular expressions) are of the extended type (ERE).
|
## All regexes (regular expressions) are of the extended type (ERE).
|
||||||
##
|
##
|
||||||
## To use multi-line regexes, use the start="regex" end="regex"
|
## To use multi-line regexes, use the start="regex" end="regex"
|
||||||
|
Loading…
Reference in New Issue
Block a user