diff options
Diffstat (limited to 'basic/static/css/mustang.css')
-rw-r--r-- | basic/static/css/mustang.css | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/basic/static/css/mustang.css b/basic/static/css/mustang.css new file mode 100644 index 0000000..54735d5 --- /dev/null +++ b/basic/static/css/mustang.css @@ -0,0 +1,70 @@ +.highlight { background: #202020; color: #e2e2e5} +.highlight .hll { background-color: #ffffcc } +.highlight .c { color: #808080; font-style: italic} /* Comment */ +.highlight .err { color: #e2e2e5} /* Error */ +.highlight .g { color: #e2e2e5} /* Generic */ +.highlight .k { color: #7e8aa2} /* Keyword */ +.highlight .l { color: #e2e2e5} /* Literal */ +.highlight .n { color: #e2e2e5} /* Name */ +.highlight .o { color: #e2e2e5} /* Operator */ +.highlight .x { color: #e2e2e5} /* Other */ +.highlight .p { color: #e2e2e5} /* Punctuation */ +.highlight .cm { color: #808080; font-style: italic} /* Comment.Multiline */ +.highlight .cp { color: #faf4c6} /* Comment.Preproc */ +.highlight .c1 { color: #808080; font-style: italic} /* Comment.Single */ +.highlight .cs { color: #808080; font-style: italic} /* Comment.Special */ +.highlight .gd { color: #e2e2e5} /* Generic.Deleted */ +.highlight .ge { color: #e2e2e5} /* Generic.Emph */ +.highlight .gr { color: #e2e2e5} /* Generic.Error */ +.highlight .gh { color: #f6f3e8; font-weight: bold} /* Generic.Heading */ +.highlight .gi { color: #e2e2e5} /* Generic.Inserted */ +.highlight .go { color: #808080; background-color: #303030 } /* Generic.Output */ +.highlight .gp { color: #e2e2e5} /* Generic.Prompt */ +.highlight .gs { color: #e2e2e5} /* Generic.Strong */ +.highlight .gu { color: #f6f3e8; font-weight: bold} /* Generic.Subheading */ +.highlight .gt { color: #e2e2e5} /* Generic.Traceback */ +.highlight .kc { color: #7e8aa2} /* Keyword.Constant */ +.highlight .kd { color: #7e8aa2} /* Keyword.Declaration */ +.highlight .kn { color: #7e8aa2} /* Keyword.Namespace */ +.highlight .kp { color: #7e8aa2} /* Keyword.Pseudo */ +.highlight .kr { color: #7e8aa2} /* Keyword.Reserved */ +.highlight .kt { color: #7e8aa2} /* Keyword.Type */ +.highlight .ld { color: #e2e2e5} /* Literal.Date */ +.highlight .m { color: #ff9800} /* Literal.Number */ +.highlight .s { color: #b1d631; font-style: italic} /* Literal.String */ +.highlight .na { color: #ffffff; font-weight: bold} /* Name.Attribute */ +.highlight .nb { color: #e2e2e5} /* Name.Builtin */ +.highlight .nc { color: #e2e2e5} /* Name.Class */ +.highlight .no { color: #ff9800} /* Name.Constant */ +.highlight .nd { color: #e2e2e5} /* Name.Decorator */ +.highlight .ni { color: #ff9800} /* Name.Entity */ +.highlight .ne { color: #e2e2e5} /* Name.Exception */ +.highlight .nf { color: #ffffff; font-weight: bold} /* Name.Function */ +.highlight .nl { color: #e2e2e5} /* Name.Label */ +.highlight .nn { color: #e2e2e5} /* Name.Namespace */ +.highlight .nx { color: #e2e2e5} /* Name.Other */ +.highlight .py { color: #e2e2e5} /* Name.Property */ +.highlight .nt { color: #7e8aa2} /* Name.Tag */ +.highlight .nv { color: #b1d631} /* Name.Variable */ +.highlight .ow { color: #e2e2e5} /* Operator.Word */ +.highlight .w { color: #e2e2e5} /* Text.Whitespace */ +.highlight .mf { color: #ff9800} /* Literal.Number.Float */ +.highlight .mh { color: #ff9800} /* Literal.Number.Hex */ +.highlight .mi { color: #ff9800} /* Literal.Number.Integer */ +.highlight .mo { color: #ff9800} /* Literal.Number.Oct */ +.highlight .sb { color: #b1d631; font-style: italic} /* Literal.String.Backtick */ +.highlight .sc { color: #b1d631; font-style: italic} /* Literal.String.Char */ +.highlight .sd { color: #b1d631; font-style: italic} /* Literal.String.Doc */ +.highlight .s2 { color: #b1d631; font-style: italic} /* Literal.String.Double */ +.highlight .se { color: #b1d631; font-style: italic} /* Literal.String.Escape */ +.highlight .sh { color: #b1d631; font-style: italic} /* Literal.String.Heredoc */ +.highlight .si { color: #b1d631; font-style: italic} /* Literal.String.Interpol */ +.highlight .sx { color: #b1d631; font-style: italic} /* Literal.String.Other */ +.highlight .sr { color: #b1d631; font-style: italic} /* Literal.String.Regex */ +.highlight .s1 { color: #b1d631; font-style: italic} /* Literal.String.Single */ +.highlight .ss { color: #b1d631; font-style: italic} /* Literal.String.Symbol */ +.highlight .bp { color: #e2e2e5} /* Name.Builtin.Pseudo */ +.highlight .vc { color: #b1d631} /* Name.Variable.Class */ +.highlight .vg { color: #b1d631} /* Name.Variable.Global */ +.highlight .vi { color: #b1d631} /* Name.Variable.Instance */ +.highlight .il { color: #ff9800} /* Literal.Number.Integer.Long */ |