about summary refs log tree commit diff stats
path: root/html/088file.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-29 15:27:18 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-29 15:27:18 -0800
commitac07e589b3e912c704c2011d543f18b16712ff15 (patch)
treecc62a44e368487f6379a970e0183a5d18d552182 /html/088file.mu.html
parentc164f4fb6be4dcdf452e4276127a2cfabc32c33f (diff)
downloadmu-ac07e589b3e912c704c2011d543f18b16712ff15.tar.gz
4890 - new html renderings
a) Switch to a light background.
b) Linkify calls in .subx files.
c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases
   in update_html.
Diffstat (limited to 'html/088file.mu.html')
-rw-r--r--html/088file.mu.html23
1 files changed, 9 insertions, 14 deletions
diff --git a/html/088file.mu.html b/html/088file.mu.html
index 09b70b47..f7b1cd4c 100644
--- a/html/088file.mu.html
+++ b/html/088file.mu.html
@@ -7,25 +7,20 @@
 <meta name="plugin-version" content="vim7.4_v2">
 <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">
+<meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; }
-body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
-.subxS2Comment a { color:inherit; }
-.subxS1Comment a { color:inherit; }
-.subxComment a { color:inherit; }
-.subxH2Comment a { color:inherit; }
-.subxH1Comment a { color:inherit; }
+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; }
 * { font-size:12pt; font-size: 1em; }
-.muControl { color:#c0a020; }
+.muControl { color: #804000; }
 .muRecipe { color: #ff8700; }
-.LineNr { color:#444444; }
+.LineNr { }
 .muData { color: #ffff00; }
-.Delimiter { color:#800080; }
-.Constant { color:#00a0a0; }
-.Special { color:#c00000; }
-.Comment { color: #8080ff; }
+.Delimiter { color: #c000c0; }
+.Constant { color: #008787; }
+.Special { color: #ff6060; }
+.Comment { color: #005faf; }
 -->
 </style>