Disable colors globally? #1129
|
Any way to disable colors for a |
Answered by
ArthurSonzogni
Oct 2, 2025
Replies: 1 comment 1 reply
|
Hello @thomthom, Create a Update the configuration on the fly to observe the effects. Would it work? |
1 reply
Answer selected by
thomthom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hello @thomthom,
Create a
ThemeColor->Color function. Depending on some configuration emit either return the input, or Color::Default.Decorate every color usage the code.
Update the configuration on the fly to observe the effects.
Would it work?