Skip to content

Commit 7e9ddc7

Browse files
authored
Minor text color changes
1 parent ff94460 commit 7e9ddc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ def validate_directory_input(directory_path):
9696
sys.exit(1)
9797

9898
def main():
99-
print(f"{GREEN}Welcome to the PHP Obfuscator!{RESET}")
100-
print(f"{GREEN}Follow the prompts to obfuscate your PHP files.\n{RESET}")
99+
print(f"{YELLOW}Welcome to the PHP Obfuscator!{RESET}")
100+
print(f"{YELLOW}Follow the prompts to obfuscate your PHP files.\n{RESET}")
101101

102102
print(f"{GREEN}Choose the mode for obfuscating your PHP files:{RESET}")
103103
print(f"{BLUE}1: Single file{RESET}")

0 commit comments

Comments
 (0)