Asciidoc: Review terminal-colors.d.5.adoc

This commit is contained in:
Mario Blättermann 2021-03-24 17:37:34 +01:00
parent fc394b5b02
commit ea81716d0c
1 changed files with 6 additions and 4 deletions

View File

@ -33,13 +33,13 @@ The _term_ is a terminal identifier (the TERM environment variable). The termina
The _type_ is a file type. Supported file types are:
*disable*::
Turns off output colorization for all compatible utilities.
Turns off output colorization for all compatible utilities.
*enable*::
Turns on output colorization; any matching *disable* files are ignored.
Turns on output colorization; any matching *disable* files are ignored.
*scheme*::
Specifies colors used for output. The file format may be specific to the utility, the default format is described below.
Specifies colors used for output. The file format may be specific to the utility, the default format is described below.
If there are more files that match for a utility, then the file with the more specific filename wins. For example, the filename "@xterm.scheme" has less priority than "dmesg@xterm.scheme". The lowest priority are those files without a utility name and terminal identifier (e.g., "disable").
@ -129,12 +129,14 @@ Lines where the first non-blank character is a # (hash) are ignored. Any other u
== ENVIRONMENT
TERMINAL_COLORS_DEBUG=all::
enables debug output.
enables debug output.
== FILES
_$XDG_CONFIG_HOME/terminal-colors.d_
_$HOME/.config/terminal-colors.d_
_/etc/terminal-colors.d_
== EXAMPLE