migaku-official / Migaku-Dictionary-Addon

Migaku Dictionary allows users to lookup word definitions, export definitions to their cards in real-time, hear word audio and see word frequency, etc. If you have an issue please report it in the "Issues" tab. Reponses to issues can be slow on GitHub, for faster support consider joining our Discord server through our Patreon page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS dark mode search box is dark gray with black text

bookcasey opened this issue · comments

Type:

  • bug
  • feature
  • enhancement
  • question

Environment:

  • OS: MacOS

I'm going to open a PR to resolve the issue:

  • yes
  • no

Description:
Dictionary search input on dark/night mode on MacOS has black text over a dark gray background, which is very hard to see.

Screen Shot 2021-03-06 at 12 32 36 AM

The proposed change results in much higher contrast.

Screen Shot 2021-03-06 at 12 40 52 AM

Also, the black text seems like a mistake because (at least looking at the code) it seems like it would be white on Windows.

QLineEdit {color: white; background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #272828, stop: 1 black);}