google / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
2.32k stars 330 forks source link

Hard to read texts on the `AboutDialog` when a dark desktop theme is selected #897

Closed yukawa closed 3 months ago

yukawa commented 3 months ago

Description

AboutDialog's background colors are hard-coded with an assumption that the text is rendered with a dark color, which is, however, not true when a dark desktop theme is selected.

Steps to reproduce

Steps to reproduce the behavior:

  1. Build and install Mozc
  2. "%ProgramFiles(x86)%\Mozc\mozc_tool.exe" --mode=about_dialog

Expected behavior

You can clearly see the contents on the about dialog.

Actual behavior

You can clearly see the contents on the about dialog.

Screenshots

On Windows 11 23H2

AboutDialog-win

On macOS 14.4

AboutDialog-mac

Version or commit-id

ce08baee2147048bd53a835e698aabba17be35c1

Environment