about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--edit/005-sandbox.mu4
-rw-r--r--sandbox/005-sandbox.mu4
2 files changed, 4 insertions, 4 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index cd92bfa9..7c229b2f 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -83,7 +83,7 @@ scenario run-and-show-results [
     .                                                  ┊                                                 .
   ]
   # sandbox title in reverse video
-  screen-should-contain-in-color 0/black, [
+  screen-should-contain-in-color 240/dark-grey, [
     .                                                                                                    .
     .                                                                                                    .
     .                                                                                                    .
@@ -264,7 +264,7 @@ recipe render-sandboxes screen:address:shared:screen, sandbox:address:shared:san
   # render sandbox menu
   row <- add row, 1
   screen <- move-cursor screen, row, left
-  print screen, idx, 0/black, 245/grey
+  print screen, idx, 240/dark-grey
   clear-line-delimited screen, left, right
   delete-icon:character <- copy 120/x
   print screen, delete-icon, 245/grey
diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu
index 19bce3d7..fec08106 100644
--- a/sandbox/005-sandbox.mu
+++ b/sandbox/005-sandbox.mu
@@ -68,7 +68,7 @@ scenario run-and-show-results [
     .                                                  .
   ]
   # sandbox title in reverse video
-  screen-should-contain-in-color 0/black, [
+  screen-should-contain-in-color 240/dark-grey, [
     .                                                  .
     .                                                  .
     .                                                  .
@@ -244,7 +244,7 @@ recipe render-sandboxes screen:address:shared:screen, sandbox:address:shared:san
   # render sandbox menu
   row <- add row, 1
   screen <- move-cursor screen, row, left
-  print screen, idx, 0/black, 245/grey
+  print screen, idx, 240/dark-grey
   clear-line-delimited screen, left, right
   delete-icon:character <- copy 120/x
   print screen, delete-icon, 245/grey