about summary refs log tree commit diff stats
path: root/html/edit
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit')
-rw-r--r--html/edit/001-editor.mu.html2
-rw-r--r--html/edit/002-typing.mu.html2
-rw-r--r--html/edit/003-shortcuts.mu.html2
-rw-r--r--html/edit/004-programming-environment.mu.html2
-rw-r--r--html/edit/005-sandbox.mu.html2
-rw-r--r--html/edit/006-sandbox-edit.mu.html2
-rw-r--r--html/edit/007-sandbox-delete.mu.html2
-rw-r--r--html/edit/008-sandbox-test.mu.html2
-rw-r--r--html/edit/009-sandbox-trace.mu.html2
-rw-r--r--html/edit/010-errors.mu.html2
-rw-r--r--html/edit/011-editor-undo.mu.html2
11 files changed, 11 insertions, 11 deletions
diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html
index 54f91eb8..94eedbe3 100644
--- a/html/edit/001-editor.mu.html
+++ b/html/edit/001-editor.mu.html
@@ -14,7 +14,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Delimiter { color: #800080; }
 .muControl { color: #c0a020; }
 .muData { color: #ffff00; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .muScenario { color: #00af00; }
 .Constant { color: #00a0a0; }
 .muRecipe { color: #ff8700; }
diff --git a/html/edit/002-typing.mu.html b/html/edit/002-typing.mu.html
index 4de14e9b..b3f60287 100644
--- a/html/edit/002-typing.mu.html
+++ b/html/edit/002-typing.mu.html
@@ -15,7 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .muScenario { color: #00af00; }
 .muControl { color: #c0a020; }
 .Delimiter { color: #800080; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Constant { color: #00a0a0; }
 .muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html
index dc1a56b1..ad5f74b2 100644
--- a/html/edit/003-shortcuts.mu.html
+++ b/html/edit/003-shortcuts.mu.html
@@ -14,7 +14,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .muControl { color: #c0a020; }
 .Delimiter { color: #800080; }
 .muRecipe { color: #ff8700; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Constant { color: #00a0a0; }
 .muScenario { color: #00af00; }
 .Comment { color: #9090ff; }
diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html
index b6c6da7d..582d5f40 100644
--- a/html/edit/004-programming-environment.mu.html
+++ b/html/edit/004-programming-environment.mu.html
@@ -15,7 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .muControl { color: #c0a020; }
 .Delimiter { color: #800080; }
 .muData { color: #ffff00; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Constant { color: #00a0a0; }
 .muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index d94d105d..55e666cb 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -15,7 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Delimiter { color: #800080; }
 .muScenario { color: #00af00; }
 .muData { color: #ffff00; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Constant { color: #00a0a0; }
 .muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
diff --git a/html/edit/006-sandbox-edit.mu.html b/html/edit/006-sandbox-edit.mu.html
index 1da28638..aaccb0f2 100644
--- a/html/edit/006-sandbox-edit.mu.html
+++ b/html/edit/006-sandbox-edit.mu.html
@@ -14,7 +14,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .muControl { color: #c0a020; }
 .Delimiter { color: #800080; }
 .muRecipe { color: #ff8700; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .muScenario { color: #00af00; }
diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html
index dfe5cea6..60ef1edb 100644
--- a/html/edit/007-sandbox-delete.mu.html
+++ b/html/edit/007-sandbox-delete.mu.html
@@ -14,7 +14,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .muControl { color: #c0a020; }
 .Delimiter { color: #800080; }
 .muRecipe { color: #ff8700; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .muScenario { color: #00af00; }
diff --git a/html/edit/008-sandbox-test.mu.html b/html/edit/008-sandbox-test.mu.html
index c4876e9c..150fbb18 100644
--- a/html/edit/008-sandbox-test.mu.html
+++ b/html/edit/008-sandbox-test.mu.html
@@ -15,7 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .Delimiter { color: #800080; }
 .muRecipe { color: #ff8700; }
 .muData { color: #ffff00; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .muScenario { color: #00af00; }
diff --git a/html/edit/009-sandbox-trace.mu.html b/html/edit/009-sandbox-trace.mu.html
index 454d4f84..fb91079e 100644
--- a/html/edit/009-sandbox-trace.mu.html
+++ b/html/edit/009-sandbox-trace.mu.html
@@ -15,7 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .muRecipe { color: #ff8700; }
 .muData { color: #ffff00; }
 .muControl { color: #c0a020; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .muScenario { color: #00af00; }
diff --git a/html/edit/010-errors.mu.html b/html/edit/010-errors.mu.html
index ce0194d4..d65f5c05 100644
--- a/html/edit/010-errors.mu.html
+++ b/html/edit/010-errors.mu.html
@@ -14,7 +14,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .muScenario { color: #00af00; }
 .muControl { color: #c0a020; }
 .Delimiter { color: #800080; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Constant { color: #00a0a0; }
 .muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
diff --git a/html/edit/011-editor-undo.mu.html b/html/edit/011-editor-undo.mu.html
index 00f15a79..87160bb0 100644
--- a/html/edit/011-editor-undo.mu.html
+++ b/html/edit/011-editor-undo.mu.html
@@ -13,7 +13,7 @@ pre { font-family: monospace; color: #eeeeee; background-color: #080808; }
 body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; }
 .muScenario { color: #00af00; }
 .muControl { color: #c0a020; }
-.Special { color: #ff6060; }
+.Special { color: #c00000; }
 .Delimiter { color: #800080; }
 .Constant { color: #00a0a0; }
 .muRecipe { color: #ff8700; }