-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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 Illegible text in audio bus editor #50593
Conversation
I'm not sure why you would need to change anything in the default theme. You just need to change the related color in the editor theme based on the dark theme flag. If there is no color constant specific to the bus name for some reason, it needs to be defined. This also isn't the greatest color in general, midtones are still not very readable, on either theme preset. And the empty line is unnecessary. |
@SirQuartz That just means that there are definitions in the editor theme missing. Those definitions are only created in the If you think that every There is likely already a good color available that respects the color scheme that you can use here. Alternatively we can consider swapping the |
This pull request fixes an issue with the audio bus editor where the text would be illegible regardless of the theme being used.
@pycbouh Ok, I've fixed everything, and this should be a much cleaner implementation. |
Thanks! |
It seems like |
I see, I'll look into a solution for 3.x as well. |
@akien-mga See: #50646 |
This pull request fixes an issue with the audio bus editor where the text would be illegible regardless of the theme being used.
Resolves: #50583