We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to change the default colours, it doesn't recognise the named 16 colour palette. My settings.toml file
[tui.palette] status_list_account = ['red'] status_list_selected = ['gray,bold', 'red']
When I run
toot tui -f kitty
[…] File "/home/stib/.local/share/pipx/venvs/toot/lib/python3.13/site-packages/urwid/event_loop/main_loop.py", line 135, in __init__ screen.register_palette(palette) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/stib/.local/share/pipx/venvs/toot/lib/python3.13/site-packages/urwid/display/common.py", line 1106, in register_palette raise ScreenError(f"palette entry '{like_name}' doesn't exist") urwid.display.common.ScreenError: palette entry 'red' doesn't exist
Same happens no matter what colours I specify.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I try to change the default colours, it doesn't recognise the named 16 colour palette.
My settings.toml file
When I run
Same happens no matter what colours I specify.
The text was updated successfully, but these errors were encountered: