Skip to content

Commit

Permalink
Change color 3 to gold
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Jun 25, 2024
1 parent 56e5a5e commit d42b313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/ansi_code_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class QtAnsiCodeProcessor(AnsiCodeProcessor):
0 : 'black', # black
1 : 'darkred', # red
2 : 'darkgreen', # green
3 : 'brown', # yellow
3 : 'gold', # yellow
4 : 'darkblue', # blue
5 : 'darkviolet', # magenta
6 : 'steelblue', # cyan
Expand Down

0 comments on commit d42b313

Please sign in to comment.