Update Readme

This commit is contained in:
ℳichiel ℛoos 2017-05-26 12:48:31 +02:00
parent 08c92ba883
commit 15ec6321c2
No known key found for this signature in database
GPG key ID: B8443AC4B9C7BBC3

View file

@ -21,6 +21,10 @@ color red "This string will be red"
color g "This string will be green"
color y "This string will be yellow"
# Using numbers for colors
color 28 "This string will be dark green"
color 250 "This string will be light grey"
# Using styles
color black underline "This string will be black and underlined"
color r b "This string will be red and bold"
@ -36,6 +40,7 @@ color r b "This string will be red and bold"
* magenta (m)
* cyan (c)
* white (w)
* [0-256] - https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
### Available Styles