We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Low priority 🔻
Propose color change to a darker shade of green that has better readability and is easier on the vision impaired.
HDL-Batch-installer/HDL-Batch-installer-SRC/HDDManager.cpp
Lines 213 to 216 in 0fb8ba0
Any color tints in the #AAFF00 group have poor readability in general as fine weighted text on white.
#AAFF00
For an example color to change to; tints in the #006633 group have good readability on white and good contrast for the vision impaired.
#006633
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.
The text was updated successfully, but these errors were encountered:
[HDDManager]: display HDL partition on darker green
e49b0b8
fix #89
1c2bc4b
israpps
Successfully merging a pull request may close this issue.
Explanation
Low priority 🔻
Propose color change to a darker shade of green that has better readability and is easier on the vision impaired.
HDL-Batch-installer/HDL-Batch-installer-SRC/HDDManager.cpp
Lines 213 to 216 in 0fb8ba0
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.Happy to PR when I have time if you aren't able to get to it.
fature related
other checks
The text was updated successfully, but these errors were encountered: