Skip to content

Commit

Permalink
style: Adding Alternate Name in Color Table
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Mar 15, 2024
1 parent ed7ef2a commit 3ab3bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/ColorTable.ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $colors = 'Black', 'Red', 'Green', 'Yellow', 'Blue', 'Purple', 'Cyan', 'White',
[PSCustomObject]@{
Table = @(foreach ($n in 0..15) {
[PSCustomObject]@{
"CSS Class" = "ANSI$n"
"CSS Class" = "ANSI$n or $($colors[$n])"
Color = $colors[$n]
Sample = "<span class='ANSI$n'>*</span>"
}
Expand Down

0 comments on commit 3ab3bdc

Please sign in to comment.