From ecc203fd367123c79e36ff53bcb2577d359fcaa2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Jul 2015 00:26:54 -0700 Subject: 1812 - brighter comment color --- edit.mu | 10 +++++----- 1 file 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 . . . . -- cgit 1.4.1-2-gfad0