Fix Sokoban's Colorblind Accessibility - #2943
Merged
Merged
Conversation
Changes: - Strengthened the thread pattern on spool_red.png & thread_red.png - Removed the thread pattern from spool_yellow.png & thread_yellow.png - Left green's pattern as-is Results: Each color now has a distinct texture [smooth, medium, heavy], so spools and threads have an additional dimension to be more reliably told apart. Notes: - I am red/green colorblind. I'd say that it is now easier for me to see the dif between the different spools/threads. - No new colors were added to the color palette. - Deviates slightly from artist intent since the spools orignally shared a uniform thread pattern. Happy to readjust to better fit artist intent!
manuq
approved these changes
Sep 22, 2026
manuq
left a comment
Collaborator
There was a problem hiding this comment.
@bergiebird thanks so much for your contribution! And you are welcome to open a bug or improve any other colordblind accessibility issue you see in the game.
Next time, please add a line in the pull request description to link it with the issue. Like "Resolves #1203". This will tie them and when the PR is merged, the issue will be marked as completed. Check https://github.com/endlessm/threadbare/wiki/Contributing#pull-request-descriptions
This time, I will add that line myself and merge. Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Results: Each color now has a distinct texture [smooth, medium, heavy], so spools and threads have an additional dimension to be more reliably told apart. Notes:
Resolves #1203