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

Add ability to suppress warnings if Theme is intentionally all the same color #430

Closed
eforgacs opened this issue Dec 10, 2022 · 4 comments
Closed

Comments

@eforgacs
Copy link
Contributor

Hello - I'm wondering if it might be possible to maybe add an optional keyword argument to suppress the theme warnings if the title font color being equal to the title background color is intentional. Right now my menu is black on black, which is an intentional design choice, but I still get the warning:

UserWarning: title font color (0, 0, 0) is equal to the title background color (0, 0, 0, 255), consider editing your Theme

Of course, my code still runs and everything works fine, but I'd like to have the option to disable that warning if possible. Thanks!

@ppizarror
Copy link
Owner

ppizarror commented Dec 10, 2022 via email

@eforgacs
Copy link
Contributor Author

Okay, sounds good. I'll give it a try and send out a pull request when it's ready.

@eforgacs
Copy link
Contributor Author

Here it is: #431

@ppizarror
Copy link
Owner

Merged!

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

2 participants