-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcrubb.YAML-tmTheme
304 lines (275 loc) · 7.37 KB
/
crubb.YAML-tmTheme
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
# [PackageDev] target_format: plist, ext: tmTheme
name: Crubb
uuid: 9f97cbb8-85c9-4641-b893-157dd58622b0
settings:
- settings:
foreground: '#F8FFE5'
background: '#000000'
gutter: '#0C0C0C'
caret: '#DDDDDD'
bracketContentsOptions: 'stippled_underline'
bracketsOptions: 'stippled_underline'
guide: '#2C2C2C'
stackGuide: '#333333'
activeGuide: '#444444'
lineHighlight: '#663322'
multiEditHighlight: '#44990040'
searchHighlight: '#999966A0'
selection: '#998066A0'
# COMMENTS & DIRECTIVES ########################################################
- scope: >-
comment
settings:
foreground: '#9EA392'
fontStyle: 'italic'
- scope: >-
comment.line.shebang
settings:
background: '#9EA392'
foreground: '#000000'
- scope: >-
meta.directive.use-strict
settings:
background: '#2E2F2A'
fontStyle: 'italic'
foreground: '#CBD1BC'
# CONSTANTS & PRIMITIVE LITERALS ###############################################
- scope: >-
constant,
constant.character
settings:
foreground: '#EF476F'
- scope: >-
keyword.other,
meta.numeric.prefix,
meta.numeric.suffix
settings:
foreground: '#C43B5B'
- scope: >-
string
settings:
foreground: '#F37996'
- scope: >-
punctuation.definition.string
settings:
foreground: '#F69AB0'
# BINDINGS #####################################################################
- scope: >-
entity.other.property-binding,
keyword.other.rest,
punctuation.definition.binding,
punctuation.separator.array-element.binding,
punctuation.separator.object-member.binding,
punctuation.separator.property-binding
settings:
foreground: '#4E8E47'
- scope: >-
keyword.operator.assignment
settings:
foreground: '#FFD983'
- scope: >-
keyword.operator.module,
storage.modifier.module,
storage.type
settings:
fontStyle: italic
foreground: '#5FAD56'
- scope: >-
support,
variable
settings:
foreground: '#7DDF64'
- scope: >-
punctuation.definition.module-binding,
punctuation.separator.binding-binding,
punctuation.separator.module-binding,
variable.other.readwrite.property
settings:
foreground: '#A0E78E'
# OBJECTS & CLASSES ############################################################
- scope: >-
entity.name.accessor.get,
entity.name.accessor.set,
punctuation.definition.accessor,
punctuation.definition.class.body,
punctuation.definition.object,
punctuation.definition.parameters.accessor,
punctuation.separator.key-value,
punctuation.separator.object-member,
punctuation.terminator.property,
variable.other.readwrite.property.object-literal
settings:
foreground: '#1B9AAA'
- scope: >-
variable.other.readwrite.property.class
settings:
fontStyle: italic
foreground: '#44ACB9'
- scope: >-
keyword.operator.accessor,
storage.modifier.accessor.get,
storage.modifier.accessor.set,
variable.language.arguments,
variable.language.private,
variable.language.this
settings:
fontStyle: italic
foreground: '#82C7D0'
- scope: >-
entity.name.method,
entity.name.method variable.other.readwrite.property,
punctuation.definition.constructor.body,
punctuation.definition.method,
punctuation.definition.parameters.constructor,
punctuation.definition.parameters.method
settings:
foreground: '#177F8C'
- scope: >-
keyword.operator.new,
storage.modifier.async.method,
storage.modifier.generator.asterisk.method
settings:
fontStyle: italic
foreground: '#0F545D'
- scope: >-
entity.name.constructor,
meta.super-expression support.class.builtin,
meta.super-expression variable.other.readwrite,
meta.super-expression variable.other.readwrite.initCap,
storage.modifier.extends,
storage.type.class,
variable.language.super,
variable.language.super meta.invocation
settings:
fontStyle: italic
foreground: '#1B9AAA'
- scope: >-
entity.name.class,
storage.modifier.static storage.type
settings:
fontStyle: bold
foreground: '#1B9AAA'
- scope: >-
meta.instantiation,
support.class,
variable.other.readwrite.initCap
settings:
foreground: '#1B9AAA'
# FUNCTIONS ####################################################################
- scope: >-
punctuation.definition.function,
punctuation.definition.parameters,
storage.type.function.arrow
settings:
foreground: '#06D6A0'
- scope: >-
storage.type.function
settings:
fontStyle: italic
foreground: '#06D6A0'
- scope: >-
entity.name.function,
variable entity.name.function
settings:
fontStyle: bold
foreground: '#06D6A0'
- scope: >-
keyword.control.flow.await,
keyword.control.flow.return
settings:
fontStyle: italic
foreground: '#A4F0DC'
- scope: >-
storage.modifier.async
settings:
fontStyle: italic strong
foreground: '#059C75'
# ARRAYS & ITERATION / INVOCATION ##############################################
- scope: >-
keyword.operator.spread,
meta.invocation,
meta.invocation support.function,
punctuation.definition.arguments,
punctuation.definition.array,
punctuation.definition.block.loop,
punctuation.definition.expression.loop,
punctuation.definition.generator,
punctuation.definition.parameters.generator,
punctuation.separator.argument,
punctuation.separator.array-element
settings:
foreground: '#1CB2A1'
- scope: >-
entity.name.function.generator
settings:
fontStyle: bold
foreground: '#1CB2A1'
- scope: >-
keyword.control.flow.yield,
keyword.control.loop,
storage.modifier.generator,
storage.type.function.generator
settings:
fontStyle: italic
foreground: '#1CB2A1'
# CONDITIONALS / BLOCK / OTHER #################################################
- scope: >-
keyword.control
settings:
fontStyle: italic
foreground: '#FFC43D'
- scope: >-
keyword.operator.comparison,
keyword.operator.logical,
keyword.operator.relational,
keyword.operator.ternary,
punctuation.definition.block,
punctuation.definition.expression,
punctuation.definition.parameters.catch
settings:
foreground: '#FFC43D'
- scope: >-
entity.name.statement,
punctuation.separator.label-statement
settings:
fontStyle: bold
foreground: '#E8B338'
# JSX ##########################################################################
- scope: >-
entity.name.tag,
punctuation.definition.tag
settings:
foreground: '#198C9B'
- scope: >-
entity.name.class.jsx
settings:
fontStyle: bold italic
foreground: '#198C9B'
- scope: >-
keyword.operator.spread.jsx,
meta.interpolation.jsx,
punctuation.separator.attribute-value
settings:
foreground: '#FFC43D'
- scope: >-
variable.other.attribute
settings:
foreground: '#52B763'
# OTHER ########################################################################
- scope: >-
keyword,
punctuation.definition.decorator,
variable.other.readwrite.decorator
settings:
foreground: '#CFF3C6'
- scope: >-
keyword.control.do-expression,
keyword.control.flow.break,
keyword.control.flow.continue,
keyword.control.flow.throw
settings:
fontStyle: italic
foreground: '#CFF3C6'
# REGEXP #######################################################################
# punctuation.definition.decorator
# variable.other.readwrite.property