Mercurial > libervia-templates
comparison default/static/highlight.css @ 68:46109efcf671
static (css): added highlight CSS to handle new highlight filter (pygments)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Dec 2017 00:46:45 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:3a9dae71aa6c | 68:46109efcf671 |
---|---|
1 /* This file as been generated from Pygments using | |
2 * f.write(HtmlFormatter().get_style_defs('.highlight')) | |
3 * where f was an open file. | |
4 * It is used in Libervia for highlighting code or markup | |
5 * If changes are needed, they should be done in a separate CSS file | |
6 * so this one keep Pygments' defaults | |
7 */ | |
8 .highlight .hll { background-color: #ffffcc } | |
9 .highlight { background: #f8f8f8; } | |
10 .highlight .c { color: #408080; font-style: italic } /* Comment */ | |
11 .highlight .err { border: 1px solid #FF0000 } /* Error */ | |
12 .highlight .k { color: #008000; font-weight: bold } /* Keyword */ | |
13 .highlight .o { color: #666666 } /* Operator */ | |
14 .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ | |
15 .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ | |
16 .highlight .cp { color: #BC7A00 } /* Comment.Preproc */ | |
17 .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ | |
18 .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ | |
19 .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ | |
20 .highlight .gd { color: #A00000 } /* Generic.Deleted */ | |
21 .highlight .ge { font-style: italic } /* Generic.Emph */ | |
22 .highlight .gr { color: #FF0000 } /* Generic.Error */ | |
23 .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | |
24 .highlight .gi { color: #00A000 } /* Generic.Inserted */ | |
25 .highlight .go { color: #888888 } /* Generic.Output */ | |
26 .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ | |
27 .highlight .gs { font-weight: bold } /* Generic.Strong */ | |
28 .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | |
29 .highlight .gt { color: #0044DD } /* Generic.Traceback */ | |
30 .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ | |
31 .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ | |
32 .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ | |
33 .highlight .kp { color: #008000 } /* Keyword.Pseudo */ | |
34 .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ | |
35 .highlight .kt { color: #B00040 } /* Keyword.Type */ | |
36 .highlight .m { color: #666666 } /* Literal.Number */ | |
37 .highlight .s { color: #BA2121 } /* Literal.String */ | |
38 .highlight .na { color: #7D9029 } /* Name.Attribute */ | |
39 .highlight .nb { color: #008000 } /* Name.Builtin */ | |
40 .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ | |
41 .highlight .no { color: #880000 } /* Name.Constant */ | |
42 .highlight .nd { color: #AA22FF } /* Name.Decorator */ | |
43 .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ | |
44 .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ | |
45 .highlight .nf { color: #0000FF } /* Name.Function */ | |
46 .highlight .nl { color: #A0A000 } /* Name.Label */ | |
47 .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ | |
48 .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ | |
49 .highlight .nv { color: #19177C } /* Name.Variable */ | |
50 .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ | |
51 .highlight .w { color: #bbbbbb } /* Text.Whitespace */ | |
52 .highlight .mb { color: #666666 } /* Literal.Number.Bin */ | |
53 .highlight .mf { color: #666666 } /* Literal.Number.Float */ | |
54 .highlight .mh { color: #666666 } /* Literal.Number.Hex */ | |
55 .highlight .mi { color: #666666 } /* Literal.Number.Integer */ | |
56 .highlight .mo { color: #666666 } /* Literal.Number.Oct */ | |
57 .highlight .sa { color: #BA2121 } /* Literal.String.Affix */ | |
58 .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ | |
59 .highlight .sc { color: #BA2121 } /* Literal.String.Char */ | |
60 .highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ | |
61 .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ | |
62 .highlight .s2 { color: #BA2121 } /* Literal.String.Double */ | |
63 .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ | |
64 .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ | |
65 .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ | |
66 .highlight .sx { color: #008000 } /* Literal.String.Other */ | |
67 .highlight .sr { color: #BB6688 } /* Literal.String.Regex */ | |
68 .highlight .s1 { color: #BA2121 } /* Literal.String.Single */ | |
69 .highlight .ss { color: #19177C } /* Literal.String.Symbol */ | |
70 .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ | |
71 .highlight .fm { color: #0000FF } /* Name.Function.Magic */ | |
72 .highlight .vc { color: #19177C } /* Name.Variable.Class */ | |
73 .highlight .vg { color: #19177C } /* Name.Variable.Global */ | |
74 .highlight .vi { color: #19177C } /* Name.Variable.Instance */ | |
75 .highlight .vm { color: #19177C } /* Name.Variable.Magic */ | |
76 .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ | |
77 |