Make the placeholder dots darker.

- Makes the white cursor stand out.
This commit is contained in:
Andrew Hamilton 2021-05-18 16:47:28 +10:00
parent 573353896c
commit 2b0fd6b724
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ STATUS_MEANINGS = [
STATUS_TO_TERMSTR = { STATUS_TO_TERMSTR = {
status: termstr.TermStr(" ", termstr.CharStyle(bg_color=color)) status: termstr.TermStr(" ", termstr.CharStyle(bg_color=color))
for status, color in _STATUS_COLORS.items()} 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(): def get_ls_color_codes():

View file

@ -32,7 +32,7 @@
  Not applicable │   Not applicable │
  Running │   Running │
  Timed out │   Timed out │
. Pending │ . Pending │
  Error │   Error │
│ │ │ │
│ │ │ │