17
17
.highlight .cs { color : # 408090 ; background-color : # fff0f0 } /* Comment.Special */
18
18
.highlight .gd { color : # A00000 } /* Generic.Deleted */
19
19
.highlight .ge { font-style : italic } /* Generic.Emph */
20
+ .highlight .ges { font-weight : bold; font-style : italic } /* Generic.EmphStrong */
20
21
.highlight .gr { color : # FF0000 } /* Generic.Error */
21
22
.highlight .gh { color : # 000080 ; font-weight : bold } /* Generic.Heading */
22
23
.highlight .gi { color : # 00A000 } /* Generic.Inserted */
@@ -80,35 +81,36 @@ body[data-theme="dark"] .highlight td.linenos .special { color: #000000; backgro
80
81
body [data-theme = "dark" ] .highlight span .linenos .special { color : # 000000 ; background-color : # ffffc0 ; padding-left : 5px ; padding-right : 5px ; }
81
82
body [data-theme = "dark" ] .highlight .hll { background-color : # 49483e }
82
83
body [data-theme = "dark" ] .highlight { background : # 272822 ; color : # f8f8f2 }
83
- body [data-theme = "dark" ] .highlight .c { color : # 75715e } /* Comment */
84
- body [data-theme = "dark" ] .highlight .err { color : # 960050 ; background-color : # 1e0010 } /* Error */
84
+ body [data-theme = "dark" ] .highlight .c { color : # 959077 } /* Comment */
85
+ body [data-theme = "dark" ] .highlight .err { color : # ed007e ; background-color : # 1e0010 } /* Error */
85
86
body [data-theme = "dark" ] .highlight .esc { color : # f8f8f2 } /* Escape */
86
87
body [data-theme = "dark" ] .highlight .g { color : # f8f8f2 } /* Generic */
87
88
body [data-theme = "dark" ] .highlight .k { color : # 66d9ef } /* Keyword */
88
89
body [data-theme = "dark" ] .highlight .l { color : # ae81ff } /* Literal */
89
90
body [data-theme = "dark" ] .highlight .n { color : # f8f8f2 } /* Name */
90
- body [data-theme = "dark" ] .highlight .o { color : # f92672 } /* Operator */
91
+ body [data-theme = "dark" ] .highlight .o { color : # ff4689 } /* Operator */
91
92
body [data-theme = "dark" ] .highlight .x { color : # f8f8f2 } /* Other */
92
93
body [data-theme = "dark" ] .highlight .p { color : # f8f8f2 } /* Punctuation */
93
- body [data-theme = "dark" ] .highlight .ch { color : # 75715e } /* Comment.Hashbang */
94
- body [data-theme = "dark" ] .highlight .cm { color : # 75715e } /* Comment.Multiline */
95
- body [data-theme = "dark" ] .highlight .cp { color : # 75715e } /* Comment.Preproc */
96
- body [data-theme = "dark" ] .highlight .cpf { color : # 75715e } /* Comment.PreprocFile */
97
- body [data-theme = "dark" ] .highlight .c1 { color : # 75715e } /* Comment.Single */
98
- body [data-theme = "dark" ] .highlight .cs { color : # 75715e } /* Comment.Special */
99
- body [data-theme = "dark" ] .highlight .gd { color : # f92672 } /* Generic.Deleted */
94
+ body [data-theme = "dark" ] .highlight .ch { color : # 959077 } /* Comment.Hashbang */
95
+ body [data-theme = "dark" ] .highlight .cm { color : # 959077 } /* Comment.Multiline */
96
+ body [data-theme = "dark" ] .highlight .cp { color : # 959077 } /* Comment.Preproc */
97
+ body [data-theme = "dark" ] .highlight .cpf { color : # 959077 } /* Comment.PreprocFile */
98
+ body [data-theme = "dark" ] .highlight .c1 { color : # 959077 } /* Comment.Single */
99
+ body [data-theme = "dark" ] .highlight .cs { color : # 959077 } /* Comment.Special */
100
+ body [data-theme = "dark" ] .highlight .gd { color : # ff4689 } /* Generic.Deleted */
100
101
body [data-theme = "dark" ] .highlight .ge { color : # f8f8f2 ; font-style : italic } /* Generic.Emph */
102
+ body [data-theme = "dark" ] .highlight .ges { color : # f8f8f2 ; font-weight : bold; font-style : italic } /* Generic.EmphStrong */
101
103
body [data-theme = "dark" ] .highlight .gr { color : # f8f8f2 } /* Generic.Error */
102
104
body [data-theme = "dark" ] .highlight .gh { color : # f8f8f2 } /* Generic.Heading */
103
105
body [data-theme = "dark" ] .highlight .gi { color : # a6e22e } /* Generic.Inserted */
104
106
body [data-theme = "dark" ] .highlight .go { color : # 66d9ef } /* Generic.Output */
105
- body [data-theme = "dark" ] .highlight .gp { color : # f92672 ; font-weight : bold } /* Generic.Prompt */
107
+ body [data-theme = "dark" ] .highlight .gp { color : # ff4689 ; font-weight : bold } /* Generic.Prompt */
106
108
body [data-theme = "dark" ] .highlight .gs { color : # f8f8f2 ; font-weight : bold } /* Generic.Strong */
107
- body [data-theme = "dark" ] .highlight .gu { color : # 75715e } /* Generic.Subheading */
109
+ body [data-theme = "dark" ] .highlight .gu { color : # 959077 } /* Generic.Subheading */
108
110
body [data-theme = "dark" ] .highlight .gt { color : # f8f8f2 } /* Generic.Traceback */
109
111
body [data-theme = "dark" ] .highlight .kc { color : # 66d9ef } /* Keyword.Constant */
110
112
body [data-theme = "dark" ] .highlight .kd { color : # 66d9ef } /* Keyword.Declaration */
111
- body [data-theme = "dark" ] .highlight .kn { color : # f92672 } /* Keyword.Namespace */
113
+ body [data-theme = "dark" ] .highlight .kn { color : # ff4689 } /* Keyword.Namespace */
112
114
body [data-theme = "dark" ] .highlight .kp { color : # 66d9ef } /* Keyword.Pseudo */
113
115
body [data-theme = "dark" ] .highlight .kr { color : # 66d9ef } /* Keyword.Reserved */
114
116
body [data-theme = "dark" ] .highlight .kt { color : # 66d9ef } /* Keyword.Type */
@@ -127,9 +129,9 @@ body[data-theme="dark"] .highlight .nl { color: #f8f8f2 } /* Name.Label */
127
129
body [data-theme = "dark" ] .highlight .nn { color : # f8f8f2 } /* Name.Namespace */
128
130
body [data-theme = "dark" ] .highlight .nx { color : # a6e22e } /* Name.Other */
129
131
body [data-theme = "dark" ] .highlight .py { color : # f8f8f2 } /* Name.Property */
130
- body [data-theme = "dark" ] .highlight .nt { color : # f92672 } /* Name.Tag */
132
+ body [data-theme = "dark" ] .highlight .nt { color : # ff4689 } /* Name.Tag */
131
133
body [data-theme = "dark" ] .highlight .nv { color : # f8f8f2 } /* Name.Variable */
132
- body [data-theme = "dark" ] .highlight .ow { color : # f92672 } /* Operator.Word */
134
+ body [data-theme = "dark" ] .highlight .ow { color : # ff4689 } /* Operator.Word */
133
135
body [data-theme = "dark" ] .highlight .pm { color : # f8f8f2 } /* Punctuation.Marker */
134
136
body [data-theme = "dark" ] .highlight .w { color : # f8f8f2 } /* Text.Whitespace */
135
137
body [data-theme = "dark" ] .highlight .mb { color : # ae81ff } /* Literal.Number.Bin */
@@ -165,35 +167,36 @@ body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000;
165
167
body : not ([data-theme = "light" ]) .highlight span .linenos .special { color : # 000000 ; background-color : # ffffc0 ; padding-left : 5px ; padding-right : 5px ; }
166
168
body : not ([data-theme = "light" ]) .highlight .hll { background-color : # 49483e }
167
169
body : not ([data-theme = "light" ]) .highlight { background : # 272822 ; color : # f8f8f2 }
168
- body : not ([data-theme = "light" ]) .highlight .c { color : # 75715e } /* Comment */
169
- body : not ([data-theme = "light" ]) .highlight .err { color : # 960050 ; background-color : # 1e0010 } /* Error */
170
+ body : not ([data-theme = "light" ]) .highlight .c { color : # 959077 } /* Comment */
171
+ body : not ([data-theme = "light" ]) .highlight .err { color : # ed007e ; background-color : # 1e0010 } /* Error */
170
172
body : not ([data-theme = "light" ]) .highlight .esc { color : # f8f8f2 } /* Escape */
171
173
body : not ([data-theme = "light" ]) .highlight .g { color : # f8f8f2 } /* Generic */
172
174
body : not ([data-theme = "light" ]) .highlight .k { color : # 66d9ef } /* Keyword */
173
175
body : not ([data-theme = "light" ]) .highlight .l { color : # ae81ff } /* Literal */
174
176
body : not ([data-theme = "light" ]) .highlight .n { color : # f8f8f2 } /* Name */
175
- body : not ([data-theme = "light" ]) .highlight .o { color : # f92672 } /* Operator */
177
+ body : not ([data-theme = "light" ]) .highlight .o { color : # ff4689 } /* Operator */
176
178
body : not ([data-theme = "light" ]) .highlight .x { color : # f8f8f2 } /* Other */
177
179
body : not ([data-theme = "light" ]) .highlight .p { color : # f8f8f2 } /* Punctuation */
178
- body : not ([data-theme = "light" ]) .highlight .ch { color : # 75715e } /* Comment.Hashbang */
179
- body : not ([data-theme = "light" ]) .highlight .cm { color : # 75715e } /* Comment.Multiline */
180
- body : not ([data-theme = "light" ]) .highlight .cp { color : # 75715e } /* Comment.Preproc */
181
- body : not ([data-theme = "light" ]) .highlight .cpf { color : # 75715e } /* Comment.PreprocFile */
182
- body : not ([data-theme = "light" ]) .highlight .c1 { color : # 75715e } /* Comment.Single */
183
- body : not ([data-theme = "light" ]) .highlight .cs { color : # 75715e } /* Comment.Special */
184
- body : not ([data-theme = "light" ]) .highlight .gd { color : # f92672 } /* Generic.Deleted */
180
+ body : not ([data-theme = "light" ]) .highlight .ch { color : # 959077 } /* Comment.Hashbang */
181
+ body : not ([data-theme = "light" ]) .highlight .cm { color : # 959077 } /* Comment.Multiline */
182
+ body : not ([data-theme = "light" ]) .highlight .cp { color : # 959077 } /* Comment.Preproc */
183
+ body : not ([data-theme = "light" ]) .highlight .cpf { color : # 959077 } /* Comment.PreprocFile */
184
+ body : not ([data-theme = "light" ]) .highlight .c1 { color : # 959077 } /* Comment.Single */
185
+ body : not ([data-theme = "light" ]) .highlight .cs { color : # 959077 } /* Comment.Special */
186
+ body : not ([data-theme = "light" ]) .highlight .gd { color : # ff4689 } /* Generic.Deleted */
185
187
body : not ([data-theme = "light" ]) .highlight .ge { color : # f8f8f2 ; font-style : italic } /* Generic.Emph */
188
+ body : not ([data-theme = "light" ]) .highlight .ges { color : # f8f8f2 ; font-weight : bold; font-style : italic } /* Generic.EmphStrong */
186
189
body : not ([data-theme = "light" ]) .highlight .gr { color : # f8f8f2 } /* Generic.Error */
187
190
body : not ([data-theme = "light" ]) .highlight .gh { color : # f8f8f2 } /* Generic.Heading */
188
191
body : not ([data-theme = "light" ]) .highlight .gi { color : # a6e22e } /* Generic.Inserted */
189
192
body : not ([data-theme = "light" ]) .highlight .go { color : # 66d9ef } /* Generic.Output */
190
- body : not ([data-theme = "light" ]) .highlight .gp { color : # f92672 ; font-weight : bold } /* Generic.Prompt */
193
+ body : not ([data-theme = "light" ]) .highlight .gp { color : # ff4689 ; font-weight : bold } /* Generic.Prompt */
191
194
body : not ([data-theme = "light" ]) .highlight .gs { color : # f8f8f2 ; font-weight : bold } /* Generic.Strong */
192
- body : not ([data-theme = "light" ]) .highlight .gu { color : # 75715e } /* Generic.Subheading */
195
+ body : not ([data-theme = "light" ]) .highlight .gu { color : # 959077 } /* Generic.Subheading */
193
196
body : not ([data-theme = "light" ]) .highlight .gt { color : # f8f8f2 } /* Generic.Traceback */
194
197
body : not ([data-theme = "light" ]) .highlight .kc { color : # 66d9ef } /* Keyword.Constant */
195
198
body : not ([data-theme = "light" ]) .highlight .kd { color : # 66d9ef } /* Keyword.Declaration */
196
- body : not ([data-theme = "light" ]) .highlight .kn { color : # f92672 } /* Keyword.Namespace */
199
+ body : not ([data-theme = "light" ]) .highlight .kn { color : # ff4689 } /* Keyword.Namespace */
197
200
body : not ([data-theme = "light" ]) .highlight .kp { color : # 66d9ef } /* Keyword.Pseudo */
198
201
body : not ([data-theme = "light" ]) .highlight .kr { color : # 66d9ef } /* Keyword.Reserved */
199
202
body : not ([data-theme = "light" ]) .highlight .kt { color : # 66d9ef } /* Keyword.Type */
@@ -212,9 +215,9 @@ body:not([data-theme="light"]) .highlight .nl { color: #f8f8f2 } /* Name.Label *
212
215
body : not ([data-theme = "light" ]) .highlight .nn { color : # f8f8f2 } /* Name.Namespace */
213
216
body : not ([data-theme = "light" ]) .highlight .nx { color : # a6e22e } /* Name.Other */
214
217
body : not ([data-theme = "light" ]) .highlight .py { color : # f8f8f2 } /* Name.Property */
215
- body : not ([data-theme = "light" ]) .highlight .nt { color : # f92672 } /* Name.Tag */
218
+ body : not ([data-theme = "light" ]) .highlight .nt { color : # ff4689 } /* Name.Tag */
216
219
body : not ([data-theme = "light" ]) .highlight .nv { color : # f8f8f2 } /* Name.Variable */
217
- body : not ([data-theme = "light" ]) .highlight .ow { color : # f92672 } /* Operator.Word */
220
+ body : not ([data-theme = "light" ]) .highlight .ow { color : # ff4689 } /* Operator.Word */
218
221
body : not ([data-theme = "light" ]) .highlight .pm { color : # f8f8f2 } /* Punctuation.Marker */
219
222
body : not ([data-theme = "light" ]) .highlight .w { color : # f8f8f2 } /* Text.Whitespace */
220
223
body : not ([data-theme = "light" ]) .highlight .mb { color : # ae81ff } /* Literal.Number.Bin */
0 commit comments