Replies: 1 comment 1 reply
-
You might find this FAQ helpful: https://textual.textualize.io/FAQ/#why-doesnt-textual-support-ansi-themes |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey, i'm currently building a simple utility. The left pane displays a list of commands, and the right pane shows their running output.
By default, there are a lot of colors and logic to change colors dynamically, for example, dimming a disabled or unfocused widget.
I'd actually prefer to completely disable that behavior. As a first step, my goal is to make the app's color theme applied by a terminal.
Here's what it currently looks like:

In the documentation i see explanation about updating styles
self.widget.styles.{style_attribute} = 'value'
and not about wippingHow could i disable styles to have a terminal theme be applied ?
Beta Was this translation helpful? Give feedback.
All reactions