-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix for Dark theme not readable #8929
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! I am always using the light theme. I switched to the dark theme - and it looks OK enough.
For future work, we should try to look at the color theme of Visual Studio Code. It has a very decent dark mode. (This also refs the discussion at #7825 (comment))
Thanks for the feedback. Threads solved. |
Thanks, lgtm! Can you please add changelog entry as well? |
Changes look good so far. Could you please double check if there isn't any compareable ui situation in JabRef where text is displayed on highlighted background? |
Thanks, I will update the changelog. |
Thanks for the feedback. About the first question, I did a search for the word This Dialog is exactly what we wanted to make the change to. In answer to the second question, I think the name you propose ( |
Changelog updated. |
Thanks again for the quick follow up! |
You are welcome :) |
* upstream/main: Fix for Dark theme not readable (JabRef#8929) Find Unlinked files should ignore Thumbs.db, etc (JabRef#8800) Try to make reproducible builds (JabRef#8925) Link to new board (and refine text) Pass the data as a string (JabRef#8923) Add IntelliJ plugins to Gitpod configuration Add gradle support Fix extension name Remove obsolete closing bracket Add gitpod config (JabRef#8921) Fix javafx version not displayed in About Dialog (JabRef#8918) Redesign "Manage field names & content" dialog (JabRef#8892)
* upstream/main: fix merge conflict Squashed 'buildres/csl/csl-locales/' changes from 969d9567ac..55459cd79f Squashed 'buildres/csl/csl-styles/' changes from e740261..3d3573c Show pdf icon for mime type in maintable (#8935) Fix for Dark theme not readable (#8929) Find Unlinked files should ignore Thumbs.db, etc (#8800) Try to make reproducible builds (#8925) Link to new board (and refine text) Pass the data as a string (#8923) Add IntelliJ plugins to Gitpod configuration Add gradle support Fix extension name Remove obsolete closing bracket
* upstream/main: Disable ResearchGateTest on CI (JabRef#8955) Bump checkstyle from 10.1 to 10.3.1 (JabRef#8950) Bump checkstyle from 10.1 to 10.3.1 (JabRef#8950) Bump mariadb-java-client from 2.7.5 to 2.7.6 (JabRef#8953) Add notification when adding previous entries to new group configuration (JabRef#8919) Remember Sidepane width after restart (JabRef#8936) move "Warn about duplicates on import" preferences option (JabRef#8937) Fix theme switching exception (JabRef#8939) fix merge conflict Squashed 'buildres/csl/csl-locales/' changes from 969d9567ac..55459cd79f Squashed 'buildres/csl/csl-styles/' changes from e740261..3d3573c Show pdf icon for mime type in maintable (JabRef#8935) Fix for Dark theme not readable (JabRef#8929) Find Unlinked files should ignore Thumbs.db, etc (JabRef#8800) Try to make reproducible builds (JabRef#8925) Link to new board (and refine text)
Initial Proposed
My Proposed
.list-cell:entry-selected
to a darker color. In order to improve the contrast with the color of the title and abstract.Fixes #7927
In the dialog for importing entries, both the title and the summary value were difficult to read in Dark Theme mode. To solve this problem I did the following
Fixed the background of the text selected in the
ImportEntriesDialog
.Corrected the unselected text color of the summary in the
Import Entries Dialog
.Checking the changes
PR requirements
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)