Ansi theme related changes

This commit is contained in:
Darren Burns
2024-11-07 15:22:50 +00:00
parent 1d21101c52
commit 7fad6966ba
13 changed files with 97 additions and 66 deletions

View File

@@ -486,7 +486,7 @@ class ChangingThemeApp(App[None]):
yield Footer()
def on_mount(self) -> None:
self.theme = "nord"
self.theme = "textual-ansi"
text_area = self.query_one(TextArea)
text_area.selection = Selection((0, 0), (1, 10))