Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris authored Mar 25, 2024
1 parent da5bb42 commit 33f9545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ <H1>Faces</H1>
"grey": "grey",
"purple": "rgb(48 34 130)",
"green": "rgb(55 117 59)",
"cyan": "rgb(55 117 59)", // too similar to grey, avoid
"cyan": "rgb(55 117 59)", // too similar to pink and grey, avoid
"blue": "rgb(151 202 234)", // light blue
"yellow": "rgb(218 204 130)",
"pink": "rgb(191 108 120)",
Expand Down
2 changes: 1 addition & 1 deletion pkg/faces/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var Colors = map[string]string{
"grey": "grey",
"purple": "rgb(48 34 130)",
"green": "rgb(55 117 59)",
"teal": "rgb(55 117 59)", // too similar to grey, avoid
"cyan": "rgb(55 117 59)", // too similar to pink and grey, avoid
"blue": "rgb(151 202 234)", // light blue
"yellow": "rgb(218 204 130)",
"pink": "rgb(191 108 120)",
Expand Down

0 comments on commit 33f9545

Please sign in to comment.