Skip to content

Commit af14b2e

Browse files
author
James Brundage
committed
style: Using Solid Block in Color Table
Putting ANSI in <pre>
2 parents 8ec8b99 + 2353e80 commit af14b2e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/_includes/ColorTable.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11

2-
|CSS Class |Color |Sample |
3-
|----------------------|------------|-----------------------------|
4-
|ANSI0 or Black |Black |<span class='ANSI0'>*</span> |
5-
|ANSI1 or Red |Red |<span class='ANSI1'>*</span> |
6-
|ANSI2 or Green |Green |<span class='ANSI2'>*</span> |
7-
|ANSI3 or Yellow |Yellow |<span class='ANSI3'>*</span> |
8-
|ANSI4 or Blue |Blue |<span class='ANSI4'>*</span> |
9-
|ANSI5 or Purple |Purple |<span class='ANSI5'>*</span> |
10-
|ANSI6 or Cyan |Cyan |<span class='ANSI6'>*</span> |
11-
|ANSI7 or White |White |<span class='ANSI7'>*</span> |
12-
|ANSI8 or BrightBlack |BrightBlack |<span class='ANSI8'>*</span> |
13-
|ANSI9 or BrightRed |BrightRed |<span class='ANSI9'>*</span> |
14-
|ANSI10 or BrightGreen |BrightGreen |<span class='ANSI10'>*</span>|
15-
|ANSI11 or BrightYellow|BrightYellow|<span class='ANSI11'>*</span>|
16-
|ANSI12 or BrightBlue |BrightBlue |<span class='ANSI12'>*</span>|
17-
|ANSI13 or BrightPurple|BrightPurple|<span class='ANSI13'>*</span>|
18-
|ANSI14 or BrightCyan |BrightCyan |<span class='ANSI14'>*</span>|
19-
|ANSI15 or BrightWhite |BrightWhite |<span class='ANSI15'>*</span>|
2+
|ANSI |Color |Sample |
3+
|------|------------|-----------------------------|
4+
|ANSI0 |Black |<span class='ANSI0'>*</span> |
5+
|ANSI1 |Red |<span class='ANSI1'>*</span> |
6+
|ANSI2 |Green |<span class='ANSI2'>*</span> |
7+
|ANSI3 |Yellow |<span class='ANSI3'>*</span> |
8+
|ANSI4 |Blue |<span class='ANSI4'>*</span> |
9+
|ANSI5 |Purple |<span class='ANSI5'>*</span> |
10+
|ANSI6 |Cyan |<span class='ANSI6'>*</span> |
11+
|ANSI7 |White |<span class='ANSI7'>*</span> |
12+
|ANSI8 |BrightBlack |<span class='ANSI8'>*</span> |
13+
|ANSI9 |BrightRed |<span class='ANSI9'>*</span> |
14+
|ANSI10|BrightGreen |<span class='ANSI10'>*</span>|
15+
|ANSI11|BrightYellow|<span class='ANSI11'>*</span>|
16+
|ANSI12|BrightBlue |<span class='ANSI12'>*</span>|
17+
|ANSI13|BrightPurple|<span class='ANSI13'>*</span>|
18+
|ANSI14|BrightCyan |<span class='ANSI14'>*</span>|
19+
|ANSI15|BrightWhite |<span class='ANSI15'>*</span>|
2020

2121

2222

0 commit comments

Comments
 (0)