Tweaked status colours.
- The normal and okay statuses were too similar.
This commit is contained in:
parent
4c58d377e2
commit
6a0bacc805
3 changed files with 3 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ class Status(enum.IntEnum):
|
|||
|
||||
_STATUS_COLORS = {Status.ok: termstr.Color.green,
|
||||
Status.problem: termstr.Color.red,
|
||||
Status.normal: termstr.Color.grey_150,
|
||||
Status.normal: termstr.Color.grey_200,
|
||||
Status.not_applicable: termstr.Color.grey_100,
|
||||
Status.running: termstr.Color.blue,
|
||||
Status.paused: termstr.Color.yellow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue