diff options
Diffstat (limited to 'bootstrap2-dark/static/css/pygments.css')
-rw-r--r-- | bootstrap2-dark/static/css/pygments.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/bootstrap2-dark/static/css/pygments.css b/bootstrap2-dark/static/css/pygments.css new file mode 100644 index 0000000..3fbcb47 --- /dev/null +++ b/bootstrap2-dark/static/css/pygments.css @@ -0,0 +1,61 @@ +/* .highlight { background: #eeffcc; } */ +.highlight .hll { background-color: #ffffcc } +.highlight .c { color: #75715E; font-style: italic } /* Comment */ +.highlight .k { color: #F92672; font-weight: bold } /* Keyword */ +.highlight .o { color: #F92672 } /* Operator */ +.highlight .cm { color: #75715E; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #F92672 } /* Comment.Preproc */ +.highlight .c1 { color: #75715E; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #75715E; background-color: #000000 } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #303030 } /* Generic.Output */ +.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #0040D0 } /* Generic.Traceback */ +.highlight .kc { color: #F92672; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #F92672; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #F92672; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #F92672 } /* Keyword.Pseudo */ +.highlight .kr { color: #F92672; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #F92672 } /* Keyword.Type */ +.highlight .m { color: #AE81FF } /* Literal.Number */ +.highlight .s { color: #E6DB74 } /* Literal.String */ +.highlight .na { color: #E6DB74 } /* Name.Attribute */ +.highlight .nb { color: #F92672 } /* Name.Builtin */ +.highlight .nc { color: #ff8300; font-weight: bold } /* Name.Class */ +.highlight .no { color: #60add5 } /* Name.Constant */ +.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.highlight .ne { color: #F92672 } /* Name.Exception */ +.highlight .nf { color: #06287e } /* Name.Function */ +.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ +.highlight .nn { color: #ff8300; font-weight: bold } /* Name.Namespace */ +.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #bb60d5 } /* Name.Variable */ +.highlight .ow { color: #F92672; font-weight: bold } /* Operator.Word */ +.highlight .w { color: #777777 } /* Text.Whitespace */ +.highlight .mf { color: #AE81FF } /* Literal.Number.Float */ +.highlight .mh { color: #AE81FF } /* Literal.Number.Hex */ +.highlight .mi { color: #AE81FF } /* Literal.Number.Integer */ +.highlight .mo { color: #AE81FF } /* Literal.Number.Oct */ +.highlight .sb { color: #E6DB74 } /* Literal.String.Backtick */ +.highlight .sc { color: #E6DB74 } /* Literal.String.Char */ +.highlight .sd { color: #E6DB74; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #E6DB74 } /* Literal.String.Double */ +.highlight .se { color: #E6DB74; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #E6DB74 } /* Literal.String.Heredoc */ +.highlight .si { color: #E6DB74; font-style: italic } /* Literal.String.Interpol */ +.highlight .sx { color: #c65d09 } /* Literal.String.Other */ +.highlight .sr { color: #235388 } /* Literal.String.Regex */ +.highlight .s1 { color: #E6DB74 } /* Literal.String.Single */ +.highlight .ss { color: #517918 } /* Literal.String.Symbol */ +.highlight .bp { color: #F92672 } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ +.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ +.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ +.highlight .il { color: #AE81FF } /* Literal.Number.Integer.Long */
\ No newline at end of file |