Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
25.67k stars 792 forks source link

Add CSS variables for focused and blurred cursors #1704

Open davep opened 1 year ago

davep commented 1 year ago

I wonder if we should at some point define some css variables for things like this. Rather than $secondary-darken we would have $cursor-blurred.

Originally posted by @willmcgugan in https://github.com/Textualize/textual/issues/1703#issuecomment-1410684113

davep commented 1 year ago

This should be done as part of addressing #1780.