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

[FR]: HDD Manager HDL partition text color change #89

Closed
1 of 9 tasks
lottehime opened this issue Aug 24, 2024 · 0 comments · Fixed by #90
Closed
1 of 9 tasks

[FR]: HDD Manager HDL partition text color change #89

lottehime opened this issue Aug 24, 2024 · 0 comments · Fixed by #90
Assignees
Labels
Feature Request Feature Request

Comments

@lottehime
Copy link

lottehime commented Aug 24, 2024

Explanation

Low priority 🔻

Propose color change to a darker shade of green that has better readability and is easier on the vision impaired.

case PARTITION_TYPE::HDL:
PARTList->SetItemTextColour(itemIndex, *wxGREEN);
TMP = "HDL";
break;

Any color tints in the #AAFF00 group have poor readability in general as fine weighted text on white.

For an example color to change to; tints in the #006633 group have good readability on white and good contrast for the vision impaired.

case PARTITION_TYPE::HDL:
    PARTList->SetItemTextColour(itemIndex, wxColour (0x32, 0xA8, 0x52));
    TMP = "HDL";
    break;

Happy to PR when I have time if you aren't able to get to it.

fature related

  • game Installation
  • Title Database
  • ART Downloader
  • Game management
  • HDD management
  • Others...

other checks

  • I've checked if such feature exists on Latest version
  • This Feature requires an update of WxWidgets
  • Needs an update of HDL Dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Feature Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants