CleverRaven/Cataclysm-DDA

Presets for colorblind users

Open

#57,589 opened on May 9, 2022

View on GitHub
 (3 comments) (1 reaction) (0 assignees)C++ (3,991 forks)batch import
(P3 - Medium)<Suggestion / Discussion>AccessibilityHelp Wanted

Repository metrics

Stars
 (9,264 stars)
PR merge metrics
 (Avg merge 6d 5h) (292 merged PRs in 30d)

Description

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:

  • Protanopia & Deuteranopia for red/green color blindness
  • Tritanopia for blue/yellow color blindness
  • And optionally something addressing the complete lack of color vision (grayscale)

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

Contributor guide