/usr/share/doc/pybtex/html/pygments.css is in pybtex 0.15-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | .sourcecode .hll { background-color: #ffffcc }
.sourcecode { background: #ffffff; }
.sourcecode .c { color: #999988; font-style: italic } /* Comment */
.sourcecode .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.sourcecode .k { font-weight: bold } /* Keyword */
.sourcecode .o { font-weight: bold } /* Operator */
.sourcecode .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.sourcecode .cp { color: #999988; font-style: italic } /* Comment.Preproc */
.sourcecode .c1 { color: #999988; font-style: italic } /* Comment.Single */
.sourcecode .cs { color: #999988; font-style: italic } /* Comment.Special */
.sourcecode .ge { font-style: italic } /* Generic.Emph */
.sourcecode .gr { color: #aa0000 } /* Generic.Error */
.sourcecode .go { color: #888888 } /* Generic.Output */
.sourcecode .gp { color: #555555 } /* Generic.Prompt */
.sourcecode .gs { font-weight: bold } /* Generic.Strong */
.sourcecode .gt { color: #aa0000 } /* Generic.Traceback */
.sourcecode .kc { font-weight: bold } /* Keyword.Constant */
.sourcecode .kd { font-weight: bold } /* Keyword.Declaration */
.sourcecode .kn { font-weight: bold } /* Keyword.Namespace */
.sourcecode .kp { font-weight: bold } /* Keyword.Pseudo */
.sourcecode .kr { font-weight: bold } /* Keyword.Reserved */
.sourcecode .kt { font-weight: bold } /* Keyword.Type */
.sourcecode .m { color: #509000; font-weight: bold } /* Literal.Number */
.sourcecode .s { color: #B08010 } /* Literal.String */
.sourcecode .nb { color: #804000 } /* Name.Builtin */
.sourcecode .nc { color: #900000; font-weight: bold } /* Name.Class */
.sourcecode .nd { color: #804000 } /* Name.Decorator */
.sourcecode .ne { color: #A00000; font-weight: bold } /* Name.Exception */
.sourcecode .nf { color: #804000; font-weight: bold } /* Name.Function */
.sourcecode .nn { color: #900000 } /* Name.Namespace */
.sourcecode .nt { color: #804000 } /* Name.Tag */
.sourcecode .ow { font-weight: bold } /* Operator.Word */
.sourcecode .mf { color: #509000; font-weight: bold } /* Literal.Number.Float */
.sourcecode .mh { color: #509000; font-weight: bold } /* Literal.Number.Hex */
.sourcecode .mi { color: #509000; font-weight: bold } /* Literal.Number.Integer */
.sourcecode .mo { color: #509000; font-weight: bold } /* Literal.Number.Oct */
.sourcecode .sb { color: #B08010 } /* Literal.String.Backtick */
.sourcecode .sc { color: #B08010 } /* Literal.String.Char */
.sourcecode .sd { color: #B08010 } /* Literal.String.Doc */
.sourcecode .s2 { color: #B08010 } /* Literal.String.Double */
.sourcecode .se { color: #900000 } /* Literal.String.Escape */
.sourcecode .sh { color: #B08010 } /* Literal.String.Heredoc */
.sourcecode .si { color: #B08010 } /* Literal.String.Interpol */
.sourcecode .sx { color: #B08010 } /* Literal.String.Other */
.sourcecode .sr { color: #B08010 } /* Literal.String.Regex */
.sourcecode .s1 { color: #B08010 } /* Literal.String.Single */
.sourcecode .ss { color: #B08010 } /* Literal.String.Symbol */
.sourcecode .bp { color: #804000 } /* Name.Builtin.Pseudo */
.sourcecode .il { color: #509000; font-weight: bold } /* Literal.Number.Integer.Long */
|