Added color map documentation for theming output
This commit is contained in:
parent
a2b8d53a83
commit
6b77faf586
@ -17,9 +17,9 @@ except ImportError:
|
||||
# Colors
|
||||
class colors:
|
||||
ip = '\033[35m'
|
||||
ip_match = '\033[96m'
|
||||
ip_match = '\033[96m' # IP address mfound within PTR record
|
||||
ptr = '\033[93m'
|
||||
spooky = '\033[31m'
|
||||
spooky = '\033[31m' # .gov or .mil indicator
|
||||
invalid = '\033[90m'
|
||||
reset = '\033[0m'
|
||||
separator = '\033[90m'
|
||||
|
Loading…
Reference in New Issue
Block a user