From 2b0fd6b72418a61ad3ee1554a0dc4302b8fe2409 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 18 May 2021 16:47:28 +1000 Subject: [PATCH] Make the placeholder dots darker. - Makes the white cursor stand out. --- eris/tools.py | 2 +- tests/golden-files/help | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 │ │ │ │ │