From c5e3fd78c7aaecc876ef01c3cda308bdfd9ed436 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 3 Feb 2016 09:20:24 +0000 Subject: various pieces --- bin/pygments-long.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 bin/pygments-long.css (limited to 'bin/pygments-long.css') diff --git a/bin/pygments-long.css b/bin/pygments-long.css new file mode 100644 index 0000000..b3eed1c --- /dev/null +++ b/bin/pygments-long.css @@ -0,0 +1,50 @@ +/* example stylesheet for Docutils */ + +/* :Author: Günter Milde */ +/* :Copyright: © 2012 G. Milde */ +/* :License: This stylesheet is placed in the public domain. */ + +/* Syntax highlight rules for HTML documents generated with Docutils */ +/* using the ``--syntax-highlight=long`` option (new in v. 0.9). */ + +/* This stylesheet implements Pygment's "default" style with less rules than */ +/* pygments-default using class hierarchies. */ +/* Use it as example for "handcrafted" styles with only few rules. */ + +.code { background: #f8f8f8; } +.code .comment { color: #008800; font-style: italic } +.code .error { border: 1px solid #FF0000 } +.code .generic.deleted { color: #A00000 } +.code .generic.emph { font-style: italic } +.code .generic.error { color: #FF0000 } +.code .generic.heading { color: #000080; font-weight: bold } +.code .generic.inserted { color: #00A000 } +.code .generic.output { color: #808080 } +.code .generic.prompt { color: #000080; font-weight: bold } +.code .generic.strong { font-weight: bold } +.code .generic.subheading { color: #800080; font-weight: bold } +.code .generic.traceback { color: #0040D0 } +.code .keyword { color: #AA22FF; font-weight: bold } +.code .keyword.pseudo { font-weight: normal } +.code .literal.number { color: #666666 } +.code .literal.string { color: #BB4444 } +.code .literal.string.doc { color: #BB4444; font-style: italic } +.code .literal.string.escape { color: #BB6622; font-weight: bold } +.code .literal.string.interpol { color: #BB6688; font-weight: bold } +.code .literal.string.other { color: #008000 } +.code .literal.string.regex { color: #BB6688 } +.code .literal.string.symbol { color: #B8860B } +.code .name.attribute { color: #BB4444 } +.code .name.builtin { color: #AA22FF } +.code .name.class { color: #0000FF } +.code .name.constant { color: #880000 } +.code .name.decorator { color: #AA22FF } +.code .name.entity { color: #999999; font-weight: bold } +.code .name.exception { color: #D2413A; font-weight: bold } +.code .name.function { color: #00A000 } +.code .name.label { color: #A0A000 } +.code .name.namespace { color: #0000FF; font-weight: bold } +.code .name.tag { color: #008000; font-weight: bold } +.code .name.variable { color: #B8860B } +.code .operator { color: #666666 } +.code .operator.word { color: #AA22FF; font-weight: bold } -- cgit v1.2.3