From 2f7a40204088b5c5c9e9eee5e0e7b4445105c28d Mon Sep 17 00:00:00 2001 From: "Joseph C. Miller, II" Date: Thu, 13 Apr 2023 08:49:22 -0600 Subject: [PATCH] Use yellow instead of red for termination message --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index e0ddc9fbe..3c847eece 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -186,7 +186,7 @@ def construct_prompt(): if config.ai_name: logger.typewriter_log( f"Welcome back! ", - Fore.GREEN, + Fore.YELLOW, f"Would you like me to return to being {config.ai_name}?", speak_text=True) should_continue = utils.clean_input(f"""Continue with the last settings?