-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsublime_colordef.part.json
347 lines (347 loc) · 7.26 KB
/
sublime_colordef.part.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
// Igor Pro
{
"name": "Igor Brackethighlighter Angle",
"scope": "brackethighlighter.angle",
"foreground": "#586069"
},
{
"name": "Igor Brackethighlighter Curly",
"scope": "brackethighlighter.curly",
"foreground": "#586069"
},
{
"name": "Igor Brackethighlighter Quote",
"scope": "brackethighlighter.quote",
"foreground": "#586069"
},
{
"name": "Igor Brackethighlighter Round",
"scope": "brackethighlighter.round",
"foreground": "#586069"
},
{
"name": "Igor Brackethighlighter Square",
"scope": "brackethighlighter.square",
"foreground": "#586069"
},
{
"name": "Igor Brackethighlighter Tag",
"scope": "brackethighlighter.tag",
"foreground": "#586069"
},
{
"name": "Igor Brackethighlighter Unmatched",
"scope": "brackethighlighter.unmatched",
"foreground": "#B31D28"
},
{
"name": "Igor Carriage Return",
"scope": "carriage-return",
"foreground": "#FAFBFC"
},
{
"name": "Igor Comment",
"scope": "comment",
"foreground": "#6A737D"
},
{
"name": "Igor Constant",
"scope": "constant",
"foreground": "#8080FF"
},
{
"name": "Igor Constant Character Escape",
"scope": "constant.character.escape",
"foreground": "#24292E"
},
{
"name": "Igor Constant Other Reference Link",
"scope": "constant.other.reference.link",
"foreground": "#032F62"
},
{
"name": "Igor Entity",
"scope": "entity",
"foreground": "#6F42C1"
},
{
"name": "Igor Entity Name",
"scope": "entity.name",
"foreground": "#9C00FD"
},
{
"name": "Igor Entity Name Constant",
"scope": "entity.name.constant",
"foreground": "#005CC5"
},
{
"name": "Igor Entity Name Tag",
"scope": "entity.name.tag",
"foreground": "#009C00"
},
{
"name": "Igor Invalid Broken",
"scope": "invalid.broken",
"foreground": "#B31D28"
},
{
"name": "Igor Invalid Deprecated",
"scope": "invalid.deprecated",
"foreground": "#B31D28"
},
{
"name": "Igor Invalid Illegal",
"scope": "invalid.illegal",
"foreground": "#FAFBFC"
},
{
"name": "Igor Invalid Unimplemented",
"scope": "invalid.unimplemented",
"foreground": "#B31D28"
},
{
"name": "Igor Keyword",
"scope": "keyword",
"foreground": "#FF0000"
},
{
"name": "Igor Markup Bold",
"scope": "markup.bold",
"foreground": "#24292E"
},
{
"name": "Igor Markup Changed",
"scope": "markup.changed",
"foreground": "#E36209"
},
{
"name": "Igor Markup Deleted",
"scope": "markup.deleted",
"foreground": "#B31D28"
},
{
"name": "Igor Markup Heading",
"scope": "markup.heading",
"foreground": "#005CC5"
},
{
"name": "Igor Markup Ignored",
"scope": "markup.ignored",
"foreground": "#F6F8FA"
},
{
"name": "Igor Markup Inserted",
"scope": "markup.inserted",
"foreground": "#22863A"
},
{
"name": "Igor Markup Italic",
"scope": "markup.italic",
"foreground": "#24292E"
},
{
"name": "Igor Markup List",
"scope": "markup.list",
"foreground": "#735C0F"
},
{
"name": "Igor Markup Quote",
"scope": "markup.quote",
"foreground": "#22863A"
},
{
"name": "Igor Markup Raw",
"scope": "markup.raw",
"foreground": "#005CC5"
},
{
"name": "Igor Markup Untracked",
"scope": "markup.untracked",
"foreground": "#F6F8FA"
},
{
"name": "Igor Message Error",
"scope": "message.error",
"foreground": "#B31D28"
},
{
"name": "Igor Meta Diff Header",
"scope": "meta.diff.header",
"foreground": "#005CC5"
},
{
"name": "Igor Meta Diff Header From-File",
"scope": "meta.diff.header.from-file",
"foreground": "#B31D28"
},
{
"name": "Igor Meta Diff Header To-File",
"scope": "meta.diff.header.to-file",
"foreground": "#22863A"
},
{
"name": "Igor Meta Diff Range",
"scope": "meta.diff.range",
"foreground": "#6F42C1"
},
{
"name": "Igor Meta Module-Reference",
"scope": "meta.module-reference",
"foreground": "#005CC5"
},
{
"name": "Igor Meta Output",
"scope": "meta.output",
"foreground": "#005CC5"
},
{
"name": "Igor Meta Property-Name",
"scope": "meta.property-name",
"foreground": "#005CC5"
},
{
"name": "Igor Meta Separator",
"scope": "meta.separator",
"foreground": "#005CC5"
},
{
"name": "Igor Punctuation Definition Changed",
"scope": "punctuation.definition.changed",
"foreground": "#E36209"
},
{
"name": "Igor Punctuation Definition Comment",
"scope": "punctuation.definition.comment",
"foreground": "#6A737D"
},
{
"name": "Igor Punctuation Definition Deleted",
"scope": "punctuation.definition.deleted",
"foreground": "#B31D28"
},
{
"name": "Igor Punctuation Definition Inserted",
"scope": "punctuation.definition.inserted",
"foreground": "#22863A"
},
{
"name": "Igor Punctuation Definition String",
"scope": "punctuation.definition.string",
"foreground": "#032F62"
},
{
"name": "Igor Punctuation Section Embedded",
"scope": "punctuation.section.embedded",
"foreground": "#24292E"
},
{
"name": "Igor Source",
"scope": "source",
// "foreground": "#000000"
"foreground": "#FFFFFF"
},
{
"name": "Igor Source Regexp",
"scope": "source.regexp",
"foreground": "#032F62"
},
{
"name": "Igor Source Ruby Embedded",
"scope": "source.ruby.embedded",
"foreground": "#24292E"
},
{
"name": "Igor Storage",
"scope": "storage",
"foreground": "#D73A49"
},
{
"name": "Igor Storage Modifier Import",
"scope": "storage.modifier.import",
"foreground": "#24292E"
},
{
"name": "Igor Storage Modifier Package",
"scope": "storage.modifier.package",
"foreground": "#24292E"
},
{
"name": "Igor String",
"scope": "string",
"foreground": "#032F62"
},
{
"name": "Igor String Comment",
"scope": "string.comment",
"foreground": "#6A737D"
},
{
"name": "Igor String Other Link",
"scope": "string.other.link",
"foreground": "#032F62"
},
{
"name": "Igor String Regexp",
"scope": "string.regexp",
"foreground": "#032F62"
},
{
"name": "Igor String Regexp Arbitrary-Repetition",
"scope": "string.regexp.arbitrary-repetition",
"foreground": "#24292E"
},
{
"name": "Igor String Regexp Character-Class",
"scope": "string.regexp.character-class",
"foreground": "#032F62"
},
{
"name": "Igor Sublimelinter Mark Error",
"scope": "sublimelinter.mark.error",
"foreground": "#FF0000"
},
{
"name": "Igor Sublimelinter Mark Warning",
"scope": "sublimelinter.mark.warning",
"foreground": "#FFFF00"
},
{
"name": "Igor Support",
"scope": "support",
"foreground": "#005CC5"
},
{
"name": "Igor Support Constant",
"scope": "support.constant",
"foreground": "#005CC5"
},
{
"name": "Igor Support Variable",
"scope": "support.variable",
"foreground": "#005CC5"
},
{
"name": "Igor Variable",
"scope": "variable",
"foreground": "#C34E00"
},
{
"name": "Igor Variable Language",
"scope": "variable.language",
"foreground": "#005CC5"
},
{
"name": "Igor Variable Other",
"scope": "variable.other",
"foreground": "#24292E"
},
{
"name": "Igor Variable Other Constant",
"scope": "variable.other.constant",
"foreground": "#005CC5"
},
{
"name": "Igor Variable Parameter Function",
"scope": "variable.parameter.function",
"foreground": "#24292E"
}