About This Rule Parse Configuration Keys Render Configuration Keys Description
| Name | colortext |
| Type | inline |
| Syntax | ##color|text## |
None.
None.
Use this rule to mark colored text. You describe the color using one of the W3C CSS color names…
| aqua | <span style="color: aqua;">the quick brown fox jumps over the lazy dog</span> |
| black | <span style="color: black;">the quick brown fox jumps over the lazy dog</span> |
| blue | <span style="color: blue;">the quick brown fox jumps over the lazy dog</span> |
| fuchsia | <span style="color: fuchsia;">the quick brown fox jumps over the lazy dog</span> |
| gray | <span style="color: gray;">the quick brown fox jumps over the lazy dog</span> |
| green | <span style="color: green;">the quick brown fox jumps over the lazy dog</span> |
| lime | <span style="color: lime;">the quick brown fox jumps over the lazy dog</span> |
| maroon | <span style="color: maroon;">the quick brown fox jumps over the lazy dog</span> |
| navy | <span style="color: navy;">the quick brown fox jumps over the lazy dog</span> |
| olive | <span style="color: olive;">the quick brown fox jumps over the lazy dog</span> |
| purple | <span style="color: purple;">the quick brown fox jumps over the lazy dog</span> |
| red | <span style="color: red;">the quick brown fox jumps over the lazy dog</span> |
| silver | <span style="color: silver;">the quick brown fox jumps over the lazy dog</span> |
| teal | <span style="color: teal;">the quick brown fox jumps over the lazy dog</span> |
| white | <span style="color: white;">the quick brown fox jumps over the lazy dog</span> |
| yellow | <span style="color: yellow;">the quick brown fox jumps over the lazy dog</span> |
… or a standard hex code.
##red|This is red text,## but this is not. More text, and then ##ff9933|this is kind of orange.##
<span style="color: red;">This is red text,</span> but this is not.More text, and then <span style="color: #ff9933;">this is kind of orange.</span>