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

Improve color contrast of the fail/pass icon #358

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ungjinPark
Copy link
Contributor

@ungjinPark ungjinPark commented Nov 28, 2024

The contrast mode issue(#355, #356) prompted me to revisit the color contrast of the CCA user interface.

I identified issues with color contrast across various screen theme modes (e.g., Windows Contrast Theme, Dark Mode, Light Mode), particularly with the fail (X mark) and pass (check mark) icons.

To address this, I adjusted the colors to ensure a contrast ratio of at least 4.5:1 in all modes (Light, Dark, and Contrast Mode).

Samples

The images below are samples with new colors applied.

Light Mode

image

Dark mode

image

Windows Contrast Themes

  1. Night Sky

    image

  2. Desert

    image

  3. Aquatic

    image

  4. Dusk

    image

Note

A converted text icon was added using the Icomoon library to help the icon support the system color of the contrast theme.

= added 3 commits November 29, 2024 00:06
- **Menu** :
  - "Move to previous monitor" -> "이전 모니터로 옮기기"
  - "Move to next monitor" -> "다음 모니터로 옮기기"
- **Main** :
  - "Version {version} is available" -> {version} 버전을 사용할 수
    있습니다."
  - "More Details" -> "상세 내역 보기"
  - "Download" -> "다운로드"
  - "Close" -> "닫기"
- **About**
  - Under -> "라이선스"
The contrast mode issue(ThePacielloGroup#355, ThePacielloGroup#356) prompted me to revisit the color contrast of the CCA user interface.

I identified issues with color contrast across various screen theme modes (e.g., Windows Contrast Theme, Dark Mode, Light Mode), particularly with the fail (X mark) and pass (check mark) icons.

To address this, I adjusted the colors to ensure a contrast ratio of at least 4.5:1 in all modes (Light, Dark, and Contrast Mode).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant