summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mgutz/ansi/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mgutz/ansi/README.md')
-rw-r--r--vendor/github.com/mgutz/ansi/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/mgutz/ansi/README.md b/vendor/github.com/mgutz/ansi/README.md
index 8f8e20b7..05905abe 100644
--- a/vendor/github.com/mgutz/ansi/README.md
+++ b/vendor/github.com/mgutz/ansi/README.md
@@ -34,6 +34,7 @@ Other examples
```go
Color(s, "red") // red
+Color(s, "red+d") // red dim
Color(s, "red+b") // red bold
Color(s, "red+B") // red blinking
Color(s, "red+u") // red underline
@@ -73,6 +74,7 @@ Foreground Attributes
* B = Blink
* b = bold
* h = high intensity (bright)
+* d = dim
* i = inverse
* s = strikethrough
* u = underline