[Core] Colorama fix

This commit is contained in:
Jarno Westhof 2022-08-04 21:26:52 +02:00 committed by Fabian Dill
parent 95bba50223
commit dd6e212519
2 changed files with 2 additions and 2 deletions

View File

@ -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,
'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):

View File

@ -501,7 +501,7 @@ Color options:
* green_bg
* yellow_bg
* blue_bg
* purple_bg
* magenta_bg
* cyan_bg
* white_bg