about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-18 00:26:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-18 00:26:54 -0700
commitecc203fd367123c79e36ff53bcb2577d359fcaa2 (patch)
treed674d33ff6c0c9ffb435e5deb1618e57f0dfec8c
parentd35a53e98f8a28205acaa6a01d3bf331eebe3959 (diff)
downloadmu-ecc203fd367123c79e36ff53bcb2577d359fcaa2.tar.gz
1812 - brighter comment color
-rw-r--r--edit.mu10
1 files changed, 5 insertions, 5 deletions
diff --git a/edit.mu b/edit.mu
index d1418aa1..53493a76 100644
--- a/edit.mu
+++ b/edit.mu
@@ -542,7 +542,7 @@ f]
     .f    .
     .     .
   ]
-  screen-should-contain-in-color 4:literal/blue, [
+  screen-should-contain-in-color 12:literal/lightblue, [
     .     .
     .     .
     .# de .
@@ -594,12 +594,12 @@ recipe get-color [
     starting-comment?:boolean <- equal c:character, 35:literal/#
     break-unless starting-comment?:boolean
 #?     $print [switch color back to blue], 10:literal/newline #? 1
-    color:number <- copy 4:literal/blue
+    color:number <- copy 12:literal/lightblue
     jump +exit:label
   }
   # if color is blue and next character is newline, switch color to white
   {
-    color-is-blue?:boolean <- equal color:number, 4:literal/blue
+    color-is-blue?:boolean <- equal color:number, 12:literal/lightblue
     break-unless color-is-blue?:boolean
     ending-comment?:boolean <- equal c:character, 10:literal/newline
     break-unless ending-comment?:boolean
@@ -663,7 +663,7 @@ e]
     .e    .
     .     .
   ]
-  screen-should-contain-in-color 4:literal/blue, [
+  screen-should-contain-in-color 12:literal/lightblue, [
     .     .
     .     .
     .#[d] .
@@ -687,7 +687,7 @@ c]
     .c    .
     .     .
   ]
-  screen-should-contain-in-color 4:literal/blue, [
+  screen-should-contain-in-color 12:literal/lightblue, [
     # nothing
     .     .
     .     .