aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-30 04:34:40 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-30 04:34:40 +0530
commit279f36f628fbdd8f5a3f2e57516de31648e056bb (patch)
treebade3aed4eba9e05d335fb00e62443ace6b8c7bd /nnn.1
parent3bd115ef936e67313b1395b2bf5cbcc3002dbd19 (diff)
downloadnnn-279f36f628fbdd8f5a3f2e57516de31648e056bb.tar.gz
Fix #716
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.112
1 files changed, 6 insertions, 6 deletions
diff --git a/nnn.1 b/nnn.1
index 09d37cf..069faee 100644
--- a/nnn.1
+++ b/nnn.1
@@ -413,14 +413,14 @@ separated by \fI;\fR:
----------------------------------- + -------------------------------------------------
.Ed
.Pp
-\fBNNN_COLORS:\fR string of color codes for each context, e.g.:
+\fBNNN_COLORS:\fR string of color numbers for each context, e.g.:
.Bd -literal
- # 8 color codes
- # codes: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
+ # 8 color numbers:
+ # 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
export NNN_COLORS='1234'
- # xterm 256 color codes (in hex, 2 symbols per context)
- # codes: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
+ # xterm 256 color numbers (in hex, 2 symbols per context):
+ # see https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
export NNN_COLORS='#0a1b2c3d'
# both (256 followed by 8 as fallback, separated by ';')
@@ -433,7 +433,7 @@ separated by \fI;\fR:
.Bd -literal
export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
- Specify file-specific colors with xterm 256 color codes (2 hex symbols per color).
+ Specify file-specific colors with xterm 256 color numbers (2 hex symbols per color).
Order is strict, use 00 to omit/use default terminal color. Defaults:
------------------------- + --- + -------------