Force the syntax to use a different theme.
(_signal)
| 50 | self.query_one(DirectoryTree).focus() |
| 51 | |
| 52 | def theme_change(_signal) -> None: |
| 53 | """Force the syntax to use a different theme.""" |
| 54 | self.watch_path(self.path) |
| 55 | |
| 56 | self.theme_changed_signal.subscribe(self, theme_change) |
| 57 |
nothing calls this directly
no test coverage detected