From acc8e296d56bda6ed8dc9230bb499b3bf56d4609 Mon Sep 17 00:00:00 2001 From: derv82 Date: Sat, 31 Mar 2018 23:59:50 -0400 Subject: [PATCH] Dim the [+] box colors --- wifite/util/color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifite/util/color.py b/wifite/util/color.py index afd3bf1..747813d 100755 --- a/wifite/util/color.py +++ b/wifite/util/color.py @@ -21,7 +21,7 @@ class Color(object): # Helper string replacements replacements = { - '{+}': ' {W}[{G}+{W}]', + '{+}': ' {W}{D}[{W}{G}+{W}{D}]{W}', '{!}': ' {O}[{R}!{O}]{W}', '{?}': ' {W}[{C}?{W}]' }