summaryrefslogtreecommitdiff
path: root/src/css/pygments.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/pygments.scss')
-rw-r--r--src/css/pygments.scss74
1 files changed, 74 insertions, 0 deletions
diff --git a/src/css/pygments.scss b/src/css/pygments.scss
new file mode 100644
index 0000000..8c1f06d
--- /dev/null
+++ b/src/css/pygments.scss
@@ -0,0 +1,74 @@
+---
+---
+.listingblock .pygments, .highlight pre {
+ background: #f8f8f8;
+
+ .hll { background-color: #ffffcc }
+ .c, .tok-c { color: #008800; font-style: italic } /* Comment */
+ .err, .tok-err { border: 1px solid #FF0000 } /* Error */
+ .k, .tok-k { color: #AA22FF; font-weight: bold } /* Keyword */
+ .o, .tok-o { color: #666666 } /* Operator */
+ .ch, .tok-ch { color: #008800; font-style: italic } /* Comment.Hashbang */
+ .cm, .tok-cm { color: #008800; font-style: italic } /* Comment.Multiline */
+ .cp, .tok-cp { color: #008800 } /* Comment.Preproc */
+ .cpf, .tok-cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
+ .c1, .tok-c1 { color: #008800; font-style: italic } /* Comment.Single */
+ .cs, .tok-cs { color: #008800; font-weight: bold } /* Comment.Special */
+ .gd, .tok-gd { color: #A00000 } /* Generic.Deleted */
+ .ge, .tok-ge { font-style: italic } /* Generic.Emph */
+ .gr, .tok-gr { color: #FF0000 } /* Generic.Error */
+ .gh, .tok-gh { color: #000080; font-weight: bold } /* Generic.Heading */
+ .gi, .tok-gi { color: #00A000 } /* Generic.Inserted */
+ .go, .tok-go { color: #888888 } /* Generic.Output */
+ .gp, .tok-gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+ .gs, .tok-gs { font-weight: bold } /* Generic.Strong */
+ .gu, .tok-gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+ .gt, .tok-gt { color: #0044DD } /* Generic.Traceback */
+ .kc, .tok-kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
+ .kd, .tok-kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
+ .kn, .tok-kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
+ .kp, .tok-kp { color: #AA22FF } /* Keyword.Pseudo */
+ .kr, .tok-kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
+ .kt, .tok-kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
+ .m, .tok-m { color: #666666 } /* Literal.Number */
+ .s, .tok-s { color: #BB4444 } /* Literal.String */
+ .na, .tok-na { color: #BB4444 } /* Name.Attribute */
+ .nb, .tok-nb { color: #AA22FF } /* Name.Builtin */
+ .nc, .tok-nc { color: #0000FF } /* Name.Class */
+ .no, .tok-no { color: #880000 } /* Name.Constant */
+ .nd, .tok-nd { color: #AA22FF } /* Name.Decorator */
+ .ni, .tok-ni { color: #999999; font-weight: bold } /* Name.Entity */
+ .ne, .tok-ne { color: #D2413A; font-weight: bold } /* Name.Exception */
+ .nf, .tok-nf { color: #00A000 } /* Name.Function */
+ .nl, .tok-nl { color: #A0A000 } /* Name.Label */
+ .nn, .tok-nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+ .nt, .tok-nt { color: #008000; font-weight: bold } /* Name.Tag */
+ .nv, .tok-nv { color: #B8860B } /* Name.Variable */
+ .ow, .tok-ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+ .w, .tok-w { color: #bbbbbb } /* Text.Whitespace */
+ .mb, .tok-mb { color: #666666 } /* Literal.Number.Bin */
+ .mf, .tok-mf { color: #666666 } /* Literal.Number.Float */
+ .mh, .tok-mh { color: #666666 } /* Literal.Number.Hex */
+ .mi, .tok-mi { color: #666666 } /* Literal.Number.Integer */
+ .mo, .tok-mo { color: #666666 } /* Literal.Number.Oct */
+ .sa, .tok-sa { color: #BB4444 } /* Literal.String.Affix */
+ .sb, .tok-sb { color: #BB4444 } /* Literal.String.Backtick */
+ .sc, .tok-sc { color: #BB4444 } /* Literal.String.Char */
+ .dl, .tok-dl { color: #BB4444 } /* Literal.String.Delimiter */
+ .sd, .tok-sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
+ .s2, .tok-s2 { color: #BB4444 } /* Literal.String.Double */
+ .se, .tok-se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
+ .sh, .tok-sh { color: #BB4444 } /* Literal.String.Heredoc */
+ .si, .tok-si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
+ .sx, .tok-sx { color: #008000 } /* Literal.String.Other */
+ .sr, .tok-sr { color: #BB6688 } /* Literal.String.Regex */
+ .s1, .tok-s1 { color: #BB4444 } /* Literal.String.Single */
+ .ss, .tok-ss { color: #B8860B } /* Literal.String.Symbol */
+ .bp, .tok-bp { color: #AA22FF } /* Name.Builtin.Pseudo */
+ .fm, .tok-fm { color: #00A000 } /* Name.Function.Magic */
+ .vc, .tok-vc { color: #B8860B } /* Name.Variable.Class */
+ .vg, .tok-vg { color: #B8860B } /* Name.Variable.Global */
+ .vi, .tok-vi { color: #B8860B } /* Name.Variable.Instance */
+ .vm, .tok-vm { color: #B8860B } /* Name.Variable.Magic */
+ .il, .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+}