Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathcode.css
More file actions
Latest commit
72 lines (72 loc) · 3.84 KB
/
Copy pathcode.css
File metadata and controls
72 lines (72 loc) · 3.84 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.hll { background-color:#ffffcc }
.c { color:#8f5902; font-style: italic } /* Comment */
.err { color:#a40000; border:1px solid #ef2929 } /* Error */
.g { color:#000000 } /* Generic */
.k { color:#204a87; font-weight: bold } /* Keyword */
.l { color:#000000 } /* Literal */
.n { color:#000000 } /* Name */
.o { color:#ce5c00; font-weight: bold } /* Operator */
.x { color:#000000 } /* Other */
.p { color:#000000; font-weight: bold } /* Punctuation */
.ch { color:#8f5902; font-style: italic } /* Comment.Hashbang */
.cm { color:#8f5902; font-style: italic } /* Comment.Multiline */
.cp { color:#8f5902; font-style: italic } /* Comment.Preproc */
.cpf { color:#8f5902; font-style: italic } /* Comment.PreprocFile */
.c1 { color:#8f5902; font-style: italic } /* Comment.Single */
.cs { color:#8f5902; font-style: italic } /* Comment.Special */
.gd { color:#a40000 } /* Generic.Deleted */
.ge { color:#000000; font-style: italic } /* Generic.Emph */
.gr { color:#ef2929 } /* Generic.Error */
.gh { color:#000080; font-weight: bold } /* Generic.Heading */
.gi { color:#00A000 } /* Generic.Inserted */
.go { color:#000000; font-style: italic } /* Generic.Output */
.gp { color:#8f5902 } /* Generic.Prompt */
.gs { color:#000000; font-weight: bold } /* Generic.Strong */
.gu { color:#800080; font-weight: bold } /* Generic.Subheading */
.gt { color:#a40000; font-weight: bold } /* Generic.Traceback */
.kc { color:#204a87; font-weight: bold } /* Keyword.Constant */
.kd { color:#204a87; font-weight: bold } /* Keyword.Declaration */
.kn { color:#204a87; font-weight: bold } /* Keyword.Namespace */
.kp { color:#204a87; font-weight: bold } /* Keyword.Pseudo */
.kr { color:#204a87; font-weight: bold } /* Keyword.Reserved */
.kt { color:#204a87; font-weight: bold } /* Keyword.Type */
.ld { color:#000000 } /* Literal.Date */
.m { color:#0000cf; font-weight: bold } /* Literal.Number */
.s { color:#4e9a06 } /* Literal.String */
.na { color:#c4a000 } /* Name.Attribute */
.nb { color:#204a87 } /* Name.Builtin */
.nc { color:#000000 } /* Name.Class */
.no { color:#000000 } /* Name.Constant */
.nd { color:#5c35cc; font-weight: bold } /* Name.Decorator */
.ni { color:#ce5c00 } /* Name.Entity */
.ne { color:#cc0000; font-weight: bold } /* Name.Exception */
.nf { color:#000000 } /* Name.Function */
.nl { color:#f57900 } /* Name.Label */
.nn { color:#000000 } /* Name.Namespace */
.nx { color:#000000 } /* Name.Other */
.py { color:#000000 } /* Name.Property */
.nt { color:#204a87; font-weight: bold } /* Name.Tag */
.nv { color:#000000 } /* Name.Variable */
.ow { color:#204a87; font-weight: bold } /* Operator.Word */
.w { color:#f8f8f8; text-decoration: underline } /* Text.Whitespace */
.mb { color:#0000cf; font-weight: bold } /* Literal.Number.Bin */
.mf { color:#0000cf; font-weight: bold } /* Literal.Number.Float */
.mh { color:#0000cf; font-weight: bold } /* Literal.Number.Hex */
.mi { color:#0000cf; font-weight: bold } /* Literal.Number.Integer */
.mo { color:#0000cf; font-weight: bold } /* Literal.Number.Oct */
.sb { color:#4e9a06 } /* Literal.String.Backtick */
.sc { color:#4e9a06 } /* Literal.String.Char */
.sd { color:#8f5902; font-style: italic } /* Literal.String.Doc */
.s2 { color:#4e9a06 } /* Literal.String.Double */
.se { color:#4e9a06 } /* Literal.String.Escape */
.sh { color:#4e9a06 } /* Literal.String.Heredoc */
.si { color:#4e9a06 } /* Literal.String.Interpol */
.sx { color:#4e9a06 } /* Literal.String.Other */
.sr { color:#4e9a06 } /* Literal.String.Regex */
.s1 { color:#4e9a06 } /* Literal.String.Single */
.ss { color:#4e9a06 } /* Literal.String.Symbol */
.bp { color:#3465a4 } /* Name.Builtin.Pseudo */
.vc { color:#000000 } /* Name.Variable.Class */
.vg { color:#000000 } /* Name.Variable.Global */
.vi { color:#000000 } /* Name.Variable.Instance */
.il { color:#0000cf; font-weight: bold } /* Literal.Number.Integer.Long */