mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Trivial update
This commit is contained in:
3
thirdparty/termcolor/termcolor.py
vendored
3
thirdparty/termcolor/termcolor.py
vendored
@@ -81,6 +81,9 @@ COLORS = dict(
|
||||
|
||||
COLORS.update(dict(("light%s" % color, COLORS[color] + 60) for color in COLORS))
|
||||
|
||||
# Reference: https://misc.flogisoft.com/bash/tip_colors_and_formatting
|
||||
COLORS["lightgrey"] = 37
|
||||
COLORS["darkgrey"] = 90
|
||||
|
||||
RESET = '\033[0m'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user