about summary refs log tree commit diff stats
path: root/html/keyboard.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/keyboard.mu.html')
-rw-r--r--html/keyboard.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/keyboard.mu.html b/html/keyboard.mu.html
index 29d73f4e..9b0e29b3 100644
--- a/html/keyboard.mu.html
+++ b/html/keyboard.mu.html
@@ -17,7 +17,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .Comment { color: #8080ff; }
 .Delimiter { color: #c000c0; }
 .Special { color: #ff6060; }
-.Identifier { color: #008080; }
+.muControl { color: #804000; }
 .muRecipe { color: #ff8700; }
 -->
 </style>
@@ -39,9 +39,9 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
   switch-to-display
   <span class="Delimiter">{</span>
     c:character, found?:boolean<span class="Special"> &lt;- </span>read-key-from-keyboard
-    <span class="Identifier">break-if</span> found?:boolean
+    <span class="muControl">break-if</span> found?:boolean
     print-character-to-display <span class="Constant">97:literal</span>
-    <span class="Identifier">loop</span>
+    <span class="muControl">loop</span>
   <span class="Delimiter">}</span>
   return-to-console
 ]