opentui
opentui copied to clipboard
How to use the colors of the terminal?
For example I want some text to be red which follows the users terminal colors.
The idea is that the app follows the users theme.
There is renderer.getPalette which should give you the system palette in most terminals, not in tmux currently though.
I see, thank you :)