Skip to content

Commit 00c6b58

Browse files
committed
Add color list
1 parent 2d05caa commit 00c6b58

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,25 @@ The rest colors are used to colorize the captured group in the expression.
8080
In the example, the whole line is colorized to `White`, the first group captured by `(.*?)` is colorized to `LightGreen`.
8181

8282
`formats.lines.tokens` specifies the special tokens to be colorized in the matched line.
83+
84+
### Available colors
85+
86+
The available colors are below.
87+
88+
- Black
89+
- Blue
90+
- Cyan
91+
- Default
92+
- Green
93+
- LightBlack
94+
- LightBlue
95+
- LightCyan
96+
- LightGreen
97+
- LightMagenta
98+
- LightRed
99+
- LightWhite
100+
- LightYellow
101+
- Magenta
102+
- Red
103+
- White
104+
- Yellow

0 commit comments

Comments
 (0)