Apache-VimColor

 view release on metacpan or  search on metacpan

VimColor.pm  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>$filename_without_path</title>
HEADER
	$req->print ($options->{'cssfile'} ? qq(\t\t<link rel="stylesheet" type="text/css" href=") . $options->{'cssfile'} . qq(" />\n) : <<HEADER);
		<style type="text/css">
		<!--
		a { color: inherit; background-color: transparent; }
		body { background-color: black; color: white; }
		div.fixed { border: 1px solid silver; font-family: monospace; padding: 1ex; }
		div.notice { color: silver; background-color: inherit; font-size: smaller; text-align: right; }
		h1 { font-size: medium; }
		span.linenumber { white-space: pre; color: yellow; background-color: transparent; }
		
		span.Comment { color: blue; background-color: transparent; }
		span.Constant { color: red; background-color: transparent; }
		span.Identifier { color: aqua; background-color: transparent; }
		span.Statement { color: yellow; background-color: transparent; }
		span.PreProc { color: fuchsia; background-color: transparent; }
		span.Type { color: lime; background-color: transparent; }
		span.Special { color: fuchsia; background-color: transparent; }
		span.Underlined { color: fuchsia; background-color: transparent; text-decoration: underline; }
		span.Error { background-color: red; color: white; font-weight: bold; }
		span.Todo { background-color: yellow; color: black; }
		-->
		</style>
HEADER
	$req->print (<<HEADER);
	</head>

	<body>
HEADER



( run in 0.261 second using v1.01-cache-2.11-cpan-a1d94b6210f )