Skip to content

Commit

Permalink
Change Square-1 yellow to dark gray
Browse files Browse the repository at this point in the history
Changed Square-1 yellow to dark gray by adding a new color, this is the most common square-1 color scheme, and fixes the problem with yellow and white contrasting, this would make it easier to check scrambles, and also make it easier on our eyes. The community has already voiced support for this change. https://forum.worldcubeassociation.org/t/change-clock-and-square-1-color-scheme-on-tnoodle-scramble-pdfs-to-white-black/42647
  • Loading branch information
alexmaasswca committed Mar 18, 2024
1 parent 9397fb6 commit 8692913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public PuzzleStateAndGenerator generateRandomMoves(Random r) {
defaultColorScheme.put("F", Color.RED);
defaultColorScheme.put("L", Color.BLUE);
defaultColorScheme.put("R", Color.GREEN);
defaultColorScheme.put("U", Color.YELLOW);
defaultColorScheme.put("U", new Color(64, 64, 64));
}
@Override
public Map<String, Color> getDefaultColorScheme() {
Expand Down

0 comments on commit 8692913

Please sign in to comment.