From 74bbbbe16abe64d28da2b6426a2c7ff1864125b3 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 5 Jul 2025 19:57:47 -0400 Subject: [PATCH] Make warnings yellow --- src/password_manager/manager.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/password_manager/manager.py b/src/password_manager/manager.py index d9668e8..9d8d8c0 100644 --- a/src/password_manager/manager.py +++ b/src/password_manager/manager.py @@ -142,7 +142,7 @@ class PasswordManager: colored( "Warning: script checksum mismatch. " "Run 'Generate Script Checksum' in Settings if you've updated the app.", - "red", + "yellow", ) ) @@ -1507,7 +1507,7 @@ class PasswordManager: print( colored( f"Warning: This password is blacklisted and should not be used.", - "red", + "yellow", ) ) @@ -2320,13 +2320,13 @@ class PasswordManager: print( colored( "Warning: Revealing your parent seed is a highly sensitive operation.", - "red", + "yellow", ) ) print( colored( "Ensure you're in a secure, private environment and no one is watching your screen.", - "red", + "yellow", ) )