examples: update css for html export

FossilOrigin-Name: 3d9915d3e6971123894b00bb215c66bd754d9ba12ce43644faab4d941cf51ce6
This commit is contained in:
crc 2020-02-14 04:22:08 +00:00
parent 26fd4f2cb6
commit 11bd0ba81f
3 changed files with 620 additions and 603 deletions

View file

@ -1,5 +1,21 @@
# RETRO 2020.4
- bug fixes
removed an incorrect header stub from rx.muri
fixed bug in s:index-of-string
- improvements
lots of size reductions
increased use of hand packed assembly in the stdlib
removed numerous variables
faster performance in rewritten words in the stdlib
- remove deprecated words
as{ }as " prefix:"
@ -17,7 +33,8 @@
part of the standard library, but is still included on Unix
targets by default. This might affect some users, if you are
building a custom image, load package/allow-underscores-in-names.forth
if you need this.
if you need this. This will no longer be loaded by default after
the 2020.4 release.
modularity

View file

@ -121,19 +121,19 @@ And finally, run it.
/* CSS Begins */
* { background: #111; color: #44dd44; font-family: monospace; }
* { background: #1d1f21; color: #b5bd68; font-family: monospace; }
span { white-space: pre }
.text { color: white; white-space: pre }
.colon { color: red; }
.comment { color: #888; }
.str { color: yellow; }
.num { color: cyan; }
.fnum { color: cyan; font-weight: bold; }
.ptr { color: mediumorchid; }
.fetch { color: orchid; }
.store { color: orchid; }
.char { color: brown; }
.inst { color: tomato; }
.text { color: #c5c8c6; white-space: pre }
.colon { color: #cc6666; }
.comment { color: #969896; }
.str { color: #f0c674; }
.num { color: #8abeb7; }
.fnum { color: #8abeb7; font-weight: bold; }
.ptr { color: #b294bb; font-weight: bold; }
.fetch { color: #b294bb; }
.store { color: #b294bb; }
.char { color: #81a2be; }
.inst { color: #de935f; }
.defer { color: #888; }
.imm { color: orange; }
.prim { color: greenyellow; }
.imm { color: #de935f; }
.prim { color: #b5bd68; font-weight: bold; }

File diff suppressed because it is too large Load diff