Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: improve doc wording
  • Loading branch information
BridgeAR committed Nov 28, 2019
commit 87e609103f31abb2631b52e7b7db1723c8695892
5 changes: 3 additions & 2 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ The default styles and associated colors are:
Color styling uses ANSI control codes that may not be supported on all
terminals. To verify color support use [`tty.hasColors()`][].

The predefined color codes are:
Predefined control codes are listed below (grouped as "Modifiers", "Foreground
colors", and "Background colors").

#### Modifiers

Expand All @@ -705,7 +706,7 @@ ignored, if not supported.
double underlined (Alias: `doubleUnderline`)
* <span style="border: 1px">framed</span> - Draw a frame around the text

#### Colors
#### Foreground colors

* `black`
* `red`
Expand Down