mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update man page
This commit is contained in:
parent
0691c4fb47
commit
e5c1b0bdd2
5
nnn.1
5
nnn.1
|
@ -428,7 +428,7 @@ separated by \fI;\fR:
|
||||||
export NNN_COLORS='1234'
|
export NNN_COLORS='1234'
|
||||||
|
|
||||||
# xterm 256 color numbers (converted to hex, 2 symbols per context):
|
# xterm 256 color numbers (converted to hex, 2 symbols per context):
|
||||||
# see https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
|
# see https://user-images.githubusercontent.com/1482942/93023823-46a6ba80-f5e1-11ea-9ea3-6a3c757704f4.png
|
||||||
export NNN_COLORS='#0a1b2c3d'
|
export NNN_COLORS='#0a1b2c3d'
|
||||||
|
|
||||||
# both (256 followed by 8 as fallback, separated by ';')
|
# both (256 followed by 8 as fallback, separated by ';')
|
||||||
|
@ -441,8 +441,7 @@ separated by \fI;\fR:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
|
export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
|
||||||
|
|
||||||
Specify file-specific colors with decimal xterm 256 color numbers converted
|
Specify file-specific colors in xterm 256 color hex numbers (2 symbols per color).
|
||||||
to 2 hex symbols per color.
|
|
||||||
Order is strict, use 00 to omit/use default terminal color. Defaults:
|
Order is strict, use 00 to omit/use default terminal color. Defaults:
|
||||||
|
|
||||||
------------------------- + --- + -------------
|
------------------------- + --- + -------------
|
||||||
|
|
Loading…
Reference in a new issue