snibbets 2.0.19 → 2.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,377 @@
1
+ {
2
+ "custom-styles": {
3
+ "Diff": {
4
+ "Added line": {
5
+ "selected-text-color": "#98c379",
6
+ "text-color": "#98c379"
7
+ },
8
+ "Changed line (new)": {
9
+ "selected-text-color": "#98c379",
10
+ "text-color": "#98c379"
11
+ },
12
+ "Changed line (old)": {
13
+ "selected-text-color": "#e06c75",
14
+ "text-color": "#e06c75"
15
+ },
16
+ "Removed line": {
17
+ "selected-text-color": "#e06c75",
18
+ "text-color": "#e06c75"
19
+ }
20
+ },
21
+ "Go": {
22
+ "Predeclared Identifier": {
23
+ "selected-text-color": "#986801",
24
+ "text-color": "#986801"
25
+ }
26
+ },
27
+ "INI Files": {
28
+ "Assignment": {
29
+ "selected-text-color": "#383a42",
30
+ "text-color": "#383a42"
31
+ },
32
+ "Section": {
33
+ "selected-text-color": "#4078f2",
34
+ "text-color": "#4078f2"
35
+ }
36
+ },
37
+ "JavaScript": {
38
+ "Built-in Objects": {
39
+ "selected-text-color": "#986801",
40
+ "text-color": "#986801"
41
+ },
42
+ "Function Declaration": {
43
+ "selected-text-color": "#0184bc",
44
+ "text-color": "#0184bc"
45
+ },
46
+ "Function Name": {
47
+ "selected-text-color": "#0184bc",
48
+ "text-color": "#0184bc"
49
+ },
50
+ "Module": {
51
+ "selected-text-color": "#a626a4",
52
+ "text-color": "#a626a4"
53
+ },
54
+ "Object Member": {
55
+ "selected-text-color": "#e45649",
56
+ "text-color": "#e45649"
57
+ },
58
+ "Object Method (Built-in)": {
59
+ "selected-text-color": "#0184bc",
60
+ "text-color": "#0184bc"
61
+ }
62
+ },
63
+ "Markdown": {
64
+ "Code": {
65
+ "selected-text-color": "#d19a66",
66
+ "text-color": "#d19a66"
67
+ },
68
+ "Emphasis Text": {
69
+ "selected-text-color": "#a626a4",
70
+ "text-color": "#a626a4"
71
+ },
72
+ "Fenced Code": {
73
+ "selected-text-color": "#d19a66",
74
+ "text-color": "#d19a66"
75
+ },
76
+ "Header H1": {
77
+ "selected-text-color": "#e45649",
78
+ "text-color": "#e45649"
79
+ },
80
+ "Header H2": {
81
+ "selected-text-color": "#e45649",
82
+ "text-color": "#e45649"
83
+ },
84
+ "Header H3": {
85
+ "selected-text-color": "#e45649",
86
+ "text-color": "#e45649"
87
+ },
88
+ "Header H4": {
89
+ "selected-text-color": "#e45649",
90
+ "text-color": "#e45649"
91
+ },
92
+ "Header H5": {
93
+ "selected-text-color": "#e45649",
94
+ "text-color": "#e45649"
95
+ },
96
+ "Header H6": {
97
+ "selected-text-color": "#e45649",
98
+ "text-color": "#e45649"
99
+ },
100
+ "Line Break": {
101
+ "text-color": "#383a42"
102
+ },
103
+ "Link": {
104
+ "selected-text-color": "#a626a4",
105
+ "text-color": "#a626a4"
106
+ },
107
+ "Reference-Link Name": {
108
+ "selected-text-color": "#4078f2",
109
+ "text-color": "#4078f2"
110
+ },
111
+ "Reference-Link Target": {
112
+ "selected-text-color": "#4078f2",
113
+ "text-color": "#4078f2"
114
+ },
115
+ "Reference-Link Target: Link": {
116
+ "selected-text-color": "#a626a4",
117
+ "text-color": "#a626a4"
118
+ },
119
+ "Reference-Link: Email": {
120
+ "selected-text-color": "#a626a4",
121
+ "text-color": "#a626a4"
122
+ },
123
+ "Reference-Link: Link": {
124
+ "selected-text-color": "#a626a4",
125
+ "text-color": "#a626a4"
126
+ },
127
+ "Strong Text": {
128
+ "selected-text-color": "#986801",
129
+ "text-color": "#986801"
130
+ }
131
+ },
132
+ "Python": {
133
+ "Builtin Function": {
134
+ "selected-text-color": "#0184bc",
135
+ "text-color": "#0184bc"
136
+ },
137
+ "Import": {
138
+ "selected-text-color": "#a626a4",
139
+ "text-color": "#a626a4"
140
+ },
141
+ "String Substitution": {
142
+ "selected-text-color": "#986801",
143
+ "text-color": "#986801"
144
+ }
145
+ },
146
+ "Rust": {
147
+ "Lifetime": {
148
+ "selected-text-color": "#986801",
149
+ "text-color": "#986801"
150
+ },
151
+ "Macro": {
152
+ "selected-text-color": "#4078f2",
153
+ "text-color": "#4078f2"
154
+ },
155
+ "Self": {
156
+ "selected-text-color": "#e45649",
157
+ "text-color": "#e45649"
158
+ },
159
+ "Trait": {
160
+ "selected-text-color": "#986801",
161
+ "text-color": "#986801"
162
+ },
163
+ "Type": {
164
+ "selected-text-color": "#0184bc",
165
+ "text-color": "#0184bc"
166
+ }
167
+ },
168
+ "TypeScript": {
169
+ "Built-in Objects": {
170
+ "selected-text-color": "#986801",
171
+ "text-color": "#986801"
172
+ },
173
+ "Module": {
174
+ "selected-text-color": "#a626a4",
175
+ "text-color": "#a626a4"
176
+ },
177
+ "Object Member": {
178
+ "selected-text-color": "#e45649",
179
+ "text-color": "#e45649"
180
+ },
181
+ "Object Method (Built-in)": {
182
+ "italic": false,
183
+ "selected-text-color": "#0184bc",
184
+ "text-color": "#0184bc"
185
+ },
186
+ "Reserved": {
187
+ "italic": false
188
+ },
189
+ "Types": {
190
+ "selected-text-color": "#4078f2",
191
+ "text-color": "#4078f2"
192
+ }
193
+ },
194
+ "XML": {
195
+ "Attribute": {
196
+ "selected-text-color": "#986801",
197
+ "text-color": "#986801"
198
+ },
199
+ "Element": {
200
+ "selected-text-color": "#e45649",
201
+ "text-color": "#e45649"
202
+ }
203
+ }
204
+ },
205
+ "editor-colors": {
206
+ "BackgroundColor": "#fafafa",
207
+ "BracketMatching": "#ff6e6e",
208
+ "CodeFolding": "#e5e5e6",
209
+ "CurrentLine": "#0C383A42",
210
+ "CurrentLineNumber": "#383a42",
211
+ "IconBorder": "#fafafa",
212
+ "IndentationLine": "#626772",
213
+ "LineNumbers": "#9D9D9F",
214
+ "MarkBookmark": "#0404bf",
215
+ "MarkBreakpointActive": "#8b0607",
216
+ "MarkBreakpointDisabled": "#820683",
217
+ "MarkBreakpointReached": "#6d6e07",
218
+ "MarkError": "#c24038",
219
+ "MarkExecution": "#4d4e50",
220
+ "MarkWarning": "#ce7c2b",
221
+ "ModifiedLines": "#e06c75",
222
+ "ReplaceHighlight": "#ef747e",
223
+ "SavedLines": "#98c379",
224
+ "SearchHighlight": "#33526FFF",
225
+ "Separator": "#a6b0ba",
226
+ "SpellChecking": "#c24038",
227
+ "TabMarker": "#8894a6",
228
+ "TemplateBackground": "#31363b",
229
+ "TemplateFocusedPlaceholder": "#123723",
230
+ "TemplatePlaceholder": "#123723",
231
+ "TemplateReadOnlyPlaceholder": "#4d1f24",
232
+ "TextSelection": "#e5e5e6",
233
+ "WordWrapMarker": "#cddff1"
234
+ },
235
+ "metadata": {
236
+ "copyright": [
237
+ "SPDX-FileCopyrightText: 2016 GitHub Inc.",
238
+ "SPDX-FileCopyrightText: 2020 Waqar Ahmed <waqar.17a@gmail.com>"
239
+ ],
240
+ "license": "SPDX-License-Identifier: MIT",
241
+ "name": "Atom One Light",
242
+ "revision": 4
243
+ },
244
+ "text-styles": {
245
+ "Alert": {
246
+ "background-color": "#4d1f24",
247
+ "bold": true,
248
+ "selected-text-color": "#95da4c",
249
+ "text-color": "#95da4c"
250
+ },
251
+ "Annotation": {
252
+ "selected-text-color": "#50a14f",
253
+ "text-color": "#50a14f"
254
+ },
255
+ "Attribute": {
256
+ "selected-text-color": "#a626a4",
257
+ "text-color": "#a626a4"
258
+ },
259
+ "BaseN": {
260
+ "selected-text-color": "#986801",
261
+ "text-color": "#986801"
262
+ },
263
+ "BuiltIn": {
264
+ "selected-text-color": "#a626a4",
265
+ "text-color": "#a626a4"
266
+ },
267
+ "Char": {
268
+ "selected-text-color": "#50a14f",
269
+ "text-color": "#50a14f"
270
+ },
271
+ "Comment": {
272
+ "italic": true,
273
+ "selected-text-color": "#a0a1a7",
274
+ "text-color": "#a0a1a7"
275
+ },
276
+ "CommentVar": {
277
+ "italic": true,
278
+ "selected-text-color": "#e45649",
279
+ "text-color": "#e45649"
280
+ },
281
+ "Constant": {
282
+ "selected-text-color": "#986801",
283
+ "text-color": "#986801"
284
+ },
285
+ "ControlFlow": {
286
+ "selected-text-color": "#a626a4",
287
+ "text-color": "#a626a4"
288
+ },
289
+ "DataType": {
290
+ "selected-text-color": "#a626a4",
291
+ "text-color": "#a626a4"
292
+ },
293
+ "DecVal": {
294
+ "selected-text-color": "#986801",
295
+ "text-color": "#986801"
296
+ },
297
+ "Documentation": {
298
+ "selected-text-color": "#da4453",
299
+ "text-color": "#e45649"
300
+ },
301
+ "Error": {
302
+ "selected-text-color": "#f44747",
303
+ "text-color": "#f44747",
304
+ "underline": true
305
+ },
306
+ "Extension": {
307
+ "bold": true,
308
+ "selected-text-color": "#4078f2",
309
+ "text-color": "#4078f2"
310
+ },
311
+ "Float": {
312
+ "selected-text-color": "#986801",
313
+ "text-color": "#986801"
314
+ },
315
+ "Function": {
316
+ "selected-text-color": "#4078f2",
317
+ "text-color": "#4078f2"
318
+ },
319
+ "Import": {
320
+ "selected-text-color": "#50a14f",
321
+ "text-color": "#50a14f"
322
+ },
323
+ "Information": {
324
+ "selected-text-color": "#e46700",
325
+ "text-color": "#c45b00"
326
+ },
327
+ "Keyword": {
328
+ "selected-text-color": "#a626a4",
329
+ "text-color": "#a626a4"
330
+ },
331
+ "Normal": {
332
+ "selected-text-color": "#383a42",
333
+ "text-color": "#383a42"
334
+ },
335
+ "Operator": {
336
+ "selected-text-color": "#a626a4",
337
+ "text-color": "#a626a4"
338
+ },
339
+ "Others": {
340
+ "selected-text-color": "#27ae60",
341
+ "text-color": "#27ae60"
342
+ },
343
+ "Preprocessor": {
344
+ "selected-text-color": "#a626a4",
345
+ "text-color": "#a626a4"
346
+ },
347
+ "RegionMarker": {
348
+ "background-color": "#153042",
349
+ "selected-text-color": "#3daee9",
350
+ "text-color": "#2980b9"
351
+ },
352
+ "SpecialChar": {
353
+ "selected-text-color": "#0184bc",
354
+ "text-color": "#0184bc"
355
+ },
356
+ "SpecialString": {
357
+ "selected-text-color": "#da4453",
358
+ "text-color": "#da4453"
359
+ },
360
+ "String": {
361
+ "selected-text-color": "#50a14f",
362
+ "text-color": "#50a14f"
363
+ },
364
+ "Variable": {
365
+ "selected-text-color": "#e45649",
366
+ "text-color": "#e45649"
367
+ },
368
+ "VerbatimString": {
369
+ "selected-text-color": "#da4453",
370
+ "text-color": "#da4453"
371
+ },
372
+ "Warning": {
373
+ "selected-text-color": "#da4453",
374
+ "text-color": "#da4453"
375
+ }
376
+ }
377
+ }
@@ -0,0 +1,205 @@
1
+ {
2
+ "_comments": [
3
+ "Last update: Jul 28, 2021 (revision 4)",
4
+ "This file has been converted from: https://github.com/dempfi/ayu",
5
+ "Also see: https://github.com/ayu-theme"
6
+ ],
7
+ "metadata": {
8
+ "copyright": [
9
+ "SPDX-FileCopyrightText: 2016 Ike Ku",
10
+ "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
11
+ ],
12
+ "license": "SPDX-License-Identifier: MIT",
13
+ "name": "ayu Dark",
14
+ "revision": 4
15
+ },
16
+ "editor-colors": {
17
+ "BackgroundColor": "#0a0e14",
18
+ "BracketMatching": "#1e232d",
19
+ "CodeFolding": "#121a23",
20
+ "CurrentLine": "#00010a",
21
+ "CurrentLineNumber": "#414857",
22
+ "IconBorder": "#0e1218",
23
+ "IndentationLine": "#252b35",
24
+ "LineNumbers": "#323844",
25
+ "MarkBookmark": "#59c2ff",
26
+ "MarkBreakpointActive": "#f07178",
27
+ "MarkBreakpointDisabled": "#ffee99",
28
+ "MarkBreakpointReached": "#e6b673",
29
+ "MarkError": "#ff3333",
30
+ "MarkExecution": "#95e6cb",
31
+ "MarkWarning": "#c2d94c",
32
+ "ModifiedLines": "#6994bf",
33
+ "ReplaceHighlight": "#705728",
34
+ "SavedLines": "#91b362",
35
+ "SearchHighlight": "#414857",
36
+ "Separator": "#151a1e",
37
+ "SpellChecking": "#d96c75",
38
+ "TabMarker": "#1d222b",
39
+ "TemplateBackground": "#030810",
40
+ "TemplateFocusedPlaceholder": "#3c4250",
41
+ "TemplatePlaceholder": "#2b303a",
42
+ "TemplateReadOnlyPlaceholder": "#0d1016",
43
+ "TextSelection": "#273747",
44
+ "WordWrapMarker": "#1e222b"
45
+ },
46
+ "text-styles": {
47
+ "Alert": {
48
+ "background-color": "#2a0f15",
49
+ "bold": true,
50
+ "selected-text-color": "#ff3333",
51
+ "text-color": "#ff3333"
52
+ },
53
+ "Annotation": {
54
+ "selected-text-color": "#e6b673",
55
+ "text-color": "#e6b673"
56
+ },
57
+ "Attribute": {
58
+ "selected-text-color": "#59c2ff",
59
+ "text-color": "#59c2ff"
60
+ },
61
+ "BaseN": {
62
+ "selected-text-color": "#e6b450",
63
+ "text-color": "#e6b450"
64
+ },
65
+ "BuiltIn": {
66
+ "selected-text-color": "#95e6cb",
67
+ "text-color": "#95e6cb"
68
+ },
69
+ "Char": {
70
+ "selected-text-color": "#95e6cb",
71
+ "text-color": "#95e6cb"
72
+ },
73
+ "Comment": {
74
+ "italic": true,
75
+ "selected-text-color": "#626a73",
76
+ "text-color": "#626a73"
77
+ },
78
+ "CommentVar": {
79
+ "selected-text-color": "#ffee99",
80
+ "text-color": "#ffee99"
81
+ },
82
+ "Constant": {
83
+ "selected-text-color": "#ffee99",
84
+ "text-color": "#ffee99"
85
+ },
86
+ "ControlFlow": {
87
+ "bold": true,
88
+ "selected-text-color": "#ff8f40",
89
+ "text-color": "#ff8f40"
90
+ },
91
+ "DataType": {
92
+ "selected-text-color": "#ff8f40",
93
+ "text-color": "#ff8f40"
94
+ },
95
+ "DecVal": {
96
+ "selected-text-color": "#e6b450",
97
+ "text-color": "#e6b450"
98
+ },
99
+ "Documentation": {
100
+ "selected-text-color": "#626a73",
101
+ "text-color": "#626a73"
102
+ },
103
+ "Error": {
104
+ "selected-text-color": "#ff3333",
105
+ "text-color": "#ff3333",
106
+ "underline": true
107
+ },
108
+ "Extension": {
109
+ "bold": true,
110
+ "selected-text-color": "#59c2ff",
111
+ "text-color": "#59c2ff"
112
+ },
113
+ "Float": {
114
+ "selected-text-color": "#e6b450",
115
+ "text-color": "#e6b450"
116
+ },
117
+ "Function": {
118
+ "selected-text-color": "#ffb454",
119
+ "text-color": "#ffb454"
120
+ },
121
+ "Import": {
122
+ "selected-text-color": "#c2d94c",
123
+ "text-color": "#c2d94c"
124
+ },
125
+ "Information": {
126
+ "selected-text-color": "#e6b450",
127
+ "text-color": "#e6b450"
128
+ },
129
+ "Keyword": {
130
+ "bold": true,
131
+ "selected-text-color": "#ff8f40",
132
+ "text-color": "#ff8f40"
133
+ },
134
+ "Normal": {
135
+ "selected-text-color": "#b3b1ad",
136
+ "text-color": "#b3b1ad"
137
+ },
138
+ "Operator": {
139
+ "selected-text-color": "#f29668",
140
+ "text-color": "#f29668"
141
+ },
142
+ "Others": {
143
+ "selected-text-color": "#39bae6",
144
+ "text-color": "#39bae6"
145
+ },
146
+ "Preprocessor": {
147
+ "selected-text-color": "#f07178",
148
+ "text-color": "#f07178"
149
+ },
150
+ "RegionMarker": {
151
+ "background-color": "#173649",
152
+ "selected-text-color": "#59c2ff",
153
+ "text-color": "#59c2ff"
154
+ },
155
+ "SpecialChar": {
156
+ "selected-text-color": "#95e6cb",
157
+ "text-color": "#95e6cb"
158
+ },
159
+ "SpecialString": {
160
+ "selected-text-color": "#95e6cb",
161
+ "text-color": "#95e6cb"
162
+ },
163
+ "String": {
164
+ "selected-text-color": "#c2d94c",
165
+ "text-color": "#c2d94c"
166
+ },
167
+ "Variable": {
168
+ "selected-text-color": "#39bae6",
169
+ "text-color": "#39bae6"
170
+ },
171
+ "VerbatimString": {
172
+ "selected-text-color": "#99ca44",
173
+ "text-color": "#99ca44"
174
+ },
175
+ "Warning": {
176
+ "selected-text-color": "#f07178",
177
+ "text-color": "#f07178"
178
+ }
179
+ },
180
+ "custom-styles": {
181
+ "XML": {
182
+ "Attribute": {
183
+ "selected-text-color": "#ffb454",
184
+ "text-color": "#ffb454"
185
+ },
186
+ "Element": {
187
+ "selected-text-color": "#39bae6",
188
+ "text-color": "#39bae6",
189
+ "bold": false
190
+ },
191
+ "Element Symbols": {
192
+ "selected-text-color": "#307896",
193
+ "text-color": "#22647d"
194
+ },
195
+ "EntityRef": {
196
+ "selected-text-color": "#95e6cb",
197
+ "text-color": "#95e6cb"
198
+ },
199
+ "PEntityRef": {
200
+ "selected-text-color": "#95e6cb",
201
+ "text-color": "#95e6cb"
202
+ }
203
+ }
204
+ }
205
+ }