Added CYAN to COLORS
This commit is contained in:
parent
81f05fa79f
commit
cee8252455
1 changed files with 3 additions and 2 deletions
|
|
@ -27,10 +27,11 @@ global_vars = {}
|
|||
COLORS = {
|
||||
'CLEAR': '\033[0m',
|
||||
'RED': '\033[31m',
|
||||
'ORANGE': '\033[31;1m',
|
||||
'GREEN': '\033[32m',
|
||||
'YELLOW': '\033[33m',
|
||||
'ORANGE': '\033[31;1m',
|
||||
'BLUE': '\033[34m'
|
||||
'BLUE': '\033[34m',
|
||||
'CYAN': '\033[36m',
|
||||
}
|
||||
try:
|
||||
HKU = winreg.HKEY_USERS
|
||||
|
|
|
|||
Loading…
Reference in a new issue