textual: Command palette modal makes data table zebra stripes the wrong color in light mode
Run python docs/examples/widgets/data_table_cursors.py from a repo clone, and use the command palette to switch to light mode:
Then open the command palette, and while the modal is displayed note that the zebra stripes change colors past the last column containing data (to lilac or light purple):
This doesn’t seem to happen in a dark mode theme:
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Comments: 18 (8 by maintainers)
This is what I was hinting in my post before last, I think you make some good points. But I’m not a maintainer of Textual, just an ~annoying hanger-on~ eager contributor, so I think I should bow out here.
That does make what I see match your screenshot.
Presumably also this is due to 256-color limitations and looks fine on terminals with true color support.
I would suspect this is a ModalScreen effect, not really the CommandPalette specifically.