about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 04:13:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 04:13:57 -0700
commit70f4e9b60d4726d8c42560ec5cf209eb3a33f826 (patch)
treeac59eb9f8353e01043cff8998250f1defd9abf14
parentbeea7ce25cfe42c363259705a6b5741ad47484ab (diff)
downloadmu-70f4e9b60d4726d8c42560ec5cf209eb3a33f826.tar.gz
3544
-rw-r--r--html/000organization.cc.html2
-rw-r--r--html/001help.cc.html2
-rw-r--r--html/002test.cc.html2
-rw-r--r--html/003trace.cc.html2
-rw-r--r--html/010vm.cc.html2
-rw-r--r--html/011load.cc.html2
-rw-r--r--html/012transform.cc.html2
-rw-r--r--html/013update_operation.cc.html2
-rw-r--r--html/014literal_string.cc.html2
-rw-r--r--html/015literal_noninteger.cc.html2
-rw-r--r--html/016dilated_reagent.cc.html2
-rw-r--r--html/017parse_tree.cc.html2
-rw-r--r--html/018type_abbreviations.cc.html2
-rw-r--r--html/020run.cc.html2
-rw-r--r--html/021check_instruction.cc.html2
-rw-r--r--html/022arithmetic.cc.html2
-rw-r--r--html/023boolean.cc.html2
-rw-r--r--html/024jump.cc.html2
-rw-r--r--html/025compare.cc.html2
-rw-r--r--html/026call.cc.html2
-rw-r--r--html/027call_ingredient.cc.html2
-rw-r--r--html/028call_reply.cc.html2
-rw-r--r--html/029tools.cc.html2
-rw-r--r--html/030container.cc.html2
-rw-r--r--html/031merge.cc.html2
-rw-r--r--html/032array.cc.html2
-rw-r--r--html/033exclusive_container.cc.html2
-rw-r--r--html/034address.cc.html2
-rw-r--r--html/035lookup.cc.html2
-rw-r--r--html/036refcount.cc.html2
-rw-r--r--html/037abandon.cc.html2
-rw-r--r--html/038new_text.cc.html2
-rw-r--r--html/039location_array.cc.html2
-rw-r--r--html/040brace.cc.html2
-rw-r--r--html/041jump_target.cc.html2
-rw-r--r--html/042name.cc.html2
-rw-r--r--html/043space.cc.html2
-rw-r--r--html/044space_surround.cc.html2
-rw-r--r--html/045closure_name.cc.html2
-rw-r--r--html/046global.cc.html2
-rw-r--r--html/047check_type_by_name.cc.html2
-rw-r--r--html/050scenario.cc.html2
-rw-r--r--html/052tangle.cc.html2
-rw-r--r--html/053recipe_header.cc.html2
-rw-r--r--html/054static_dispatch.cc.html2
-rw-r--r--html/055shape_shifting_container.cc.html2
-rw-r--r--html/056shape_shifting_recipe.cc.html2
-rw-r--r--html/057immutable.cc.html2
-rw-r--r--html/058to_text.cc.html2
-rw-r--r--html/060rewrite_literal_string.cc.html2
-rw-r--r--html/062convert_ingredients_to_text.cc.html2
-rw-r--r--html/067random.cc.html2
-rw-r--r--html/069hash.cc.html2
-rw-r--r--html/071recipe.cc.html2
-rw-r--r--html/072scheduler.cc.html2
-rw-r--r--html/073wait.cc.html2
-rw-r--r--html/074deep_copy.cc.html2
-rw-r--r--html/080display.cc.html2
-rw-r--r--html/082scenario_screen.cc.html2
-rw-r--r--html/085scenario_console.cc.html2
-rw-r--r--html/087file.cc.html2
-rw-r--r--html/089scenario_filesystem.cc.html2
-rw-r--r--html/091socket.cc.html2
-rw-r--r--html/100trace_browser.cc.html2
-rw-r--r--html/101run_sandboxed.cc.html2
-rw-r--r--html/102persist.cc.html2
-rwxr-xr-xupdate_html2
67 files changed, 67 insertions, 67 deletions
diff --git a/html/000organization.cc.html b/html/000organization.cc.html
index a94eb30c..9128bdd0 100644
--- a/html/000organization.cc.html
+++ b/html/000organization.cc.html
@@ -16,7 +16,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Delimiter { color: #800080; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 -->
diff --git a/html/001help.cc.html b/html/001help.cc.html
index 0b857932..087ae91a 100644
--- a/html/001help.cc.html
+++ b/html/001help.cc.html
@@ -18,7 +18,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 .CommentedCode { color: #6c6c6c; }
diff --git a/html/002test.cc.html b/html/002test.cc.html
index b66c4cea..2010d08a 100644
--- a/html/002test.cc.html
+++ b/html/002test.cc.html
@@ -17,7 +17,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 .CommentedCode { color: #6c6c6c; }
diff --git a/html/003trace.cc.html b/html/003trace.cc.html
index a4e56ca8..991df32e 100644
--- a/html/003trace.cc.html
+++ b/html/003trace.cc.html
@@ -17,7 +17,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 -->
diff --git a/html/010vm.cc.html b/html/010vm.cc.html
index acfb4e10..69df5682 100644
--- a/html/010vm.cc.html
+++ b/html/010vm.cc.html
@@ -19,7 +19,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .SalientComment { color: #00ffff; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 .CommentedCode { color: #6c6c6c; }
diff --git a/html/011load.cc.html b/html/011load.cc.html
index 0d208739..d482a246 100644
--- a/html/011load.cc.html
+++ b/html/011load.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/012transform.cc.html b/html/012transform.cc.html
index 100c0205..7675fe25 100644
--- a/html/012transform.cc.html
+++ b/html/012transform.cc.html
@@ -16,7 +16,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Constant { color: #00a0a0; }
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html
index b8259ed3..d8fe0a3e 100644
--- a/html/013update_operation.cc.html
+++ b/html/013update_operation.cc.html
@@ -19,7 +19,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .cSpecial { color: #008000; }
 .CommentedCode { color: #6c6c6c; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/014literal_string.cc.html b/html/014literal_string.cc.html
index 9d772d06..db095813 100644
--- a/html/014literal_string.cc.html
+++ b/html/014literal_string.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/015literal_noninteger.cc.html b/html/015literal_noninteger.cc.html
index 43bb4cd8..599afe2d 100644
--- a/html/015literal_noninteger.cc.html
+++ b/html/015literal_noninteger.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/016dilated_reagent.cc.html b/html/016dilated_reagent.cc.html
index 5705bbfc..62d99770 100644
--- a/html/016dilated_reagent.cc.html
+++ b/html/016dilated_reagent.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; }
 .PreProc { color: #800080; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/017parse_tree.cc.html b/html/017parse_tree.cc.html
index 6ffd509d..98f55374 100644
--- a/html/017parse_tree.cc.html
+++ b/html/017parse_tree.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/018type_abbreviations.cc.html b/html/018type_abbreviations.cc.html
index b2550ec5..ac59196a 100644
--- a/html/018type_abbreviations.cc.html
+++ b/html/018type_abbreviations.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .Constant { color: #00a0a0; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/020run.cc.html b/html/020run.cc.html
index e138ac60..69cd90e4 100644
--- a/html/020run.cc.html
+++ b/html/020run.cc.html
@@ -24,7 +24,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .PreProc { color: #800080; }
 -->
 </style>
diff --git a/html/021check_instruction.cc.html b/html/021check_instruction.cc.html
index d9f01d9b..b4ebf2be 100644
--- a/html/021check_instruction.cc.html
+++ b/html/021check_instruction.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/022arithmetic.cc.html b/html/022arithmetic.cc.html
index 3b0a9cac..7a0e24b9 100644
--- a/html/022arithmetic.cc.html
+++ b/html/022arithmetic.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 -->
diff --git a/html/023boolean.cc.html b/html/023boolean.cc.html
index b0b9f772..a25f05e7 100644
--- a/html/023boolean.cc.html
+++ b/html/023boolean.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/024jump.cc.html b/html/024jump.cc.html
index 6ec34b93..2612bcf9 100644
--- a/html/024jump.cc.html
+++ b/html/024jump.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/025compare.cc.html b/html/025compare.cc.html
index ad45045d..1b771585 100644
--- a/html/025compare.cc.html
+++ b/html/025compare.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/026call.cc.html b/html/026call.cc.html
index 6f21f765..88651ac3 100644
--- a/html/026call.cc.html
+++ b/html/026call.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/027call_ingredient.cc.html b/html/027call_ingredient.cc.html
index 2b15f95b..36687fd8 100644
--- a/html/027call_ingredient.cc.html
+++ b/html/027call_ingredient.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/028call_reply.cc.html b/html/028call_reply.cc.html
index f764d5db..8d1280ff 100644
--- a/html/028call_reply.cc.html
+++ b/html/028call_reply.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/029tools.cc.html b/html/029tools.cc.html
index 5c9ba6b9..c4adebe7 100644
--- a/html/029tools.cc.html
+++ b/html/029tools.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .cSpecial { color: #008000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/030container.cc.html b/html/030container.cc.html
index 644f031e..d4c45e18 100644
--- a/html/030container.cc.html
+++ b/html/030container.cc.html
@@ -24,7 +24,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/031merge.cc.html b/html/031merge.cc.html
index f26edc7e..69c3029e 100644
--- a/html/031merge.cc.html
+++ b/html/031merge.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 .Constant { color: #00a0a0; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/032array.cc.html b/html/032array.cc.html
index 3d92149f..d8c73933 100644
--- a/html/032array.cc.html
+++ b/html/032array.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/033exclusive_container.cc.html b/html/033exclusive_container.cc.html
index bb1ebd85..619010d7 100644
--- a/html/033exclusive_container.cc.html
+++ b/html/033exclusive_container.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/034address.cc.html b/html/034address.cc.html
index 6ddedbe8..c91e4cfc 100644
--- a/html/034address.cc.html
+++ b/html/034address.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/035lookup.cc.html b/html/035lookup.cc.html
index c654b1f0..277d71ed 100644
--- a/html/035lookup.cc.html
+++ b/html/035lookup.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/036refcount.cc.html b/html/036refcount.cc.html
index e9970c4b..408aea5b 100644
--- a/html/036refcount.cc.html
+++ b/html/036refcount.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .SalientComment { color: #00ffff; }
 -->
 </style>
diff --git a/html/037abandon.cc.html b/html/037abandon.cc.html
index e73ca70d..b60bd60b 100644
--- a/html/037abandon.cc.html
+++ b/html/037abandon.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
 .CommentedCode { color: #6c6c6c; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/038new_text.cc.html b/html/038new_text.cc.html
index d7ed1415..3a6cb0a4 100644
--- a/html/038new_text.cc.html
+++ b/html/038new_text.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/039location_array.cc.html b/html/039location_array.cc.html
index f9504a09..f73cd196 100644
--- a/html/039location_array.cc.html
+++ b/html/039location_array.cc.html
@@ -16,7 +16,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Constant { color: #00a0a0; }
 .cSpecial { color: #008000; }
 .Delimiter { color: #800080; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .Comment { color: #9090ff; }
 -->
diff --git a/html/040brace.cc.html b/html/040brace.cc.html
index 405c2d57..d58f9bc0 100644
--- a/html/040brace.cc.html
+++ b/html/040brace.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/041jump_target.cc.html b/html/041jump_target.cc.html
index 8904671c..2c6b6fde 100644
--- a/html/041jump_target.cc.html
+++ b/html/041jump_target.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/042name.cc.html b/html/042name.cc.html
index 9fe6b220..f74f772d 100644
--- a/html/042name.cc.html
+++ b/html/042name.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/043space.cc.html b/html/043space.cc.html
index be17cf77..fe5751c9 100644
--- a/html/043space.cc.html
+++ b/html/043space.cc.html
@@ -24,7 +24,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/044space_surround.cc.html b/html/044space_surround.cc.html
index 2a246ae6..6ea1ccca 100644
--- a/html/044space_surround.cc.html
+++ b/html/044space_surround.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/045closure_name.cc.html b/html/045closure_name.cc.html
index 5876b712..a81f9c4b 100644
--- a/html/045closure_name.cc.html
+++ b/html/045closure_name.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/046global.cc.html b/html/046global.cc.html
index df109cd5..1eb2f4e7 100644
--- a/html/046global.cc.html
+++ b/html/046global.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/047check_type_by_name.cc.html b/html/047check_type_by_name.cc.html
index e769674e..bf4db2e0 100644
--- a/html/047check_type_by_name.cc.html
+++ b/html/047check_type_by_name.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/050scenario.cc.html b/html/050scenario.cc.html
index 337bf0a7..bfaad402 100644
--- a/html/050scenario.cc.html
+++ b/html/050scenario.cc.html
@@ -25,7 +25,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/052tangle.cc.html b/html/052tangle.cc.html
index 498d1c2e..59947dbd 100644
--- a/html/052tangle.cc.html
+++ b/html/052tangle.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/053recipe_header.cc.html b/html/053recipe_header.cc.html
index cce0a02f..69b77f7f 100644
--- a/html/053recipe_header.cc.html
+++ b/html/053recipe_header.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; }
 .SalientComment { color: #00ffff; }
diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html
index 5b3c52b9..62674558 100644
--- a/html/054static_dispatch.cc.html
+++ b/html/054static_dispatch.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/055shape_shifting_container.cc.html b/html/055shape_shifting_container.cc.html
index 7721fc45..77aa6e8a 100644
--- a/html/055shape_shifting_container.cc.html
+++ b/html/055shape_shifting_container.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .SalientComment { color: #00ffff; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .CommentedCode { color: #6c6c6c; }
 .Constant { color: #00a0a0; }
diff --git a/html/056shape_shifting_recipe.cc.html b/html/056shape_shifting_recipe.cc.html
index f5ea7e02..fe4cc565 100644
--- a/html/056shape_shifting_recipe.cc.html
+++ b/html/056shape_shifting_recipe.cc.html
@@ -24,7 +24,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .PreProc { color: #800080; }
 -->
 </style>
diff --git a/html/057immutable.cc.html b/html/057immutable.cc.html
index 366589f3..305eaede 100644
--- a/html/057immutable.cc.html
+++ b/html/057immutable.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/058to_text.cc.html b/html/058to_text.cc.html
index 3f4efc85..961df126 100644
--- a/html/058to_text.cc.html
+++ b/html/058to_text.cc.html
@@ -17,7 +17,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/060rewrite_literal_string.cc.html b/html/060rewrite_literal_string.cc.html
index 9e6b1cf1..c1af6377 100644
--- a/html/060rewrite_literal_string.cc.html
+++ b/html/060rewrite_literal_string.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/062convert_ingredients_to_text.cc.html b/html/062convert_ingredients_to_text.cc.html
index 05f4a760..10dea3c6 100644
--- a/html/062convert_ingredients_to_text.cc.html
+++ b/html/062convert_ingredients_to_text.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/067random.cc.html b/html/067random.cc.html
index 963db65a..746e08e4 100644
--- a/html/067random.cc.html
+++ b/html/067random.cc.html
@@ -16,7 +16,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Constant { color: #00a0a0; }
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/069hash.cc.html b/html/069hash.cc.html
index d0dd445c..1e65b3f0 100644
--- a/html/069hash.cc.html
+++ b/html/069hash.cc.html
@@ -20,7 +20,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
 .CommentedCode { color: #6c6c6c; }
diff --git a/html/071recipe.cc.html b/html/071recipe.cc.html
index 51073ad2..c0cb48a1 100644
--- a/html/071recipe.cc.html
+++ b/html/071recipe.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/072scheduler.cc.html b/html/072scheduler.cc.html
index 3eac3e1b..955d5c1b 100644
--- a/html/072scheduler.cc.html
+++ b/html/072scheduler.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/073wait.cc.html b/html/073wait.cc.html
index 321b73c3..15ebd50e 100644
--- a/html/073wait.cc.html
+++ b/html/073wait.cc.html
@@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/074deep_copy.cc.html b/html/074deep_copy.cc.html
index 9be9b2e4..a4bc1c10 100644
--- a/html/074deep_copy.cc.html
+++ b/html/074deep_copy.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/080display.cc.html b/html/080display.cc.html
index 6de5c230..db77ddc2 100644
--- a/html/080display.cc.html
+++ b/html/080display.cc.html
@@ -18,7 +18,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .SalientComment { color: #00ffff; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 -->
diff --git a/html/082scenario_screen.cc.html b/html/082scenario_screen.cc.html
index ede1e5f8..48be09ec 100644
--- a/html/082scenario_screen.cc.html
+++ b/html/082scenario_screen.cc.html
@@ -21,7 +21,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muRecipe { color: #ff8700; }
 -->
diff --git a/html/085scenario_console.cc.html b/html/085scenario_console.cc.html
index 91f5aab2..02e4cbea 100644
--- a/html/085scenario_console.cc.html
+++ b/html/085scenario_console.cc.html
@@ -19,7 +19,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/087file.cc.html b/html/087file.cc.html
index 1fd4af3a..19693cec 100644
--- a/html/087file.cc.html
+++ b/html/087file.cc.html
@@ -17,7 +17,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 -->
diff --git a/html/089scenario_filesystem.cc.html b/html/089scenario_filesystem.cc.html
index 7fa10101..d1fb007d 100644
--- a/html/089scenario_filesystem.cc.html
+++ b/html/089scenario_filesystem.cc.html
@@ -19,7 +19,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .Special { color: #c00000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/091socket.cc.html b/html/091socket.cc.html
index 2d5f54f1..a81f4c79 100644
--- a/html/091socket.cc.html
+++ b/html/091socket.cc.html
@@ -16,7 +16,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Constant { color: #00a0a0; }
 .cSpecial { color: #008000; }
 .Delimiter { color: #800080; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
 .Comment { color: #9090ff; }
diff --git a/html/100trace_browser.cc.html b/html/100trace_browser.cc.html
index 1b357983..af7736ce 100644
--- a/html/100trace_browser.cc.html
+++ b/html/100trace_browser.cc.html
@@ -17,7 +17,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/html/101run_sandboxed.cc.html b/html/101run_sandboxed.cc.html
index dc606ed0..c79fb1d4 100644
--- a/html/101run_sandboxed.cc.html
+++ b/html/101run_sandboxed.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Special { color: #c00000; }
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
diff --git a/html/102persist.cc.html b/html/102persist.cc.html
index c0d8ca78..55961625 100644
--- a/html/102persist.cc.html
+++ b/html/102persist.cc.html
@@ -17,7 +17,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 -->
 </style>
diff --git a/update_html b/update_html
index 88b86e1a..b33ca08d 100755
--- a/update_html
+++ b/update_html
@@ -16,7 +16,7 @@ process() {
   sed -i 's/^\.Comment .*/.Comment { color: #9090ff; }/' $1.html
   sed -i 's/^\.Delimiter .*/.Delimiter { color: #800080; }/' $1.html  # not meant to be read; can be lower-contrast
   sed -i 's/^\.PreProc .*/.PreProc { color: #800080; }/' $1.html  # not meant to be read; can be lower-contrast
-  sed -i 's/^\.Identifier .*/.Identifier { color: #ecf32c; }/' $1.html
+  sed -i 's/^\.Identifier .*/.Identifier { color: #c0a020; }/' $1.html  # same as muControl
   sed -i 's/^\.Special .*/.Special { color: #c00000; }/' $1.html  # same as traceAbsent..
 
   mv -i $1.html html/`dirname $1`