[QUESTION] Disable Default "Bold" and Default "Color" #3360
Unanswered
SakiSakiSakiSakiSaki
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using a
Console()
object, how do I disable automatic bold when I useconsole.print()
?For example:
Prints the following:

For normal formatting, I have to do the below:
Defaulting everything to white may be overkill, so how would I disable it for just
"repr.call": Style(color="magenta", bold=True),
while specifying it within the Console object?The solution may lie in, unsure:
Beta Was this translation helpful? Give feedback.
All reactions