diff options
Diffstat (limited to 'html/subx/examples/ex1.subx.html')
-rw-r--r-- | html/subx/examples/ex1.subx.html | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/html/subx/examples/ex1.subx.html b/html/subx/examples/ex1.subx.html index b72d5054..a1707447 100644 --- a/html/subx/examples/ex1.subx.html +++ b/html/subx/examples/ex1.subx.html @@ -7,20 +7,15 @@ <meta name="plugin-version" content="vim7.4_v2"> <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"> +<meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { 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 { 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; } -.subxComment { color:#16bfff; } -.subxS2Comment { color:#4466ff; } -.LineNr { color:#444444; } +.subxComment { color: #005faf; } +.subxS2Comment { color: #8a8a8a; } +.LineNr { } --> </style> |