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

Editor text Illegible when using a dark theme #12

Open
ChrisNava opened this issue Dec 1, 2017 · 3 comments
Open

Editor text Illegible when using a dark theme #12

ChrisNava opened this issue Dec 1, 2017 · 3 comments

Comments

@ChrisNava
Copy link

ChrisNava commented Dec 1, 2017

image
I use a dark theme in Eclipse and the default "selected" editor text is white on very light blue. I searched but did not find a setting to override this. Is there one?

@paulvi
Copy link
Collaborator

paulvi commented Dec 4, 2017

Indeed there is no color preferences at all
https://github.com/Mathieuu/CsvEdit/blob/master/csvedit.plugin.ui/src/org/fhsolution/eclipse/plugins/csvedit/customeditor/preferences/PreferenceConstants.java

First step should be find hard coded colors and move them into constants.
Then make Preferences.
Nodeclipse/nodeclipse@8981e22

Help wanted.

@difflaender
Copy link

I am using a dark theme as well and it does not actually seem that bad anymore in a recent Eclipse version. The background color of the selection is a darker blue (the same that you have in other places in Windows or the browser), so it's actually pretty readable.

The only thing that is not as readable right now is the tooltip that you get when you have a long text in a narrow cell. The tooltip uses light-gray text on a white background.

@paulvi
Copy link
Collaborator

paulvi commented Jul 15, 2021

Before and now it is issue of Eclipse platfrom, and possibly OS widget color cannot be change in a plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants