about summary refs log tree commit diff stats
path: root/html/linux/tile
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-26 09:20:32 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-26 09:20:32 -0700
commitdc5a0acf3feea227d03a98cedf427d2aef462320 (patch)
treeee6eff6dfc02b88063b51b7d413f03a91566403f /html/linux/tile
parentf7a7db83eff079d0494ded92fd73403d23a55538 (diff)
downloadmu-dc5a0acf3feea227d03a98cedf427d2aef462320.tar.gz
.
Switch html rendering to my current colorscheme with a little less blue,
for night browsing.
Diffstat (limited to 'html/linux/tile')
-rw-r--r--html/linux/tile/box.mu.html14
-rw-r--r--html/linux/tile/data.mu.html16
-rw-r--r--html/linux/tile/environment.mu.html10
-rw-r--r--html/linux/tile/float-stack.mu.html12
-rw-r--r--html/linux/tile/gap-buffer.mu.html16
-rw-r--r--html/linux/tile/grapheme-stack.mu.html14
-rw-r--r--html/linux/tile/main.mu.html18
-rw-r--r--html/linux/tile/rpn.mu.html8
-rw-r--r--html/linux/tile/surface.mu.html8
-rw-r--r--html/linux/tile/table.mu.html12
-rw-r--r--html/linux/tile/value-stack.mu.html8
-rw-r--r--html/linux/tile/value.mu.html8
-rw-r--r--html/linux/tile/word.mu.html8
13 files changed, 76 insertions, 76 deletions
diff --git a/html/linux/tile/box.mu.html b/html/linux/tile/box.mu.html
index 312b33d1..55d8a5ca 100644
--- a/html/linux/tile/box.mu.html
+++ b/html/linux/tile/box.mu.html
@@ -10,20 +10,20 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.PreProc { color: #c000c0; }
+.muRegEsi { color: #87d787; }
+.Special { color: #ff6060; }
 .LineNr { }
 .Constant { color: #008787; }
-.muComment { color: #005faf; }
-.muRegEcx { color: #af875f; }
-.muRegEsi { color: #87d787; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.Special { color: #ff6060; }
+.muRegEcx { color: #af875f; }
+.PreProc { color: #c000c0; }
+.muComment { color: #005faf; }
 -->
 </style>
 
diff --git a/html/linux/tile/data.mu.html b/html/linux/tile/data.mu.html
index 2962d0bb..a4e3b874 100644
--- a/html/linux/tile/data.mu.html
+++ b/html/linux/tile/data.mu.html
@@ -10,23 +10,23 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.PreProc { color: #c000c0; }
+.muRegEdx { color: #878700; }
+.muComment { color: #005faf; }
+.Constant { color: #008787; }
+.LineNr { }
 .muRegEdi { color: #87ffd7; }
 .muRegEcx { color: #af875f; }
-.LineNr { }
-.Constant { color: #008787; }
-.muRegEdx { color: #878700; }
-.muFunction { color: #af5f00; text-decoration: underline; }
 .muRegEsi { color: #87d787; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .Special { color: #ff6060; }
+.muFunction { color: #af5f00; text-decoration: underline; }
+.PreProc { color: #c000c0; }
 .CommentedCode { color: #8a8a8a; }
-.muComment { color: #005faf; }
 -->
 </style>
 
diff --git a/html/linux/tile/environment.mu.html b/html/linux/tile/environment.mu.html
index a383d0c7..719f132d 100644
--- a/html/linux/tile/environment.mu.html
+++ b/html/linux/tile/environment.mu.html
@@ -10,25 +10,25 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Delimiter { color: #c000c0; }
 .CommentedCode { color: #8a8a8a; }
-.muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
 .Special { color: #ff6060; }
 .PreProc { color: #c000c0; }
-.muS2Comment { color: #8a8a8a; }
 .muFunction { color: #af5f00; text-decoration: underline; }
 .muComment { color: #005faf; }
+.muS2Comment { color: #8a8a8a; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>
 
diff --git a/html/linux/tile/float-stack.mu.html b/html/linux/tile/float-stack.mu.html
index 366ca4ed..5a092a31 100644
--- a/html/linux/tile/float-stack.mu.html
+++ b/html/linux/tile/float-stack.mu.html
@@ -10,21 +10,21 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.PreProc { color: #c000c0; }
 .muRegEcx { color: #af875f; }
-.muRegEax { color: #875f00; }
+.Special { color: #ff6060; }
 .LineNr { }
 .muRegEdx { color: #878700; }
-.Constant { color: #008787; }
+.muRegEax { color: #875f00; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.Special { color: #ff6060; }
+.Constant { color: #008787; }
+.PreProc { color: #c000c0; }
 -->
 </style>
 
diff --git a/html/linux/tile/gap-buffer.mu.html b/html/linux/tile/gap-buffer.mu.html
index bc50457f..0aac2736 100644
--- a/html/linux/tile/gap-buffer.mu.html
+++ b/html/linux/tile/gap-buffer.mu.html
@@ -10,23 +10,23 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.PreProc { color: #c000c0; }
+.muRegEdi { color: #87ffd7; }
+.Special { color: #ff6060; }
+.LineNr { }
 .muRegEdx { color: #878700; }
 .muRegEcx { color: #af875f; }
-.LineNr { }
-.muRegEdi { color: #87ffd7; }
-.muComment { color: #005faf; }
-.Constant { color: #008787; }
 .muRegEsi { color: #87d787; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
 .muTest { color: #5f8700; }
-.Special { color: #ff6060; }
+.Constant { color: #008787; }
+.PreProc { color: #c000c0; }
+.muComment { color: #005faf; }
 -->
 </style>
 
diff --git a/html/linux/tile/grapheme-stack.mu.html b/html/linux/tile/grapheme-stack.mu.html
index 0fd7ba87..9c14b5e8 100644
--- a/html/linux/tile/grapheme-stack.mu.html
+++ b/html/linux/tile/grapheme-stack.mu.html
@@ -10,23 +10,23 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.PreProc { color: #c000c0; }
 .muRegEcx { color: #af875f; }
-.muRegEax { color: #875f00; }
+.Special { color: #ff6060; }
 .LineNr { }
-.muRegEbx { color: #8787af; }
 .muRegEdx { color: #878700; }
-.Constant { color: #008787; }
+.muRegEax { color: #875f00; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
+.muRegEbx { color: #8787af; }
+.Constant { color: #008787; }
+.PreProc { color: #c000c0; }
 .muComment { color: #005faf; }
-.Special { color: #ff6060; }
 -->
 </style>
 
diff --git a/html/linux/tile/main.mu.html b/html/linux/tile/main.mu.html
index ce9981b1..561bdd7a 100644
--- a/html/linux/tile/main.mu.html
+++ b/html/linux/tile/main.mu.html
@@ -10,22 +10,22 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.PreProc { color: #c000c0; }
-.muRegEdi { color: #87ffd7; }
-.muRegEcx { color: #af875f; }
+.muRegEsi { color: #87d787; }
+.Special { color: #ff6060; }
 .LineNr { }
+.muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
-.muComment { color: #005faf; }
-.muRegEbx { color: #8787af; }
-.muRegEsi { color: #87d787; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.Special { color: #ff6060; }
+.muRegEbx { color: #8787af; }
+.muRegEcx { color: #af875f; }
+.PreProc { color: #c000c0; }
+.muComment { color: #005faf; }
 -->
 </style>
 
diff --git a/html/linux/tile/rpn.mu.html b/html/linux/tile/rpn.mu.html
index be2e48ec..2d4b0405 100644
--- a/html/linux/tile/rpn.mu.html
+++ b/html/linux/tile/rpn.mu.html
@@ -10,15 +10,13 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Delimiter { color: #c000c0; }
 .CommentedCode { color: #8a8a8a; }
-.muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
@@ -29,6 +27,8 @@ a { color:inherit; }
 .muComment { color: #005faf; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>
 
diff --git a/html/linux/tile/surface.mu.html b/html/linux/tile/surface.mu.html
index 56b33ca1..53b6ca10 100644
--- a/html/linux/tile/surface.mu.html
+++ b/html/linux/tile/surface.mu.html
@@ -10,15 +10,13 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Delimiter { color: #c000c0; }
 .CommentedCode { color: #8a8a8a; }
-.muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
@@ -29,6 +27,8 @@ a { color:inherit; }
 .muComment { color: #005faf; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>
 
diff --git a/html/linux/tile/table.mu.html b/html/linux/tile/table.mu.html
index 31dcfc1f..f25c562a 100644
--- a/html/linux/tile/table.mu.html
+++ b/html/linux/tile/table.mu.html
@@ -10,24 +10,24 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Delimiter { color: #c000c0; }
-.muFunction { color: #af5f00; text-decoration: underline; }
-.muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
+.CommentedCode { color: #8a8a8a; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
 .Special { color: #ff6060; }
 .PreProc { color: #c000c0; }
-.CommentedCode { color: #8a8a8a; }
+.muFunction { color: #af5f00; text-decoration: underline; }
 .muComment { color: #005faf; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>
 
diff --git a/html/linux/tile/value-stack.mu.html b/html/linux/tile/value-stack.mu.html
index ad7b9718..d359cd35 100644
--- a/html/linux/tile/value-stack.mu.html
+++ b/html/linux/tile/value-stack.mu.html
@@ -10,15 +10,13 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Delimiter { color: #c000c0; }
 .CommentedCode { color: #8a8a8a; }
-.muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
@@ -28,6 +26,8 @@ a { color:inherit; }
 .muComment { color: #005faf; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>
 
diff --git a/html/linux/tile/value.mu.html b/html/linux/tile/value.mu.html
index 1716841a..96e9efd7 100644
--- a/html/linux/tile/value.mu.html
+++ b/html/linux/tile/value.mu.html
@@ -10,15 +10,13 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Delimiter { color: #c000c0; }
 .CommentedCode { color: #8a8a8a; }
-.muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
@@ -28,6 +26,8 @@ a { color:inherit; }
 .muComment { color: #005faf; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>
 
diff --git a/html/linux/tile/word.mu.html b/html/linux/tile/word.mu.html
index c7f1c0e4..1daca13d 100644
--- a/html/linux/tile/word.mu.html
+++ b/html/linux/tile/word.mu.html
@@ -10,15 +10,13 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Delimiter { color: #c000c0; }
 .CommentedCode { color: #8a8a8a; }
-.muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
 .muRegEsi { color: #87d787; }
 .muRegEdi { color: #87ffd7; }
 .Constant { color: #008787; }
@@ -28,6 +26,8 @@ a { color:inherit; }
 .muComment { color: #005faf; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>