|
1 | 1 | /* https://github.com/richleland/pygments-css */ |
2 | | -.highlight .hll { background-color: #333333 } |
3 | | -.highlight { background: #111111; color: #ffffff } |
4 | | -.highlight .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ |
5 | | -.highlight .err { color: #ffffff } /* Error */ |
6 | | -.highlight .esc { color: #ffffff } /* Escape */ |
7 | | -.highlight .g { color: #ffffff } /* Generic */ |
8 | | -.highlight .k { color: #fb660a; font-weight: bold } /* Keyword */ |
9 | | -.highlight .l { color: #ffffff } /* Literal */ |
10 | | -.highlight .n { color: #ffffff } /* Name */ |
11 | | -.highlight .o { color: #ffffff } /* Operator */ |
12 | | -.highlight .x { color: #ffffff } /* Other */ |
13 | | -.highlight .p { color: #ffffff } /* Punctuation */ |
14 | | -.highlight .ch { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Hashbang */ |
15 | | -.highlight .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ |
16 | | -.highlight .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ |
17 | | -.highlight .cpf { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.PreprocFile */ |
18 | | -.highlight .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ |
19 | | -.highlight .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ |
20 | | -.highlight .gd { color: #ffffff } /* Generic.Deleted */ |
21 | | -.highlight .ge { color: #ffffff } /* Generic.Emph */ |
22 | | -.highlight .gr { color: #ffffff } /* Generic.Error */ |
23 | | -.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ |
24 | | -.highlight .gi { color: #ffffff } /* Generic.Inserted */ |
25 | | -.highlight .go { color: #444444; background-color: #888888 } /* Generic.Output */ |
26 | | -.highlight .gp { color: #ffffff } /* Generic.Prompt */ |
27 | | -.highlight .gs { color: #ffffff } /* Generic.Strong */ |
28 | | -.highlight .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ |
29 | | -.highlight .gt { color: #ffffff } /* Generic.Traceback */ |
30 | | -.highlight .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ |
31 | | -.highlight .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ |
32 | | -.highlight .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ |
33 | | -.highlight .kp { color: #fb660a } /* Keyword.Pseudo */ |
34 | | -.highlight .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ |
35 | | -.highlight .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ |
36 | | -.highlight .ld { color: #ffffff } /* Literal.Date */ |
37 | | -.highlight .m { color: #0086f7; font-weight: bold } /* Literal.Number */ |
38 | | -.highlight .s { color: #0086d2 } /* Literal.String */ |
39 | | -.highlight .na { color: #ff0086; font-weight: bold } /* Name.Attribute */ |
40 | | -.highlight .nb { color: #ffffff } /* Name.Builtin */ |
41 | | -.highlight .nc { color: #ffffff } /* Name.Class */ |
42 | | -.highlight .no { color: #0086d2 } /* Name.Constant */ |
43 | | -.highlight .nd { color: #ffffff } /* Name.Decorator */ |
44 | | -.highlight .ni { color: #ffffff } /* Name.Entity */ |
45 | | -.highlight .ne { color: #ffffff } /* Name.Exception */ |
46 | | -.highlight .nf { color: #ff0086; font-weight: bold } /* Name.Function */ |
47 | | -.highlight .nl { color: #ffffff } /* Name.Label */ |
48 | | -.highlight .nn { color: #ffffff } /* Name.Namespace */ |
49 | | -.highlight .nx { color: #ffffff } /* Name.Other */ |
50 | | -.highlight .py { color: #ffffff } /* Name.Property */ |
51 | | -.highlight .nt { color: #fb660a; font-weight: bold } /* Name.Tag */ |
52 | | -.highlight .nv { color: #fb660a } /* Name.Variable */ |
53 | | -.highlight .ow { color: #ffffff } /* Operator.Word */ |
54 | | -.highlight .w { color: #888888 } /* Text.Whitespace */ |
55 | | -.highlight .mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */ |
56 | | -.highlight .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ |
57 | | -.highlight .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ |
58 | | -.highlight .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ |
59 | | -.highlight .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ |
60 | | -.highlight .sa { color: #0086d2 } /* Literal.String.Affix */ |
61 | | -.highlight .sb { color: #0086d2 } /* Literal.String.Backtick */ |
62 | | -.highlight .sc { color: #0086d2 } /* Literal.String.Char */ |
63 | | -.highlight .dl { color: #0086d2 } /* Literal.String.Delimiter */ |
64 | | -.highlight .sd { color: #0086d2 } /* Literal.String.Doc */ |
65 | | -.highlight .s2 { color: #0086d2 } /* Literal.String.Double */ |
66 | | -.highlight .se { color: #0086d2 } /* Literal.String.Escape */ |
67 | | -.highlight .sh { color: #0086d2 } /* Literal.String.Heredoc */ |
68 | | -.highlight .si { color: #0086d2 } /* Literal.String.Interpol */ |
69 | | -.highlight .sx { color: #0086d2 } /* Literal.String.Other */ |
70 | | -.highlight .sr { color: #0086d2 } /* Literal.String.Regex */ |
71 | | -.highlight .s1 { color: #0086d2 } /* Literal.String.Single */ |
72 | | -.highlight .ss { color: #0086d2 } /* Literal.String.Symbol */ |
73 | | -.highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */ |
74 | | -.highlight .fm { color: #ff0086; font-weight: bold } /* Name.Function.Magic */ |
75 | | -.highlight .vc { color: #fb660a } /* Name.Variable.Class */ |
76 | | -.highlight .vg { color: #fb660a } /* Name.Variable.Global */ |
77 | | -.highlight .vi { color: #fb660a } /* Name.Variable.Instance */ |
78 | | -.highlight .vm { color: #fb660a } /* Name.Variable.Magic */ |
79 | | -.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ |
| 2 | +[data-bs-theme="dark"] { |
| 3 | + .highlight .hll { background-color: #333333 } |
| 4 | + .highlight { background: #111111; color: #ffffff } |
| 5 | + .highlight .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ |
| 6 | + .highlight .err { color: #ffffff } /* Error */ |
| 7 | + .highlight .esc { color: #ffffff } /* Escape */ |
| 8 | + .highlight .g { color: #ffffff } /* Generic */ |
| 9 | + .highlight .k { color: #fb660a; font-weight: bold } /* Keyword */ |
| 10 | + .highlight .l { color: #ffffff } /* Literal */ |
| 11 | + .highlight .n { color: #ffffff } /* Name */ |
| 12 | + .highlight .o { color: #ffffff } /* Operator */ |
| 13 | + .highlight .x { color: #ffffff } /* Other */ |
| 14 | + .highlight .p { color: #ffffff } /* Punctuation */ |
| 15 | + .highlight .ch { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Hashbang */ |
| 16 | + .highlight .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ |
| 17 | + .highlight .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ |
| 18 | + .highlight .cpf { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.PreprocFile */ |
| 19 | + .highlight .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ |
| 20 | + .highlight .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ |
| 21 | + .highlight .gd { color: #ffffff } /* Generic.Deleted */ |
| 22 | + .highlight .ge { color: #ffffff } /* Generic.Emph */ |
| 23 | + .highlight .gr { color: #ffffff } /* Generic.Error */ |
| 24 | + .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ |
| 25 | + .highlight .gi { color: #ffffff } /* Generic.Inserted */ |
| 26 | + .highlight .go { color: #444444; background-color: #888888 } /* Generic.Output */ |
| 27 | + .highlight .gp { color: #ffffff } /* Generic.Prompt */ |
| 28 | + .highlight .gs { color: #ffffff } /* Generic.Strong */ |
| 29 | + .highlight .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ |
| 30 | + .highlight .gt { color: #ffffff } /* Generic.Traceback */ |
| 31 | + .highlight .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ |
| 32 | + .highlight .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ |
| 33 | + .highlight .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ |
| 34 | + .highlight .kp { color: #fb660a } /* Keyword.Pseudo */ |
| 35 | + .highlight .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ |
| 36 | + .highlight .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ |
| 37 | + .highlight .ld { color: #ffffff } /* Literal.Date */ |
| 38 | + .highlight .m { color: #0086f7; font-weight: bold } /* Literal.Number */ |
| 39 | + .highlight .s { color: #0086d2 } /* Literal.String */ |
| 40 | + .highlight .na { color: #ff0086; font-weight: bold } /* Name.Attribute */ |
| 41 | + .highlight .nb { color: #ffffff } /* Name.Builtin */ |
| 42 | + .highlight .nc { color: #ffffff } /* Name.Class */ |
| 43 | + .highlight .no { color: #0086d2 } /* Name.Constant */ |
| 44 | + .highlight .nd { color: #ffffff } /* Name.Decorator */ |
| 45 | + .highlight .ni { color: #ffffff } /* Name.Entity */ |
| 46 | + .highlight .ne { color: #ffffff } /* Name.Exception */ |
| 47 | + .highlight .nf { color: #ff0086; font-weight: bold } /* Name.Function */ |
| 48 | + .highlight .nl { color: #ffffff } /* Name.Label */ |
| 49 | + .highlight .nn { color: #ffffff } /* Name.Namespace */ |
| 50 | + .highlight .nx { color: #ffffff } /* Name.Other */ |
| 51 | + .highlight .py { color: #ffffff } /* Name.Property */ |
| 52 | + .highlight .nt { color: #fb660a; font-weight: bold } /* Name.Tag */ |
| 53 | + .highlight .nv { color: #fb660a } /* Name.Variable */ |
| 54 | + .highlight .ow { color: #ffffff } /* Operator.Word */ |
| 55 | + .highlight .w { color: #888888 } /* Text.Whitespace */ |
| 56 | + .highlight .mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */ |
| 57 | + .highlight .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ |
| 58 | + .highlight .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ |
| 59 | + .highlight .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ |
| 60 | + .highlight .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ |
| 61 | + .highlight .sa { color: #0086d2 } /* Literal.String.Affix */ |
| 62 | + .highlight .sb { color: #0086d2 } /* Literal.String.Backtick */ |
| 63 | + .highlight .sc { color: #0086d2 } /* Literal.String.Char */ |
| 64 | + .highlight .dl { color: #0086d2 } /* Literal.String.Delimiter */ |
| 65 | + .highlight .sd { color: #0086d2 } /* Literal.String.Doc */ |
| 66 | + .highlight .s2 { color: #0086d2 } /* Literal.String.Double */ |
| 67 | + .highlight .se { color: #0086d2 } /* Literal.String.Escape */ |
| 68 | + .highlight .sh { color: #0086d2 } /* Literal.String.Heredoc */ |
| 69 | + .highlight .si { color: #0086d2 } /* Literal.String.Interpol */ |
| 70 | + .highlight .sx { color: #0086d2 } /* Literal.String.Other */ |
| 71 | + .highlight .sr { color: #0086d2 } /* Literal.String.Regex */ |
| 72 | + .highlight .s1 { color: #0086d2 } /* Literal.String.Single */ |
| 73 | + .highlight .ss { color: #0086d2 } /* Literal.String.Symbol */ |
| 74 | + .highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */ |
| 75 | + .highlight .fm { color: #ff0086; font-weight: bold } /* Name.Function.Magic */ |
| 76 | + .highlight .vc { color: #fb660a } /* Name.Variable.Class */ |
| 77 | + .highlight .vg { color: #fb660a } /* Name.Variable.Global */ |
| 78 | + .highlight .vi { color: #fb660a } /* Name.Variable.Instance */ |
| 79 | + .highlight .vm { color: #fb660a } /* Name.Variable.Magic */ |
| 80 | + .highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ |
| 81 | +} |
0 commit comments