mirror of
https://github.com/jarun/nnn.git
synced 2025-02-18 23:34:37 +00:00
Updated Usage (markdown)
parent
5d225fe550
commit
a22e3f2c45
1 changed files with 5 additions and 0 deletions
5
Usage.md
5
Usage.md
|
@ -103,6 +103,11 @@ Use plugin `nbak` to backup configuration.
|
|||
`bsdtar` can extract, list and `archivemount` can mount ISO 9660 cdrom images (extn: iso).
|
||||
3. Understands 8 color, xterm 256 color or both.
|
||||
|
||||
![hex-color-codes]()
|
||||
|
||||
<p align="center"><img src="https://user-images.githubusercontent.com/1482942/93023823-46a6ba80-f5e1-11ea-9ea3-6a3c757704f4.png" /></p>
|
||||
<p align="center"><i>Table of hexadecimal numbers representing numbers</i></p>
|
||||
|
||||
- 8 colors numbers: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white.
|
||||
- To specify [xterm 256 color numbers](https://jonasjacek.github.io/colors/), prefix with `#` and use the hex values (2 symbols per context).
|
||||
- To specify both, export 256 color number followed by 8 color number as fallback, separated by `;`.
|
||||
|
|
Loading…
Add table
Reference in a new issue