File: pygments.css

package info (click to toggle)
libcork 0.15.0%2Bds-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,680 kB
  • ctags: 1,967
  • sloc: ansic: 12,216; python: 95; sh: 85; makefile: 9
file content (61 lines) | stat: -rw-r--r-- 4,652 bytes parent folder | download | duplicates (13)
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
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #408080; font-style: italic }  /* Comment */
.highlight .err { border: 1px solid #FF0000 }         /* Error */
.highlight .k { color: #954121 }                      /* Keyword */
.highlight .o { color: #666666 }                      /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 }                     /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* 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: #808080 }                     /* Generic.Output */
.highlight .gp { color: #000080; 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: #954121 }                     /* Keyword.Constant */
.highlight .kd { color: #954121; font-weight: bold }  /* Keyword.Declaration */
.highlight .kn { color: #954121; font-weight: bold }  /* Keyword.Namespace */
.highlight .kp { color: #954121 }                     /* Keyword.Pseudo */
.highlight .kr { color: #954121; font-weight: bold }  /* Keyword.Reserved */
.highlight .kt { color: #B00040 }                     /* Keyword.Type */
.highlight .m { color: #666666 }                      /* Literal.Number */
.highlight .s { color: #219161 }                      /* Literal.String */
.highlight .na { color: #7D9029 }                     /* Name.Attribute */
.highlight .nb { color: #954121 }                     /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold }  /* Name.Class */
.highlight .no { color: #880000 }                     /* Name.Constant */
.highlight .nd { color: #AA22FF }                     /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold }  /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold }  /* Name.Exception */
.highlight .nf { color: #0000FF }                     /* Name.Function */
.highlight .nl { color: #A0A000 }                     /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold }  /* Name.Namespace */
.highlight .nt { color: #954121; font-weight: bold }  /* Name.Tag */
.highlight .nv { color: #19469D }                     /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold }  /* Operator.Word */
.highlight .w { color: #bbbbbb }                      /* Text.Whitespace */
.highlight .mf { color: #666666 }                     /* Literal.Number.Float */
.highlight .mh { color: #666666 }                     /* Literal.Number.Hex */
.highlight .mi { color: #666666 }                     /* Literal.Number.Integer */
.highlight .mo { color: #666666 }                     /* Literal.Number.Oct */
.highlight .sb { color: #219161 }                     /* Literal.String.Backtick */
.highlight .sc { color: #219161 }                     /* Literal.String.Char */
.highlight .sd { color: #219161; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #219161 }                     /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold }  /* Literal.String.Escape */
.highlight .sh { color: #219161 }                     /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold }  /* Literal.String.Interpol */
.highlight .sx { color: #954121 }                     /* Literal.String.Other */
.highlight .sr { color: #BB6688 }                     /* Literal.String.Regex */
.highlight .s1 { color: #219161 }                     /* Literal.String.Single */
.highlight .ss { color: #19469D }                     /* Literal.String.Symbol */
.highlight .bp { color: #954121 }                     /* Name.Builtin.Pseudo */
.highlight .vc { color: #19469D }                     /* Name.Variable.Class */
.highlight .vg { color: #19469D }                     /* Name.Variable.Global */
.highlight .vi { color: #19469D }                     /* Name.Variable.Instance */
.highlight .il { color: #666666 }                     /* Literal.Number.Integer.Long */