Skip to content

Commit 568d2a1

Browse files
Update README.md, "Light" is actually not a style
1 parent 695b89f commit 568d2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Please note that [certain colors](https://github.com/PeterDaveHello/ColorEchoFor
3737

3838
* echo.Cyan
3939
* echo.ULCyan
40-
* echo.LightCyan
4140
* echo.BoldCyan
4241
* echo.BoldULCyan
4342

@@ -52,13 +51,14 @@ Please note that [certain colors](https://github.com/PeterDaveHello/ColorEchoFor
5251
## Supported styles
5352

5453
* Bold as `Bold`
55-
* Light as `Light`
5654
* Underline as `UL`
5755

5856
## Supported colors
5957

6058
* See [color table](https://github.com/PeterDaveHello/ColorEchoForShell/blob/master/color%20table.txt)
6159

60+
* For the standard color(coded in range 0~7), it'll has a light version of the color, just use the `Light` keyword before the color, for example: `LightYellow`.
61+
6262
## Notes
6363

6464
* If you have [lolcat](https://github.com/busyloop/lolcat), you can also try `echo.Rainbow`.

0 commit comments

Comments
 (0)