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

Text in the text field is not visible when using dark mode #81

Open
nilsreichardt opened this issue Oct 30, 2023 · 2 comments
Open

Text in the text field is not visible when using dark mode #81

nilsreichardt opened this issue Oct 30, 2023 · 2 comments
Assignees

Comments

@nilsreichardt
Copy link
Contributor

nilsreichardt commented Oct 30, 2023

Description

I have the problem that my text is not really visible when typing in the text field.

Screen.Recording.2023-10-30.at.16.37.19.mov

Workaround

I discovered that it's related to the system theme. Using light mode doesn't have this issue.

Light Mode Dark Mode
Screenshot 2023-10-30 at 16 39 45 Screenshot 2023-10-30 at 16 39 29
Screenshot 2023-10-30 at 16 39 37

System: MacBook Pro M1, macOS 13.6, I'm using v0.9.5 of qtrvsim

Maybe related to #78

@jdupak
Copy link
Collaborator

jdupak commented Nov 2, 2023

Hi @nilsreichardt,
I have trouple reproducing your problem. I have checked the code and it should you named colors Qt::black and Qt::white for text and background respectively. I have a dark theme and I do not have such issues. I have verified , that the highlighter does not break the base text color either.

What theme do you use? Can you check what colors does it define for Qt::black and Qt::white ?

@jdupak jdupak self-assigned this Nov 2, 2023
@nilsreichardt
Copy link
Contributor Author

Screen.Recording.2023-11-13.at.11.11.44.mov

Here is a reproducible case:

  1. Create a new file
  2. Write some characters
  3. Delete them
  4. Write again

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

No branches or pull requests

2 participants