textual
textual copied to clipboard
Suggestions and possible typos
- Suggestion - use light theme for CSS code snippet when switching theme for the
python -m textualdemo:

- Terminal title in screenshots for https://textual.textualize.io/tutorial/ - would suggest screenshots discussed under
stopwatch01.pyto use the script name at the top

02 to 06 have script name at the top, for example:

- https://textual.textualize.io/tutorial/#css-basics illustration:
background color is $panel-darken-1in the figure but the CSS code usesbackground: $boost;

- https://textual.textualize.io/guide/actions/#screenshot - description column says
~/and default column says./

Good catch on 4, fixed that while tidying some other docstring things: bc851d5466679723e4725194fe7987648f65b753
(others will likely get reviewed early next week as they're in the docs themselves, but 4 was a docstring and I happened to be passing that way)
Fixed, with the exception of the color theme changing code. Which we might do at some point in the future.