about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--static/css/syntax.css115
1 files changed, 46 insertions, 69 deletions
diff --git a/static/css/syntax.css b/static/css/syntax.css index a48dea9..1e98d7e 100644 --- a/static/css/syntax.css +++ b/static/css/syntax.css
@@ -1,69 +1,46 @@
1.hll { background-color: #ffffcc } 1/* Background */ .chroma { background-color: #ffffff }
2.c { color: #93a1a1; font-style: italic } /* Comment */ 2/* Error */ .chroma .err { }
3.err { color: #dc322f } /* Error */ 3/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
4.g { color: #657b83 } /* Generic */ 4/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
5.k { color: #859900 } /* Keyword */ 5/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
6.l { color: #657b83 } /* Literal */ 6/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; display: block; }
7.n { color: #586e75 } /* Name */ 7/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
8.o { color: #657b83 } /* Operator */ 8/* Keyword */ .chroma .k { font-weight: bold }
9.x { color: #657b83 } /* Other */ 9/* KeywordConstant */ .chroma .kc { font-weight: bold }
10.p { color: #657b83 } /* Punctuation */ 10/* KeywordDeclaration */ .chroma .kd { font-weight: bold }
11.cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */ 11/* KeywordNamespace */ .chroma .kn { font-weight: bold }
12.cp { color: #93a1a1; font-style: italic } /* Comment.Preproc */ 12/* KeywordPseudo */ .chroma .kp { }
13.c1 { color: #93a1a1; font-style: italic } /* Comment.Single */ 13/* KeywordReserved */ .chroma .kr { font-weight: bold }
14.cs { color: #93a1a1; font-style: italic } /* Comment.Special */ 14/* KeywordType */ .chroma .kt { }
15.gd { color: #657b83 } /* Generic.Deleted */ 15/* NameClass */ .chroma .nc { font-weight: bold }
16.ge { color: #657b83 } /* Generic.Emph */ 16/* NameEntity */ .chroma .ni { font-weight: bold }
17.gr { color: #657b83 } /* Generic.Error */ 17/* NameException */ .chroma .ne { font-weight: bold }
18.gh { color: #657b83 } /* Generic.Heading */ 18/* NameNamespace */ .chroma .nn { font-weight: bold }
19.gi { color: #657b83 } /* Generic.Inserted */ 19/* NameTag */ .chroma .nt { font-weight: bold }
20.go { color: #657b83 } /* Generic.Output */ 20/* LiteralString */ .chroma .s { font-style: italic }
21.gp { color: #657b83 } /* Generic.Prompt */ 21/* LiteralStringAffix */ .chroma .sa { font-style: italic }
22.gs { color: #657b83 } /* Generic.Strong */ 22/* LiteralStringBacktick */ .chroma .sb { font-style: italic }
23.gu { color: #657b83 } /* Generic.Subheading */ 23/* LiteralStringChar */ .chroma .sc { font-style: italic }
24.gt { color: #657b83 } /* Generic.Traceback */ 24/* LiteralStringDelimiter */ .chroma .dl { font-style: italic }
25.kc { color: #859900 } /* Keyword.Constant */ 25/* LiteralStringDoc */ .chroma .sd { font-style: italic }
26.kd { color: #859900 } /* Keyword.Declaration */ 26/* LiteralStringDouble */ .chroma .s2 { font-style: italic }
27.kn { color: #cb4b16 } /* Keyword.Namespace */ 27/* LiteralStringEscape */ .chroma .se { font-weight: bold; font-style: italic }
28.kp { color: #cb4b16 } /* Keyword.Pseudo */ 28/* LiteralStringHeredoc */ .chroma .sh { font-style: italic }
29.kr { color: #859900 } /* Keyword.Reserved */ 29/* LiteralStringInterpol */ .chroma .si { font-weight: bold; font-style: italic }
30.kt { color: #859900 } /* Keyword.Type */ 30/* LiteralStringOther */ .chroma .sx { font-style: italic }
31.ld { color: #657b83 } /* Literal.Date */ 31/* LiteralStringRegex */ .chroma .sr { font-style: italic }
32.m { color: #2aa198 } /* Literal.Number */ 32/* LiteralStringSingle */ .chroma .s1 { font-style: italic }
33.s { color: #2aa198 } /* Literal.String */ 33/* LiteralStringSymbol */ .chroma .ss { font-style: italic }
34.na { color: #657b83 } /* Name.Attribute */ 34/* OperatorWord */ .chroma .ow { font-weight: bold }
35.nb { color: #268bd2 } /* Name.Builtin */ 35/* Comment */ .chroma .c { font-style: italic }
36.nc { color: #268bd2 } /* Name.Class */ 36/* CommentHashbang */ .chroma .ch { font-style: italic }
37.no { color: #b58900 } /* Name.Constant */ 37/* CommentMultiline */ .chroma .cm { font-style: italic }
38.nd { color: #cb4b16 } /* Name.Decorator */ 38/* CommentSingle */ .chroma .c1 { font-style: italic }
39.ni { color: #cb4b16 } /* Name.Entity */ 39/* CommentSpecial */ .chroma .cs { font-style: italic }
40.ne { color: #cb4b16 } /* Name.Exception */ 40/* CommentPreproc */ .chroma .cp { }
41.nf { color: #268bd2 } /* Name.Function */ 41/* CommentPreprocFile */ .chroma .cpf { }
42.nl { color: #657b83 } /* Name.Label */ 42/* GenericEmph */ .chroma .ge { font-style: italic }
43.nn { color: #b58900 } /* Name.Namespace */ 43/* GenericHeading */ .chroma .gh { font-weight: bold }
44.nx { color: #657b83 } /* Name.Other */ 44/* GenericPrompt */ .chroma .gp { font-weight: bold }
45.py { color: #268bd2 } /* Name.Property */ 45/* GenericStrong */ .chroma .gs { font-weight: bold }
46.nt { color: #859900 } /* Name.Tag */ 46/* GenericSubheading */ .chroma .gu { font-weight: bold }
47.nv { color: #cb4b16 } /* Name.Variable */
48.ow { color: #859900 } /* Operator.Word */
49.w { color: #fdf6e3 } /* Text.Whitespace */
50.mf { color: #2aa198 } /* Literal.Number.Float */
51.mh { color: #2aa198 } /* Literal.Number.Hex */
52.mi { color: #2aa198 } /* Literal.Number.Integer */
53.mo { color: #2aa198 } /* Literal.Number.Oct */
54.sb { color: #2aa198 } /* Literal.String.Backtick */
55.sc { color: #2aa198 } /* Literal.String.Char */
56.sd { color: #2aa198 } /* Literal.String.Doc */
57.s2 { color: #2aa198 } /* Literal.String.Double */
58.se { color: #cb4b16 } /* Literal.String.Escape */
59.sh { color: #2aa198 } /* Literal.String.Heredoc */
60.si { color: #cb4b16 } /* Literal.String.Interpol */
61.sx { color: #2aa198 } /* Literal.String.Other */
62.sr { color: #2aa198 } /* Literal.String.Regex */
63.s1 { color: #2aa198 } /* Literal.String.Single */
64.ss { color: #2aa198 } /* Literal.String.Symbol */
65.bp { color: #268bd2; font-weight: bold } /* Name.Builtin.Pseudo */
66.vc { color: #268bd2 } /* Name.Variable.Class */
67.vg { color: #268bd2 } /* Name.Variable.Global */
68.vi { color: #268bd2 } /* Name.Variable.Instance */
69.il { color: #2aa198 } /* Literal.Number.Integer.Long */