about summary refs log tree commit diff stats
path: root/html/subx/028translate.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/028translate.cc.html')
-rw-r--r--html/subx/028translate.cc.html27
1 files changed, 11 insertions, 16 deletions
diff --git a/html/subx/028translate.cc.html b/html/subx/028translate.cc.html
index 5b727ba7..7e62d763 100644
--- a/html/subx/028translate.cc.html
+++ b/html/subx/028translate.cc.html
@@ -7,25 +7,20 @@
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="cpp">
 <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; }
-.LineNr { color:#444444; }
-.Constant { color:#00a0a0; }
-.Special { color:#c00000; }
-.Delimiter { color:#800080; }
-.SalientComment { color: #00ffff; }
-.Identifier { color:#c0a020; }
-.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
-.Comment { color: #8080ff; }
+.LineNr { }
+.Constant { color: #008787; }
+.Special { color: #d70000; }
+.Delimiter { color: #c000c0; }
+.SalientComment { color: #0000af; }
+.Identifier { color: #af5f00; }
+.Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
+.Comment { color: #005faf; }
 .cSpecial { color: #008000; }
 -->
 </style>
id='n1' href='#n1'>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