about summary refs log tree commit diff stats
path: root/html/linux/122read-line.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-24 21:44:18 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-24 21:46:45 -0700
commitec32c11d3bde6772ddd250d3b217e0541409e0ce (patch)
treeb6a6838412dc0b81eec92842753aef415b1e94af /html/linux/122read-line.subx.html
parent296a5a5f12080384e813df5594339298f6f1fe8e (diff)
downloadmu-ec32c11d3bde6772ddd250d3b217e0541409e0ce.tar.gz
.
Switch html rendering to a white background.
Diffstat (limited to 'html/linux/122read-line.subx.html')
-rw-r--r--html/linux/122read-line.subx.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/linux/122read-line.subx.html b/html/linux/122read-line.subx.html
index 66d9a605..ad7c4dc9 100644
--- a/html/linux/122read-line.subx.html
+++ b/html/linux/122read-line.subx.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,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
-<meta name="colorscheme" content="minimal-dark">
+<meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { font-family: monospace; color: #000000; background-color: #a8a8a8; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
+pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxH1Comment { color: #005faf; text-decoration: underline; }
@@ -22,7 +22,7 @@ a { color:inherit; }
 .Constant { color: #008787; }
 .subxTest { color: #5f8700; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
-.Normal { color: #000000; background-color: #a8a8a8; padding-bottom: 1px; }
+.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
 -->
 </style>
 
^
5f3b3e7a ^


dd9ba09a ^
5f3b3e7a ^



cf02c20b ^
5f3b3e7a ^
5f3b3e7a ^





5f3b3e7a ^

































ddd2e989 ^
5f3b3e7a ^

ddd2e989 ^

5f3b3e7a ^
ddd2e989 ^
5f3b3e7a ^



7cb326df ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95