Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colorblind Accessibility #217

Open
Nobunaji opened this issue Jul 7, 2024 · 2 comments
Open

Colorblind Accessibility #217

Nobunaji opened this issue Jul 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Nobunaji
Copy link

Nobunaji commented Jul 7, 2024

Is your feature request related to a problem?

I am colorblind and I am having issues noticing the red background.

Describe the solution you'd like

I would thus like to request 2 new settings to be added :

  • A slider for the opacity of the background
  • A color picker for the color of the missing items.

Describe alternatives you've considered

No response

Additional context

No response

@Nobunaji Nobunaji added the enhancement New feature or request label Jul 7, 2024
@tr7zw
Copy link
Owner

tr7zw commented Jul 7, 2024

Ehhhh a color picker is anything but easy to add. https://github.com/tr7zw/ItemSwapper/blob/main/src/main/java/dev/tr7zw/itemswapper/util/RenderHelper.java#L45 this value could be exposed via the config or so, but don't think a color picker for the config screen will happen unless someone has the knowhow and pr's it(also noteworthy that the red-tinted items is actually copied from Minecraft, so might also be something to ask Mojang about). The opacity of the background is the resource pack, not code. You can replace the image with one better fitting your needs(feel free to open a pr).

@Nobunaji
Copy link
Author

Nobunaji commented Jul 7, 2024

You maybe could just do a simple button with a preselection of colors and clicking on the button goes through the list of colors. I did not mean a litteral color picker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants