Open NetSysFire opened 2 years ago
Color templates only swap curses colors and do not change RGB values for any colors. Curses version users with vision differences probably already have color profiles in terminal software they use. Tiles version users can change RGB values using base_colors.json in their config folder. We do not provide any custom templates for base_colors.json.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not \'bump\' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.
Is your feature request related to a problem? Please describe.
There are currently two presets of color themes: default and no bright background. Unfortunately there are no presets for colorblind users, giving them a considerable and unfair disadvantage.
Solution you would like.
Two additional color themes since there is not just kind of being colorblind:
That would help these users to play the game.
Describe alternatives you have considered.
Using 24 bit color codes so you have a greater range of color. This would require a terminal which supports it but most already do. The greater range of color would make it considerably easier to find distinguishable colors.
Additional context
No response