about summary refs log tree commit diff stats
path: root/html/linux/raytracing
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/raytracing
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/raytracing')
-rw-r--r--html/linux/raytracing/1.mu.html14
-rw-r--r--html/linux/raytracing/2.mu.html20
-rw-r--r--html/linux/raytracing/3.mu.html14
-rw-r--r--html/linux/raytracing/color.mu.html16
-rw-r--r--html/linux/raytracing/ray.mu.html10
-rw-r--r--html/linux/raytracing/vec.mu.html16
6 files changed, 45 insertions, 45 deletions
diff --git a/html/linux/raytracing/1.mu.html b/html/linux/raytracing/1.mu.html
index aff9e488..e48ce214 100644
--- a/html/linux/raytracing/1.mu.html
+++ b/html/linux/raytracing/1.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; }
+.muComment { color: #005faf; }
+.LineNr { }
 .muRegEcx { color: #af875f; }
 .Special { color: #ff6060; }
-.LineNr { }
-.Constant { color: #008787; }
-.muRegEbx { color: #8787af; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.muComment { color: #005faf; }
+.muRegEbx { color: #8787af; }
+.Constant { color: #008787; }
+.PreProc { color: #c000c0; }
 -->
 </style>
 
diff --git a/html/linux/raytracing/2.mu.html b/html/linux/raytracing/2.mu.html
index ff2f9576..ee561a64 100644
--- a/html/linux/raytracing/2.mu.html
+++ b/html/linux/raytracing/2.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; }
-.Special { color: #ff6060; }
-.LineNr { }
-.Constant { color: #008787; }
 .muRegEdx { color: #878700; }
-.muRegEbx { color: #8787af; }
 .muRegEsi { color: #87d787; }
+.muComment { color: #005faf; }
+.CommentedCode { color: #8a8a8a; }
+.LineNr { }
+.muRegEcx { color: #af875f; }
+.Special { color: #ff6060; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.CommentedCode { color: #8a8a8a; }
-.muComment { color: #005faf; }
+.muRegEbx { color: #8787af; }
+.Constant { color: #008787; }
+.PreProc { color: #c000c0; }
 -->
 </style>
 
diff --git a/html/linux/raytracing/3.mu.html b/html/linux/raytracing/3.mu.html
index e479d4cb..64efdc57 100644
--- a/html/linux/raytracing/3.mu.html
+++ b/html/linux/raytracing/3.mu.html
@@ -10,26 +10,26 @@
 <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; }
-.muS2Comment { color: #8a8a8a; }
-.CommentedCode { color: #8a8a8a; }
+.muFunction { color: #af5f00; text-decoration: underline; }
 .muComment { color: #005faf; }
 .muS1Comment { color: #0000af; }
+.muS2Comment { color: #8a8a8a; }
 .muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEdx { color: #878700; }
+.muRegEbx { color: #8787af; }
 -->
 </style>
 
diff --git a/html/linux/raytracing/color.mu.html b/html/linux/raytracing/color.mu.html
index a646459e..43b04815 100644
--- a/html/linux/raytracing/color.mu.html
+++ b/html/linux/raytracing/color.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; }
-.Special { color: #ff6060; }
+.muRegEax { color: #875f00; }
+.muComment { color: #005faf; }
 .LineNr { }
-.Constant { color: #008787; }
 .muRegEdx { color: #878700; }
-.muRegEcx { color: #af875f; }
+.Special { color: #ff6060; }
 .muRegEsi { color: #87d787; }
-.muRegEax { color: #875f00; }
+.Constant { color: #008787; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.muComment { color: #005faf; }
+.muRegEcx { color: #af875f; }
+.PreProc { color: #c000c0; }
 -->
 </style>
 
diff --git a/html/linux/raytracing/ray.mu.html b/html/linux/raytracing/ray.mu.html
index 65e762eb..2b9caf2e 100644
--- a/html/linux/raytracing/ray.mu.html
+++ b/html/linux/raytracing/ray.mu.html
@@ -10,18 +10,18 @@
 <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; }
-.Special { color: #ff6060; }
+.muComment { color: #005faf; }
 .LineNr { }
+.Special { color: #ff6060; }
 .muRegEsi { color: #87d787; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.muComment { color: #005faf; }
+.PreProc { color: #c000c0; }
 -->
 </style>
 
diff --git a/html/linux/raytracing/vec.mu.html b/html/linux/raytracing/vec.mu.html
index e7a65eaa..363585d7 100644
--- a/html/linux/raytracing/vec.mu.html
+++ b/html/linux/raytracing/vec.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; }
 .muRegEcx { color: #af875f; }
-.muRegEdi { color: #87ffd7; }
+.Special { color: #ff6060; }
+.CommentedCode { color: #8a8a8a; }
 .LineNr { }
-.muComment { color: #005faf; }
-.Constant { color: #008787; }
+.muRegEdi { color: #87ffd7; }
 .muRegEsi { color: #87d787; }
 .muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.CommentedCode { color: #8a8a8a; }
-.Special { color: #ff6060; }
+.Constant { color: #008787; }
+.PreProc { color: #c000c0; }
+.muComment { color: #005faf; }
 -->
 </style>