diff options
Diffstat (limited to 'html/ex1.mu.html')
-rw-r--r-- | html/ex1.mu.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/ex1.mu.html b/html/ex1.mu.html index c2043035..0672ebe5 100644 --- a/html/ex1.mu.html +++ b/html/ex1.mu.html @@ -7,11 +7,11 @@ <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> -<meta name="colorscheme" content="minimal-light"> +<meta name="colorscheme" content="minimal-dark"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #c6c6c6; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #a8a8a8; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } @@ -53,7 +53,7 @@ if ('onhashchange' in window) { <body onload='JumpToLine();'> <a href='https://github.com/akkartik/mu/blob/main/ex1.mu'>https://github.com/akkartik/mu/blob/main/ex1.mu</a> <pre id='vimCodeElement'> -<span id="L1" class="LineNr">1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex1.mu.html#L1'>main</a></span> <a href='500text-screen.mu.html#L9'>screen</a>: (addr <a href='500text-screen.mu.html#L9'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span> +<span id="L1" class="LineNr">1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex1.mu.html#L1'>main</a></span> <a href='500fake-screen.mu.html#L14'>screen</a>: (addr <a href='500fake-screen.mu.html#L14'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span> <span id="L2" class="LineNr">2 </span> <span class="PreProc">loop</span> <span id="L3" class="LineNr">3 </span><span class="Delimiter">}</span> </pre> |