Skip to content

Commit 9ce1840

Browse files
committed
Default to auto
1 parent ee7d728 commit 9ce1840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ def get_environ_int(name: str, default: int) -> int:
7171
MAX_FPS: Final[int] = get_environ_int("TEXTUAL_FPS", 60)
7272
"""Maximum frames per second for updates."""
7373

74-
COLOR_SYSTEM: Final[str | None] = get_environ("TEXTUAL_COLOR_SYSTEM", None)
74+
COLOR_SYSTEM: Final[str | None] = get_environ("TEXTUAL_COLOR_SYSTEM", "auto")
7575
"""Force color system override"""

0 commit comments

Comments
 (0)