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

Override theme text color in chat and other Swing HTML documents #3590

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

Irarara
Copy link
Contributor

@Irarara Irarara commented Sep 4, 2022

Identify the Bug or Feature request

Fixes #3589

Description of the Change

This sets the text color for the chat and Swing HTML panels to black. This doesn't need to be done for anything using WebView because the themes don't affect them. It also might be unnecessary to add the CSS rule in HTMLPanelRenderer, but I figure better safe than sorry.

Possible Drawbacks

Should be none.

Documentation Notes

N/A

Release Notes

  • Fixed poor text contrast in chat and other HTML contexts when using dark themes

This change is Reviewable

Copy link
Contributor

@Phergus Phergus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Irarara)

@Phergus Phergus merged commit d7ffa9e into RPTools:develop Sep 5, 2022
@Irarara Irarara deleted the fix-text-color branch September 7, 2022 05:12
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

Successfully merging this pull request may close these issues.

[Bug]: Poor contrast for text in chat and other (non-WebView) HTML contexts with some themes
2 participants