From c0c1441969fc2541c63c37b59643b40b52a5d54b Mon Sep 17 00:00:00 2001 From: Jake Koenig Date: Wed, 14 Feb 2024 10:54:39 -0800 Subject: [PATCH] Change default theme (#522) --- mentat/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentat/config.py b/mentat/config.py index 3d3b022ae..4dbc19bdd 100644 --- a/mentat/config.py +++ b/mentat/config.py @@ -169,7 +169,7 @@ class Config: ) theme: str = attr.field( # pyright: ignore - default="light", + default="dark", metadata={ "description": "Theme for interaction possible choices are light or dark.", "no_midsession_change": True,