[Core] Colorama fix
This commit is contained in:
parent
95bba50223
commit
dd6e212519
|
@ -270,7 +270,7 @@ class RawJSONtoTextParser(JSONtoTextParser):
|
||||||
|
|
||||||
color_codes = {'reset': 0, 'bold': 1, 'underline': 4, 'black': 30, 'red': 31, 'green': 32, 'yellow': 33, 'blue': 34,
|
color_codes = {'reset': 0, 'bold': 1, 'underline': 4, 'black': 30, 'red': 31, 'green': 32, 'yellow': 33, 'blue': 34,
|
||||||
'magenta': 35, 'cyan': 36, 'white': 37, 'black_bg': 40, 'red_bg': 41, 'green_bg': 42, 'yellow_bg': 43,
|
'magenta': 35, 'cyan': 36, 'white': 37, 'black_bg': 40, 'red_bg': 41, 'green_bg': 42, 'yellow_bg': 43,
|
||||||
'blue_bg': 44, 'purple_bg': 45, 'cyan_bg': 46, 'white_bg': 47}
|
'blue_bg': 44, 'magenta_bg': 45, 'cyan_bg': 46, 'white_bg': 47}
|
||||||
|
|
||||||
|
|
||||||
def color_code(*args):
|
def color_code(*args):
|
||||||
|
|
|
@ -501,7 +501,7 @@ Color options:
|
||||||
* green_bg
|
* green_bg
|
||||||
* yellow_bg
|
* yellow_bg
|
||||||
* blue_bg
|
* blue_bg
|
||||||
* purple_bg
|
* magenta_bg
|
||||||
* cyan_bg
|
* cyan_bg
|
||||||
* white_bg
|
* white_bg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue