diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-11-09 09:23:31 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-11-09 09:23:31 -0800 |
commit | 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a (patch) | |
tree | 2dd6019731bad313ecf0423d6063c9d0fa0bb77e /html/linux/apps/raytracing | |
parent | ef8fd8851a883eefd7bd55ffc31d6e00f67d50a8 (diff) | |
download | mu-3ff2fe607c2cb5690d201d3b83ddcc957e949b7a.tar.gz |
.
Diffstat (limited to 'html/linux/apps/raytracing')
-rw-r--r-- | html/linux/apps/raytracing/1.mu.html | 6 | ||||
-rw-r--r-- | html/linux/apps/raytracing/2.mu.html | 12 | ||||
-rw-r--r-- | html/linux/apps/raytracing/3.mu.html | 10 | ||||
-rw-r--r-- | html/linux/apps/raytracing/color.mu.html | 8 | ||||
-rw-r--r-- | html/linux/apps/raytracing/ray.mu.html | 4 | ||||
-rw-r--r-- | html/linux/apps/raytracing/vec.mu.html | 8 |
6 files changed, 24 insertions, 24 deletions
diff --git a/html/linux/apps/raytracing/1.mu.html b/html/linux/apps/raytracing/1.mu.html index f7464218..1de3b923 100644 --- a/html/linux/apps/raytracing/1.mu.html +++ b/html/linux/apps/raytracing/1.mu.html @@ -15,14 +15,14 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } -.muRegEcx { color: #870000; } .Special { color: #ff6060; } .LineNr { } +.muRegEbx { color: #5f00ff; } .Constant { color: #008787; } -.muFunction { color: #af5f00; text-decoration: underline; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } +.muFunction { color: #af5f00; text-decoration: underline; } .muComment { color: #005faf; } -.muRegEbx { color: #5f00ff; } --> </style> diff --git a/html/linux/apps/raytracing/2.mu.html b/html/linux/apps/raytracing/2.mu.html index 6ae05c81..4be1909c 100644 --- a/html/linux/apps/raytracing/2.mu.html +++ b/html/linux/apps/raytracing/2.mu.html @@ -15,17 +15,17 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } -.muRegEsi { color: #005faf; } -.Special { color: #ff6060; } .muRegEdx { color: #af5f00; } +.Special { color: #ff6060; } .LineNr { } -.CommentedCode { color: #8a8a8a; } +.muRegEsi { color: #005faf; } +.muRegEbx { color: #5f00ff; } .Constant { color: #008787; } -.muFunction { color: #af5f00; text-decoration: underline; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } +.muFunction { color: #af5f00; text-decoration: underline; } +.CommentedCode { color: #8a8a8a; } .muComment { color: #005faf; } -.muRegEcx { color: #870000; } -.muRegEbx { color: #5f00ff; } --> </style> diff --git a/html/linux/apps/raytracing/3.mu.html b/html/linux/apps/raytracing/3.mu.html index c43df3a4..f2aa7591 100644 --- a/html/linux/apps/raytracing/3.mu.html +++ b/html/linux/apps/raytracing/3.mu.html @@ -16,19 +16,19 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } -.muRegEcx { color: #870000; } -.muRegEdx { color: #af5f00; } +.muFunction { color: #af5f00; text-decoration: underline; } .muRegEbx { color: #5f00ff; } .muRegEsi { color: #005faf; } .muRegEdi { color: #00af00; } .Constant { color: #008787; } .Special { color: #ff6060; } .PreProc { color: #c000c0; } -.muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } -.muS1Comment { color: #0000af; } .muS2Comment { color: #8a8a8a; } .CommentedCode { color: #8a8a8a; } +.muComment { color: #005faf; } +.muS1Comment { color: #0000af; } +.muRegEcx { color: #870000; } +.muRegEdx { color: #af5f00; } --> </style> diff --git a/html/linux/apps/raytracing/color.mu.html b/html/linux/apps/raytracing/color.mu.html index dc60a456..0322ff11 100644 --- a/html/linux/apps/raytracing/color.mu.html +++ b/html/linux/apps/raytracing/color.mu.html @@ -15,15 +15,15 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } -.muRegEcx { color: #870000; } .muRegEdx { color: #af5f00; } +.Special { color: #ff6060; } .LineNr { } -.muRegEsi { color: #005faf; } .Constant { color: #008787; } -.muFunction { color: #af5f00; text-decoration: underline; } +.muRegEsi { color: #005faf; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } +.muFunction { color: #af5f00; text-decoration: underline; } .muComment { color: #005faf; } -.Special { color: #ff6060; } --> </style> diff --git a/html/linux/apps/raytracing/ray.mu.html b/html/linux/apps/raytracing/ray.mu.html index 5400c1f2..7074c088 100644 --- a/html/linux/apps/raytracing/ray.mu.html +++ b/html/linux/apps/raytracing/ray.mu.html @@ -15,12 +15,12 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } +.Special { color: #ff6060; } .LineNr { } .muRegEsi { color: #005faf; } -.muFunction { color: #af5f00; text-decoration: underline; } .Delimiter { color: #c000c0; } +.muFunction { color: #af5f00; text-decoration: underline; } .muComment { color: #005faf; } -.Special { color: #ff6060; } --> </style> diff --git a/html/linux/apps/raytracing/vec.mu.html b/html/linux/apps/raytracing/vec.mu.html index 9fe5b990..cd9cb99b 100644 --- a/html/linux/apps/raytracing/vec.mu.html +++ b/html/linux/apps/raytracing/vec.mu.html @@ -15,16 +15,16 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .muRegEcx { color: #870000; } .LineNr { } +.Constant { color: #008787; } +.CommentedCode { color: #8a8a8a; } .muRegEsi { color: #005faf; } .muRegEdi { color: #00af00; } -.Constant { color: #008787; } -.muFunction { color: #af5f00; text-decoration: underline; } +.muComment { color: #005faf; } .Delimiter { color: #c000c0; } +.muFunction { color: #af5f00; text-decoration: underline; } .Special { color: #ff6060; } -.muComment { color: #005faf; } --> </style> |