israpps / HDL-Batch-installer

A GUI for HDL Dump. Featuring batch installation of PS2 games to PS2 internal hdd and some game management utilities
https://israpps.github.io/HDL-Batch-installer/
GNU General Public License v3.0
226 stars 12 forks source link

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

Closed lottehime closed 6 days ago

lottehime commented 3 weeks ago

Explanation

Low priority 🔻

Propose color change to a darker shade of green that has better readability and is easier on the vision impaired. https://github.com/israpps/HDL-Batch-installer/blob/0fb8ba0f8cb3c15caf8f63df80373edd198a3b68/HDL-Batch-installer-SRC/HDDManager.cpp#L213-L216

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

other checks