-
Notifications
You must be signed in to change notification settings - Fork 322
/
ayu-mirage.sublime-color-scheme
358 lines (358 loc) Β· 8.86 KB
/
ayu-mirage.sublime-color-scheme
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
348
349
350
351
352
353
354
355
356
357
358
{
"name": "ayu",
"globals": {
"background": "#242936",
"foreground": "#cccac2",
"invisibles": "#cccac24d",
"caret": "#ffcc66",
"block_caret": "#ffcc664d",
"line_highlight": "#1a1f29",
"accent": "#ffcc66",
"popup_css": "\n html, body {\n background-color: #282e3b;\n color: #cccac2;\n --mdpopups-font-mono: \"PragmataPro Mono Liga\", \"sf mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n --mdpopups-bg: #282e3b;\n --mdpopups-link: #73d0ff;\n }\n body {\n padding: 1px 3px;\n }\n a {\n color: rgba(115,208,255, .7);\n }\n ",
"gutter": "#242936",
"gutter_foreground": "#8a919980",
"line_diff_width": "2",
"line_diff_added": "#87d96cb3",
"line_diff_modified": "#80bfffb3",
"line_diff_deleted": "#f27983b3",
"selection": "#3388ff40",
"selection_border": "#3388ff40",
"selection_border_width": "1",
"inactive_selection": "#4d97ff26",
"inactive_selection_border": "#4d97ff26",
"selection_corner_style": "round",
"selection_corner_radius": "4",
"highlight": "#ffcc6666",
"find_highlight": "#ffcc66",
"find_highlight_foreground": "#242936",
"guide": "#8a91994d",
"active_guide": "#8a919999",
"stack_guide": "#8a919966",
"shadow": "#2429364d",
"shadow_width": "3"
},
"rules": [
{
"name": "Comment",
"scope": "comment",
"font_style": "italic",
"foreground": "#b8cfe680"
},
{
"name": "String",
"scope": "string - meta.template, constant.other.symbol, string.quoted",
"foreground": "#d5ff80"
},
{
"name": "Regular Expressions and Escape Characters",
"scope": "string.regexp, constant.character, constant.other",
"foreground": "#95e6cb"
},
{
"name": "Number",
"scope": "constant.numeric",
"foreground": "#ffcc66"
},
{
"name": "Built-in constants",
"scope": "constant.language",
"foreground": "#ffcc66"
},
{
"name": "Constants",
"scope": "meta.constant, entity.name.constant",
"foreground": "#dfbfff"
},
{
"name": "Variable",
"scope": "variable",
"foreground": "#cccac2"
},
{
"name": "Member Variable",
"scope": "variable.member",
"foreground": "#f28779"
},
{
"name": "Language variable",
"scope": "variable.language",
"font_style": "italic",
"foreground": "#5ccfe6"
},
{
"name": "Storage",
"scope": "storage, storage.type.keyword",
"foreground": "#ffad66"
},
{
"name": "Keyword",
"scope": "keyword",
"foreground": "#ffad66"
},
{
"name": "Java keyword fixes",
"scope": "source.java meta.class.java meta.class.identifier.java storage.type.java",
"foreground": "#ffad66"
},
{
"name": "Operators",
"scope": "keyword.operator",
"foreground": "#f29e74"
},
{
"name": "Separators like ; or ,",
"scope": "punctuation.separator, punctuation.terminator",
"foreground": "#cccac2b3"
},
{
"name": "Punctuation",
"scope": "punctuation.section",
"foreground": "#cccac2"
},
{
"name": "Accessor",
"scope": "punctuation.accessor",
"foreground": "#f29e74"
},
{
"name": "JavaScript/TypeScript interpolation punctuation",
"scope": "punctuation.definition.template-expression",
"foreground": "#ffad66"
},
{
"name": "Ruby interpolation punctuation",
"scope": "punctuation.section.interpolation",
"foreground": "#ffad66"
},
{
"name": "Types fixes",
"scope": "source.java storage.type, source.haskell storage.type, source.c storage.type, source.zig storage.type",
"foreground": "#73d0ff"
},
{
"name": "Inherited class type",
"scope": "entity.other.inherited-class",
"foreground": "#5ccfe6"
},
{
"name": "Lambda arrow",
"scope": "storage.type.function",
"foreground": "#ffad66"
},
{
"name": "Java primitive variable types",
"scope": "source.java storage.type.primitive",
"foreground": "#5ccfe6"
},
{
"name": "Function name",
"scope": "entity.name.function",
"foreground": "#ffd173"
},
{
"name": "Function arguments",
"scope": "variable.parameter, meta.parameter",
"foreground": "#dfbfff"
},
{
"name": "Function call",
"scope": "variable.function, variable.annotation, meta.function-call.generic, support.function.go",
"foreground": "#ffd173"
},
{
"name": "Library function",
"scope": "support.function, support.macro",
"foreground": "#f28779"
},
{
"name": "Imports and packages",
"scope": "entity.name.import, entity.name.package",
"foreground": "#d5ff80"
},
{
"name": "Entity name",
"scope": "entity.name, source.js meta.function-call.constructor variable.type",
"foreground": "#73d0ff"
},
{
"name": "Tag",
"scope": "entity.name.tag, meta.tag.sgml",
"foreground": "#5ccfe6"
},
{
"name": "Tag start/end",
"scope": "punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag",
"foreground": "#5ccfe680"
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"foreground": "#ffd173"
},
{
"name": "Library constant",
"scope": "support.constant",
"font_style": "italic",
"foreground": "#f29e74"
},
{
"name": "Library class/type",
"scope": "support.type, support.class, source.go storage.type",
"foreground": "#5ccfe6"
},
{
"name": "Decorators/annotation",
"scope": "meta.decorator variable.other, meta.decorator punctuation.decorator, storage.type.annotation, variable.annotation, punctuation.definition.annotation",
"foreground": "#ffdfb3"
},
{
"name": "Invalid",
"scope": "invalid",
"foreground": "#ff6666"
},
{
"name": "diff.header",
"scope": "meta.diff, meta.diff.header",
"foreground": "#c594c5"
},
{
"name": "Ruby class methods",
"scope": "source.ruby variable.other.readwrite",
"foreground": "#ffd173"
},
{
"name": "CSS tag names",
"scope": "source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag",
"foreground": "#73d0ff"
},
{
"name": "CSS browser prefix",
"scope": "source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type",
"foreground": "#b8cfe680"
},
{
"name": "CSS Properties",
"scope": "support.type.property-name",
"font_style": "normal",
"foreground": "#5ccfe6"
},
{
"name": "Search Results Nums",
"scope": "constant.numeric.line-number.find-in-files - match",
"foreground": "#b8cfe680"
},
{
"name": "Search Results Match Nums",
"scope": "constant.numeric.line-number.match",
"foreground": "#ffad66"
},
{
"name": "Search Results Lines",
"scope": "entity.name.filename.find-in-files",
"foreground": "#d5ff80"
},
{
"scope": "message.error",
"foreground": "#ff6666"
},
{
"name": "Markup heading",
"scope": "markup.heading, markup.heading entity.name",
"font_style": "bold",
"foreground": "#d5ff80"
},
{
"name": "Markup links",
"scope": "markup.underline.link, string.other.link",
"foreground": "#73d0ff"
},
{
"name": "Markup Italic",
"scope": "markup.italic",
"font_style": "italic",
"foreground": "#f28779"
},
{
"name": "Markup Bold",
"scope": "markup.bold",
"font_style": "bold",
"foreground": "#f28779"
},
{
"name": "Markup Bold/italic",
"scope": "markup.italic markup.bold, markup.bold markup.italic",
"font_style": "bold italic"
},
{
"name": "Markup Code",
"scope": "markup.raw",
"background": "#cccac205"
},
{
"name": "Markup Code Inline",
"scope": "markup.raw.inline",
"background": "#cccac20f"
},
{
"name": "Markdown Separator",
"scope": "meta.separator",
"font_style": "bold",
"background": "#cccac20f",
"foreground": "#b8cfe680"
},
{
"name": "Markup Blockquote",
"scope": "markup.quote",
"foreground": "#95e6cb",
"font_style": "italic"
},
{
"name": "Markup List Bullet",
"scope": "markup.list punctuation.definition.list.begin",
"foreground": "#ffd173"
},
{
"name": "Markup added",
"scope": "markup.inserted",
"foreground": "#87d96c"
},
{
"name": "Markup modified",
"scope": "markup.changed",
"foreground": "#80bfff"
},
{
"name": "Markup removed",
"scope": "markup.deleted",
"foreground": "#f27983"
},
{
"name": "Markup Strike",
"scope": "markup.strike",
"foreground": "#ffdfb3"
},
{
"name": "Markup Table",
"scope": "markup.table",
"background": "#cccac20f",
"foreground": "#5ccfe6"
},
{
"name": "Markup Raw Inline",
"scope": "text.html.markdown markup.inline.raw",
"foreground": "#f29e74"
},
{
"name": "Markdown - Line Break",
"scope": "text.html.markdown meta.dummy.line-break",
"background": "#b8cfe680",
"foreground": "#b8cfe680"
},
{
"name": "Markdown - Raw Block Fenced",
"scope": "punctuation.definition.markdown",
"background": "#cccac2",
"foreground": "#b8cfe680"
}
]
}