Changed the running status's color to light blue.

Yellow wasn't standing out well against a white background.
This commit is contained in:
Andrew Hamilton 2016-01-24 21:07:43 +00:00
parent e9bc1c73c1
commit ca1a5ad01a
3 changed files with 3 additions and 2 deletions

View file

@ -47,7 +47,7 @@ _STATUS_COLORS = [(Status.ok, termstr.Color.green),
(Status.problem, termstr.Color.red),
(Status.normal, termstr.Color.white),
(Status.not_applicable, termstr.Color.grey_100),
(Status.running, termstr.Color.yellow)]
(Status.running, termstr.Color.light_blue)]
STATUS_MEANINGS = [