Skip to content

Commit

Permalink
Merge pull request #9 from ttkzw/grey
Browse files Browse the repository at this point in the history
Add a color, silver.
  • Loading branch information
ttkzw authored Mar 20, 2024
2 parents c69048d + 8b565df commit 5c12dd3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/8bit-color.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Violet,#8700FF,93
Magenta,#FF00FF,201
Rose,#FF0087,198
White,#FFFFFF,231
Silver,#BCBCBC,250
Grey,#808080,244
Black,#000000,16
1 change: 1 addition & 0 deletions colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- <span style="color:#FF00FF;">Magenta</span>
- <span style="color:#FF0087;">Rose</span>
- <span style="color:#FFFFFF;">White</span>
- <span style="color:#BCBCBC;">Silver</span>
- <span style="color:#808080;">Grey</span>
- <span style="color:#000000;">Black</span>

10 changes: 10 additions & 0 deletions tables.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c12dd3

Please sign in to comment.