diff options
Diffstat (limited to 'html/linux/bootstrap/002test.cc.html')
-rw-r--r-- | html/linux/bootstrap/002test.cc.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html/linux/bootstrap/002test.cc.html b/html/linux/bootstrap/002test.cc.html index 9d78fde7..a47b998c 100644 --- a/html/linux/bootstrap/002test.cc.html +++ b/html/linux/bootstrap/002test.cc.html @@ -7,22 +7,22 @@ <meta name="plugin-version" content="vim8.1_v1"> <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-dark"> +<meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #a8a8a8; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; } +pre { white-space: pre-wrap; 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; } .PreProc { color: #c000c0; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #a8a8a8; padding-bottom: 1px; } +.cSpecial { color: #008000; } +.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.cSpecial { color: #008000; } -.Identifier { color: #af5f00; } .CommentedCode { color: #8a8a8a; } +.Identifier { color: #af5f00; } --> </style> |