Updated Usage (markdown)

0xACE 2020-09-13 16:53:22 +00:00
parent 5d225fe550
commit a22e3f2c45

@ -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 `;`.