diff --git a/eris/tools.py b/eris/tools.py index 9cf3364..fe21752 100755 --- a/eris/tools.py +++ b/eris/tools.py @@ -57,7 +57,7 @@ class Status(enum.IntEnum): _STATUS_COLORS = {Status.ok: termstr.Color.green, Status.problem: termstr.Color.dark_green, Status.not_applicable: termstr.Color.grey_80, - Status.running: termstr.Color.blue, + Status.running: termstr.Color.lime, Status.error: termstr.Color.red, Status.timed_out: termstr.Color.purple} STATUS_MEANINGS = [ diff --git a/tests/golden-files/help b/tests/golden-files/help index 5caad0e..5c81c1e 100644 --- a/tests/golden-files/help +++ b/tests/golden-files/help @@ -29,7 +29,7 @@ │   Ok │ │   Problem │ │   Not applicable │ -│   Running │ +│   Running │ │   Timed out │ │ . Pending │ │   Error │