diff --git a/eris/tools.py b/eris/tools.py index 6a80903..b5c231d 100755 --- a/eris/tools.py +++ b/eris/tools.py @@ -71,7 +71,7 @@ STATUS_MEANINGS = [ STATUS_TO_TERMSTR = { status: termstr.TermStr(" ", termstr.CharStyle(bg_color=color)) for status, color in _STATUS_COLORS.items()} -STATUS_TO_TERMSTR[Status.pending] = "." +STATUS_TO_TERMSTR[Status.pending] = termstr.TermStr(".").fg_color(termstr.Color.grey_100) def get_ls_color_codes(): diff --git a/tests/golden-files/help b/tests/golden-files/help index d8ceee1..9db0c76 100644 --- a/tests/golden-files/help +++ b/tests/golden-files/help @@ -32,7 +32,7 @@ │   Not applicable │ │   Running │ │   Timed out │ -│ . Pending │ +│ . Pending │ │   Error │ │ │ │ │