Skip to content

Commit

Permalink
[puzzle-geometry] Update dodecahedra to use MediumGray.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 4, 2024
1 parent 685c675 commit 14fefd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cubing/puzzle-geometry/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function defaultPlatonicColorSchemes(): any {
BR: PGColors.BoldBlue,
BL: PGColors.Yellow,
I: PGColors.Orange,
D: PGColors.LightGray,
D: PGColors.MediumGray,
},
20: {
R: PGColors.Yellow,
Expand Down

0 comments on commit 14fefd4

Please sign in to comment.