Skip to content

Commit

Permalink
Add color list
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Apr 2, 2018
1 parent 2d05caa commit 00c6b58
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,25 @@ The rest colors are used to colorize the captured group in the expression.
In the example, the whole line is colorized to `White`, the first group captured by `(.*?)` is colorized to `LightGreen`.

`formats.lines.tokens` specifies the special tokens to be colorized in the matched line.

### Available colors

The available colors are below.

- Black
- Blue
- Cyan
- Default
- Green
- LightBlack
- LightBlue
- LightCyan
- LightGreen
- LightMagenta
- LightRed
- LightWhite
- LightYellow
- Magenta
- Red
- White
- Yellow

0 comments on commit 00c6b58

Please sign in to comment.