diff options
Diffstat (limited to 'html/999spaces.cc.html')
-rw-r--r-- | html/999spaces.cc.html | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html index bffc759a..f18d4faa 100644 --- a/html/999spaces.cc.html +++ b/html/999spaces.cc.html @@ -7,23 +7,18 @@ <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; } -.Delimiter { color:#800080; } -.Special { color:#c00000; } -.Comment { color: #8080ff; } -.SalientComment { color: #00ffff; } +.LineNr { } +.Constant { color: #008787; } +.Delimiter { color: #c000c0; } +.Special { color: #d70000; } +.Comment { color: #005faf; } +.SalientComment { color: #0000af; } --> </style> |