├── All Hallow's Eve.tmTheme
├── Amy.tmTheme
├── Blackboard.tmTheme
├── Cobalt.tmTheme
├── Dawn.tmTheme
├── Eiffel.tmTheme
├── Espresso Libre.tmTheme
├── IDLE.tmTheme
├── LAZY.tmTheme
├── Mac Classic.tmTheme
├── MagicWB (Amiga).tmTheme
├── Monokai Bright.tmTheme
├── Pastels on Dark.tmTheme
├── Slush & Poppies.tmTheme
├── Solarized (Dark).tmTheme
├── Solarized (Light).tmTheme
├── SpaceCadet.tmTheme
├── Sunburst.tmTheme
├── Twilight.tmTheme
├── Zenburnesque.tmTheme
├── iPlastic.tmTheme
└── readme.md
/All Hallow's Eve.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | David Heinemeier Hansson
7 | name
8 | All Hallow's Eve
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #000000
16 | caret
17 | #FFFFFF
18 | foreground
19 | #FFFFFF
20 | invisibles
21 | #404040
22 | lineHighlight
23 | #333300
24 | selection
25 | #73597EE0
26 |
27 |
28 |
29 | name
30 | Text base
31 | scope
32 | text
33 | settings
34 |
35 | background
36 | #434242
37 | foreground
38 | #FFFFFF
39 |
40 |
41 |
42 | name
43 | Source base
44 | scope
45 | source
46 | settings
47 |
48 | background
49 | #000000
50 | foreground
51 | #FFFFFF
52 |
53 |
54 |
55 | name
56 | Comment
57 | scope
58 | comment
59 | settings
60 |
61 | foreground
62 | #9933CC
63 |
64 |
65 |
66 | name
67 | Constant
68 | scope
69 | constant
70 | settings
71 |
72 | foreground
73 | #3387CC
74 |
75 |
76 |
77 | name
78 | Keyword
79 | scope
80 | keyword
81 | settings
82 |
83 | fontStyle
84 |
85 | foreground
86 | #CC7833
87 |
88 |
89 |
90 | name
91 | Pre-processor Line
92 | scope
93 | meta.preprocessor.c
94 | settings
95 |
96 | fontStyle
97 |
98 | foreground
99 | #D0D0FF
100 |
101 |
102 |
103 | name
104 | Pre-processor Directive
105 | scope
106 | keyword.control.import
107 | settings
108 |
109 | fontStyle
110 |
111 |
112 |
113 |
114 | name
115 | Function name
116 | scope
117 | entity.name.function
118 | settings
119 |
120 | fontStyle
121 |
122 |
123 |
124 |
125 | name
126 | Function argument
127 | scope
128 | variable.parameter
129 | settings
130 |
131 | fontStyle
132 | italic
133 |
134 |
135 |
136 | name
137 | Block comment
138 | scope
139 | source comment.block
140 | settings
141 |
142 | background
143 | #9B9B9B
144 | foreground
145 | #FFFFFF
146 |
147 |
148 |
149 | name
150 | String
151 | scope
152 | string
153 | settings
154 |
155 | foreground
156 | #66CC33
157 |
158 |
159 |
160 | name
161 | String escapes
162 | scope
163 | string constant.character.escape
164 | settings
165 |
166 | foreground
167 | #AAAAAA
168 |
169 |
170 |
171 | name
172 | String (executed)
173 | scope
174 | string.interpolated
175 | settings
176 |
177 | background
178 | #CCCC33
179 | foreground
180 | #000000
181 |
182 |
183 |
184 | name
185 | Regular expression
186 | scope
187 | string.regexp
188 | settings
189 |
190 | foreground
191 | #CCCC33
192 |
193 |
194 |
195 | name
196 | String (literal)
197 | scope
198 | string.literal
199 | settings
200 |
201 | foreground
202 | #CCCC33
203 |
204 |
205 |
206 | name
207 | String escapes (executed)
208 | scope
209 | string.interpolated constant.character.escape
210 | settings
211 |
212 | foreground
213 | #555555
214 |
215 |
216 |
217 | name
218 | Type name
219 | scope
220 | entity.name.type
221 | settings
222 |
223 | fontStyle
224 | underline
225 |
226 |
227 |
228 | name
229 | Class inheritance
230 | scope
231 | entity.other.inherited-class
232 | settings
233 |
234 | fontStyle
235 | italic underline
236 |
237 |
238 |
239 | name
240 | Tag name
241 | scope
242 | entity.name.tag
243 | settings
244 |
245 | fontStyle
246 | underline
247 |
248 |
249 |
250 | name
251 | Tag attribute
252 | scope
253 | entity.other.attribute-name
254 | settings
255 |
256 | fontStyle
257 |
258 |
259 |
260 |
261 | name
262 | Support function
263 | scope
264 | support.function
265 | settings
266 |
267 | fontStyle
268 |
269 | foreground
270 | #C83730
271 |
272 |
273 |
274 | uuid
275 | 37F22BDC-B2F4-11D9-850C-000A95A89C98
276 |
277 |
278 |
--------------------------------------------------------------------------------
/Amy.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | name
6 | Amy
7 | author
8 | William D. Neumann
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #200020
16 | caret
17 | #7070FF
18 | foreground
19 | #D0D0FF
20 | invisibles
21 | #BFBFBF
22 | lineHighlight
23 | #80000040
24 | selection
25 | #80000080
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment.block
33 | settings
34 |
35 | background
36 | #200020
37 | fontStyle
38 | italic
39 | foreground
40 | #404080
41 |
42 |
43 |
44 | name
45 | String
46 | scope
47 | string
48 | settings
49 |
50 | foreground
51 | #999999
52 |
53 |
54 |
55 | name
56 | Built-in constant
57 | scope
58 | constant.language
59 | settings
60 |
61 | foreground
62 | #707090
63 |
64 |
65 |
66 | name
67 | Integer
68 | scope
69 | constant.numeric
70 | settings
71 |
72 | foreground
73 | #7090B0
74 |
75 |
76 |
77 | name
78 | Int32 constant
79 | scope
80 | constant.numeric.integer.int32
81 | settings
82 |
83 | fontStyle
84 | bold
85 |
86 |
87 |
88 | name
89 | Int64 constant
90 | scope
91 | constant.numeric.integer.int64
92 | settings
93 |
94 | fontStyle
95 | italic
96 |
97 |
98 |
99 | name
100 | Nativeint constant
101 | scope
102 | constant.numeric.integer.nativeint
103 | settings
104 |
105 | fontStyle
106 | bold italic
107 |
108 |
109 |
110 | name
111 | Floating-point constant
112 | scope
113 | constant.numeric.floating-point.ocaml
114 | settings
115 |
116 | fontStyle
117 | underline
118 |
119 |
120 |
121 | name
122 | Character constant
123 | scope
124 | constant.character
125 | settings
126 |
127 | fontStyle
128 |
129 | foreground
130 | #666666
131 |
132 |
133 |
134 | name
135 | Boolean constant
136 | scope
137 | constant.language.boolean
138 | settings
139 |
140 | foreground
141 | #8080A0
142 |
143 |
144 |
145 | name
146 | Built-in constant
147 | scope
148 | constant.language
149 | settings
150 |
151 |
152 |
153 | name
154 | User-defined constant
155 | scope
156 | constant.other
157 | settings
158 |
159 |
160 |
161 | name
162 | Variable
163 | scope
164 | variable.language, variable.other
165 | settings
166 |
167 | fontStyle
168 |
169 | foreground
170 | #008080
171 |
172 |
173 |
174 | name
175 | Keyword
176 | scope
177 | keyword
178 | settings
179 |
180 | foreground
181 | #A080FF
182 |
183 |
184 |
185 | name
186 | Keyword operator
187 | scope
188 | keyword.operator
189 | settings
190 |
191 | foreground
192 | #A0A0FF
193 |
194 |
195 |
196 | name
197 | Keyword decorator
198 | scope
199 | keyword.other.decorator
200 | settings
201 |
202 | foreground
203 | #D0D0FF
204 |
205 |
206 |
207 | name
208 | Floating-point infix operator
209 | scope
210 | keyword.operator.infix.floating-point.ocaml
211 | settings
212 |
213 | fontStyle
214 | underline
215 |
216 |
217 |
218 | name
219 | Floating-point prefix operator
220 | scope
221 | keyword.operator.prefix.floating-point.ocaml
222 | settings
223 |
224 | fontStyle
225 | underline
226 |
227 |
228 |
229 | name
230 | Compiler directives
231 | scope
232 | keyword.other.directive
233 | settings
234 |
235 | fontStyle
236 |
237 | foreground
238 | #C080C0
239 |
240 |
241 |
242 | name
243 | Line-number directives
244 | scope
245 | keyword.other.directive.line-number
246 | settings
247 |
248 | fontStyle
249 | underline
250 | foreground
251 | #C080C0
252 |
253 |
254 |
255 | name
256 | Control keyword
257 | scope
258 | keyword.control
259 | settings
260 |
261 | foreground
262 | #80A0FF
263 |
264 |
265 |
266 | name
267 | Storage
268 | scope
269 | storage
270 | settings
271 |
272 | foreground
273 | #B0FFF0
274 |
275 |
276 |
277 | name
278 | Variants
279 | scope
280 | entity.name.type.variant
281 | settings
282 |
283 | foreground
284 | #60B0FF
285 |
286 |
287 |
288 | name
289 | Polymorphic variants
290 | scope
291 | storage.type.variant.polymorphic, entity.name.type.variant.polymorphic
292 | settings
293 |
294 | fontStyle
295 | italic
296 | foreground
297 | #60B0FF
298 |
299 |
300 |
301 | name
302 | Module definitions
303 | scope
304 | entity.name.type.module
305 | settings
306 |
307 | foreground
308 | #B000B0
309 |
310 |
311 |
312 | name
313 | Module type definitions
314 | scope
315 | entity.name.type.module-type.ocaml
316 | settings
317 |
318 | fontStyle
319 | underline
320 | foreground
321 | #B000B0
322 |
323 |
324 |
325 | name
326 | Support modules
327 | scope
328 | support.other
329 | settings
330 |
331 | foreground
332 | #A00050
333 |
334 |
335 |
336 | name
337 | Class name
338 | scope
339 | entity.name.type.class
340 | settings
341 |
342 | foreground
343 | #70E080
344 |
345 |
346 |
347 | name
348 | Class type
349 | scope
350 | entity.name.type.class-type
351 | settings
352 |
353 | fontStyle
354 |
355 | foreground
356 | #70E0A0
357 |
358 |
359 |
360 | name
361 | Inherited class
362 | scope
363 | entity.other.inherited-class
364 | settings
365 |
366 |
367 |
368 | name
369 | Function name
370 | scope
371 | entity.name.function
372 | settings
373 |
374 | foreground
375 | #50A0A0
376 |
377 |
378 |
379 | name
380 | Function argument
381 | scope
382 | variable.parameter
383 | settings
384 |
385 | foreground
386 | #80B0B0
387 |
388 |
389 |
390 | name
391 | Token definition (ocamlyacc)
392 | scope
393 | entity.name.type.token
394 | settings
395 |
396 | fontStyle
397 |
398 | foreground
399 | #3080A0
400 |
401 |
402 |
403 | name
404 | Token reference (ocamlyacc)
405 | scope
406 | entity.name.type.token.reference
407 | settings
408 |
409 | fontStyle
410 |
411 | foreground
412 | #3CB0D0
413 |
414 |
415 |
416 | name
417 | Non-terminal definition (ocamlyacc)
418 | scope
419 | entity.name.function.non-terminal
420 | settings
421 |
422 | foreground
423 | #90E0E0
424 |
425 |
426 |
427 | name
428 | Non-terminal reference (ocamlyacc)
429 | scope
430 | entity.name.function.non-terminal.reference
431 | settings
432 |
433 | foreground
434 | #C0F0F0
435 |
436 |
437 |
438 | name
439 | Tag name
440 | scope
441 | entity.name.tag
442 | settings
443 |
444 | foreground
445 | #009090
446 |
447 |
448 |
449 | name
450 | Tag attribute
451 | scope
452 | entity.other.attribute-name
453 | settings
454 |
455 |
456 |
457 | name
458 | Library function
459 | settings
460 |
461 | background
462 | #200020
463 |
464 |
465 |
466 | name
467 | Library constant
468 | scope
469 | support.constant
470 | settings
471 |
472 | background
473 | #200020
474 |
475 |
476 |
477 | name
478 | Library class/type
479 | scope
480 | support.type, support.class
481 | settings
482 |
483 |
484 |
485 | name
486 | Library variable
487 | scope
488 | support.other.variable
489 | settings
490 |
491 |
492 |
493 | name
494 | Invalid - illegal
495 | scope
496 | invalid.illegal
497 | settings
498 |
499 | background
500 | #FFFF00
501 | fontStyle
502 | bold
503 | foreground
504 | #400080
505 |
506 |
507 |
508 | name
509 | Invalid - depricated
510 | scope
511 | invalid.deprecated
512 | settings
513 |
514 | background
515 | #CC66FF
516 | foreground
517 | #200020
518 |
519 |
520 |
521 | name
522 | Camlp4 code
523 | scope
524 | source.camlp4.embedded
525 | settings
526 |
527 | background
528 | #40008054
529 |
530 |
531 |
532 | name
533 | Camlp4 temp (parser)
534 | scope
535 | source.camlp4.embedded.parser.ocaml
536 | settings
537 |
538 | fontStyle
539 |
540 |
541 |
542 |
543 | name
544 | Punctuation
545 | scope
546 | punctuation
547 | settings
548 |
549 | foreground
550 | #805080
551 |
552 |
553 |
554 | uuid
555 | 3C01FADD-7592-49DD-B7A5-1B82CA4E57B5
556 |
557 |
558 |
--------------------------------------------------------------------------------
/Blackboard.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | name
6 | Blackboard
7 | author
8 | Domenico Carbotta
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #0C1021
16 | caret
17 | #FFFFFFA6
18 | foreground
19 | #F8F8F8
20 | invisibles
21 | #FFFFFF40
22 | lineHighlight
23 | #FFFFFF0F
24 | selection
25 | #253B76
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 |
37 | foreground
38 | #AEAEAE
39 |
40 |
41 |
42 | name
43 | Constant
44 | scope
45 | constant
46 | settings
47 |
48 | fontStyle
49 |
50 | foreground
51 | #D8FA3C
52 |
53 |
54 |
55 | name
56 | Entity
57 | scope
58 | entity
59 | settings
60 |
61 | fontStyle
62 |
63 | foreground
64 | #FF6400
65 |
66 |
67 |
68 | name
69 | Keyword
70 | scope
71 | keyword
72 | settings
73 |
74 | fontStyle
75 |
76 | foreground
77 | #FBDE2D
78 |
79 |
80 |
81 | name
82 | Storage
83 | scope
84 | storage
85 | settings
86 |
87 | fontStyle
88 |
89 | foreground
90 | #FBDE2D
91 |
92 |
93 |
94 | name
95 | String
96 | scope
97 | string, meta.verbatim
98 | settings
99 |
100 | fontStyle
101 |
102 | foreground
103 | #61CE3C
104 |
105 |
106 |
107 | name
108 | Support
109 | scope
110 | support
111 | settings
112 |
113 | fontStyle
114 |
115 | foreground
116 | #8DA6CE
117 |
118 |
119 |
120 | name
121 | Variable
122 | scope
123 | variable
124 | settings
125 |
126 | fontStyle
127 |
128 |
129 |
130 |
131 | name
132 | Invalid – Deprecated
133 | scope
134 | invalid.deprecated
135 | settings
136 |
137 | fontStyle
138 | italic
139 | foreground
140 | #AB2A1D
141 |
142 |
143 |
144 | name
145 | Invalid – Illegal
146 | scope
147 | invalid.illegal
148 | settings
149 |
150 | background
151 | #9D1E15
152 | foreground
153 | #F8F8F8
154 |
155 |
156 |
157 | name
158 | Superclass
159 | scope
160 | entity.other.inherited-class
161 | settings
162 |
163 | fontStyle
164 | italic
165 | foreground
166 | #FF6400
167 |
168 |
169 |
170 | name
171 | String interpolation
172 | scope
173 | string constant.other.placeholder
174 | settings
175 |
176 | fontStyle
177 |
178 | foreground
179 | #FF6400
180 |
181 |
182 |
183 | name
184 | meta.function-call.py
185 | scope
186 | meta.function-call.py
187 | settings
188 |
189 | fontStyle
190 |
191 | foreground
192 | #BECDE6
193 |
194 |
195 |
196 | name
197 | meta.tag
198 | scope
199 | meta.tag, meta.tag entity
200 | settings
201 |
202 | foreground
203 | #7F90AA
204 |
205 |
206 |
207 | name
208 | entity.name.section
209 | scope
210 | entity.name.section
211 | settings
212 |
213 | fontStyle
214 |
215 | foreground
216 | #FFFFFF
217 |
218 |
219 |
220 | name
221 | OCaml variant
222 | scope
223 | keyword.type.variant
224 | settings
225 |
226 | foreground
227 | #D5E0F3
228 |
229 |
230 |
231 | name
232 | OCaml operator
233 | scope
234 | source.ocaml keyword.operator.symbol
235 | settings
236 |
237 | foreground
238 | #F8F8F8
239 |
240 |
241 |
242 | name
243 | OCaml infix operator
244 | scope
245 | source.ocaml keyword.operator.symbol.infix
246 | settings
247 |
248 | fontStyle
249 |
250 | foreground
251 | #8DA6CE
252 |
253 |
254 |
255 | name
256 | OCaml prefix operator
257 | scope
258 | source.ocaml keyword.operator.symbol.prefix
259 | settings
260 |
261 | fontStyle
262 |
263 | foreground
264 | #8DA6CE
265 |
266 |
267 |
268 | name
269 | OCaml f-p infix operator
270 | scope
271 | source.ocaml keyword.operator.symbol.infix.floating-point
272 | settings
273 |
274 | fontStyle
275 | underline
276 |
277 |
278 |
279 | name
280 | OCaml f-p prefix operator
281 | scope
282 | source.ocaml keyword.operator.symbol.prefix.floating-point
283 | settings
284 |
285 | fontStyle
286 | underline
287 |
288 |
289 |
290 | name
291 | OCaml f-p constant
292 | scope
293 | source.ocaml constant.numeric.floating-point
294 | settings
295 |
296 | fontStyle
297 | underline
298 |
299 |
300 |
301 | name
302 | LaTeX environment
303 | scope
304 | text.tex.latex meta.function.environment
305 | settings
306 |
307 | background
308 | #FFFFFF08
309 |
310 |
311 |
312 | name
313 | LaTeX environment (nested)
314 | scope
315 | text.tex.latex meta.function.environment meta.function.environment
316 | settings
317 |
318 | background
319 | #7A96FA08
320 |
321 |
322 |
323 | name
324 | Latex support
325 | scope
326 | text.tex.latex support.function
327 | settings
328 |
329 | fontStyle
330 |
331 | foreground
332 | #FBDE2D
333 |
334 |
335 |
336 | name
337 | PList unquoted string
338 | scope
339 | source.plist string.unquoted, source.plist keyword.operator
340 | settings
341 |
342 | foreground
343 | #FFFFFF
344 |
345 |
346 |
347 | uuid
348 | A2C6BAA7-90D0-4147-BBF5-96B0CD92D109
349 |
350 |
351 |
--------------------------------------------------------------------------------
/Cobalt.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | comment
6 | Created by Jacob Rus. Based on ‘Slate’ by Wilson Miner
7 | author
8 | Jacob Rus
9 | name
10 | Cobalt
11 | settings
12 |
13 |
14 | settings
15 |
16 | background
17 | #002240
18 | caret
19 | #FFFFFF
20 | foreground
21 | #FFFFFF
22 | invisibles
23 | #FFFFFF26
24 | lineHighlight
25 | #00000059
26 | selection
27 | #B36539BF
28 |
29 |
30 |
31 | name
32 | Punctuation
33 | scope
34 | punctuation - (punctuation.definition.string || punctuation.definition.comment)
35 | settings
36 |
37 | fontStyle
38 |
39 | foreground
40 | #E1EFFF
41 |
42 |
43 |
44 | name
45 | Constant
46 | scope
47 | constant
48 | settings
49 |
50 | fontStyle
51 |
52 | foreground
53 | #FF628C
54 |
55 |
56 |
57 | name
58 | Entity
59 | scope
60 | entity
61 | settings
62 |
63 | fontStyle
64 |
65 | foreground
66 | #FFDD00
67 |
68 |
69 |
70 | name
71 | Keyword
72 | scope
73 | keyword
74 | settings
75 |
76 | fontStyle
77 |
78 | foreground
79 | #FF9D00
80 |
81 |
82 |
83 | name
84 | Storage
85 | scope
86 | storage
87 | settings
88 |
89 | fontStyle
90 |
91 | foreground
92 | #FFEE80
93 |
94 |
95 |
96 | name
97 | String
98 | scope
99 | string -string.unquoted.old-plist -string.unquoted.heredoc, string.unquoted.heredoc string
100 | settings
101 |
102 | fontStyle
103 |
104 | foreground
105 | #3AD900
106 |
107 |
108 |
109 | name
110 | Comment
111 | scope
112 | comment
113 | settings
114 |
115 | fontStyle
116 | italic
117 | foreground
118 | #0088FF
119 |
120 |
121 |
122 | name
123 | Support
124 | scope
125 | support
126 | settings
127 |
128 | fontStyle
129 |
130 | foreground
131 | #80FFBB
132 |
133 |
134 |
135 | name
136 | Variable
137 | scope
138 | variable
139 | settings
140 |
141 | fontStyle
142 |
143 | foreground
144 | #CCCCCC
145 |
146 |
147 |
148 | name
149 | Lang Variable
150 | scope
151 | variable.language
152 | settings
153 |
154 | fontStyle
155 |
156 | foreground
157 | #FF80E1
158 |
159 |
160 |
161 | name
162 | Function Call
163 | scope
164 | meta.function-call
165 | settings
166 |
167 | foreground
168 | #FFEE80
169 |
170 |
171 |
172 | name
173 | Invalid
174 | scope
175 | invalid
176 | settings
177 |
178 | background
179 | #800F00
180 | foreground
181 | #F8F8F8
182 |
183 |
184 |
185 | name
186 | Embedded Source
187 | scope
188 | text source, string.unquoted.heredoc, source source
189 | settings
190 |
191 | background
192 | #223545
193 | fontStyle
194 |
195 | foreground
196 | #FFFFFF
197 |
198 |
199 |
200 | name
201 | Entity inherited-class
202 | scope
203 | entity.other.inherited-class
204 | settings
205 |
206 | fontStyle
207 | italic
208 | foreground
209 | #80FCFF
210 |
211 |
212 |
213 | name
214 | String embedded-source
215 | scope
216 | string.quoted source
217 | settings
218 |
219 | fontStyle
220 |
221 | foreground
222 | #9EFF80
223 |
224 |
225 |
226 | name
227 | String constant
228 | scope
229 | string constant
230 | settings
231 |
232 | foreground
233 | #80FF82
234 |
235 |
236 |
237 | name
238 | String.regexp
239 | scope
240 | string.regexp
241 | settings
242 |
243 | foreground
244 | #80FFC2
245 |
246 |
247 |
248 | name
249 | String variable
250 | scope
251 | string variable
252 | settings
253 |
254 | foreground
255 | #EDEF7D
256 |
257 |
258 |
259 | name
260 | Support.function
261 | scope
262 | support.function
263 | settings
264 |
265 | fontStyle
266 |
267 | foreground
268 | #FFB054
269 |
270 |
271 |
272 | name
273 | Support.constant
274 | scope
275 | support.constant
276 | settings
277 |
278 | fontStyle
279 |
280 | foreground
281 | #EB939A
282 |
283 |
284 |
285 | name
286 | Exception
287 | scope
288 | support.type.exception
289 | settings
290 |
291 | foreground
292 | #FF1E00
293 |
294 |
295 |
296 | name
297 | C/C++ Preprocessor Line
298 | scope
299 | meta.preprocessor.c
300 | settings
301 |
302 | foreground
303 | #8996A8
304 |
305 |
306 |
307 | name
308 | C/C++ Preprocessor Directive
309 | scope
310 | meta.preprocessor.c keyword
311 | settings
312 |
313 | foreground
314 | #AFC4DB
315 |
316 |
317 |
318 | name
319 | Doctype/XML Processing
320 | scope
321 | meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string
322 | settings
323 |
324 | foreground
325 | #73817D
326 |
327 |
328 |
329 | name
330 | Meta.tag.A
331 | scope
332 | meta.tag, meta.tag entity
333 | settings
334 |
335 | foreground
336 | #9EFFFF
337 |
338 |
339 |
340 | name
341 | css tag-name
342 | scope
343 | meta.selector.css entity.name.tag
344 | settings
345 |
346 | foreground
347 | #9EFFFF
348 |
349 |
350 |
351 | name
352 | css#id
353 | scope
354 | meta.selector.css entity.other.attribute-name.id
355 | settings
356 |
357 | foreground
358 | #FFB454
359 |
360 |
361 |
362 | name
363 | css.class
364 | scope
365 | meta.selector.css entity.other.attribute-name.class
366 | settings
367 |
368 | foreground
369 | #5FE461
370 |
371 |
372 |
373 | name
374 | css property-name:
375 | scope
376 | support.type.property-name.css
377 | settings
378 |
379 | foreground
380 | #9DF39F
381 |
382 |
383 |
384 | name
385 | css property-value;
386 | scope
387 | meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css
388 | settings
389 |
390 | foreground
391 | #F6F080
392 |
393 |
394 |
395 | name
396 | css @at-rule
397 | scope
398 | meta.preprocessor.at-rule keyword.control.at-rule
399 | settings
400 |
401 | foreground
402 | #F6AA11
403 |
404 |
405 |
406 | name
407 | css additional-constants
408 | scope
409 | meta.property-value support.constant.named-color.css, meta.property-value constant
410 | settings
411 |
412 | foreground
413 | #EDF080
414 |
415 |
416 |
417 | name
418 | css constructor.argument
419 | scope
420 | meta.constructor.argument.css
421 | settings
422 |
423 | foreground
424 | #EB939A
425 |
426 |
427 |
428 | name
429 | diff.header
430 | scope
431 | meta.diff, meta.diff.header
432 | settings
433 |
434 | background
435 | #000E1A
436 | fontStyle
437 |
438 | foreground
439 | #F8F8F8
440 |
441 |
442 |
443 | name
444 | diff.deleted
445 | scope
446 | markup.deleted
447 | settings
448 |
449 | background
450 | #4C0900
451 | foreground
452 | #F8F8F8
453 |
454 |
455 |
456 | name
457 | diff.changed
458 | scope
459 | markup.changed
460 | settings
461 |
462 | background
463 | #806F00
464 | foreground
465 | #F8F8F8
466 |
467 |
468 |
469 | name
470 | diff.inserted
471 | scope
472 | markup.inserted
473 | settings
474 |
475 | background
476 | #154F00
477 | foreground
478 | #F8F8F8
479 |
480 |
481 |
482 | name
483 | Raw Markup
484 | scope
485 | markup.raw
486 | settings
487 |
488 | background
489 | #8FDDF630
490 |
491 |
492 |
493 | name
494 | Block Quote
495 | scope
496 | markup.quote
497 | settings
498 |
499 | background
500 | #004480
501 |
502 |
503 |
504 | name
505 | List
506 | scope
507 | markup.list
508 | settings
509 |
510 | background
511 | #130D26
512 |
513 |
514 |
515 | name
516 | Bold Markup
517 | scope
518 | markup.bold
519 | settings
520 |
521 | fontStyle
522 | bold
523 | foreground
524 | #C1AFFF
525 |
526 |
527 |
528 | name
529 | Italic Markup
530 | scope
531 | markup.italic
532 | settings
533 |
534 | fontStyle
535 | italic
536 | foreground
537 | #B8FFD9
538 |
539 |
540 |
541 | name
542 | Heading Markup
543 | scope
544 | markup.heading
545 | settings
546 |
547 | background
548 | #001221
549 | fontStyle
550 | bold
551 | foreground
552 | #C8E4FD
553 |
554 |
555 |
556 | uuid
557 | 06CD1FB2-A00A-4F8C-97B2-60E131980454
558 |
559 |
560 |
--------------------------------------------------------------------------------
/Dawn.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | David Powers
7 | comment
8 | Dawn
9 | name
10 | Dawn
11 | settings
12 |
13 |
14 | settings
15 |
16 | background
17 | #F9F9F9
18 | caret
19 | #000000
20 | foreground
21 | #080808
22 | invisibles
23 | #4B4B7E80
24 | lineHighlight
25 | #2463B41F
26 | selection
27 | #275FFF4D
28 | shadow
29 | #808080
30 | shadowWidth
31 | 6
32 |
33 |
34 |
35 | name
36 | Comment
37 | scope
38 | comment
39 | settings
40 |
41 | fontStyle
42 | italic
43 | foreground
44 | #5A525F
45 |
46 |
47 |
48 | name
49 | Constant
50 | scope
51 | constant
52 | settings
53 |
54 | fontStyle
55 | bold
56 | foreground
57 | #811F24
58 |
59 |
60 |
61 | name
62 | Entity
63 | scope
64 | entity
65 | settings
66 |
67 | fontStyle
68 |
69 | foreground
70 | #BF4F24
71 |
72 |
73 |
74 | name
75 | Keyword
76 | scope
77 | keyword
78 | settings
79 |
80 | fontStyle
81 |
82 | foreground
83 | #794938
84 |
85 |
86 |
87 | name
88 | Storage
89 | scope
90 | storage
91 | settings
92 |
93 | fontStyle
94 | italic
95 | foreground
96 | #A71D5D
97 |
98 |
99 |
100 | name
101 | String
102 | scope
103 | string | punctuation.definition.string
104 | settings
105 |
106 | fontStyle
107 |
108 | foreground
109 | #0B6125
110 |
111 |
112 |
113 | name
114 | Support
115 | scope
116 | support
117 | settings
118 |
119 | fontStyle
120 |
121 | foreground
122 | #691C97
123 |
124 |
125 |
126 | name
127 | Variable
128 | scope
129 | variable
130 | settings
131 |
132 | fontStyle
133 |
134 | foreground
135 | #234A97
136 |
137 |
138 |
139 | name
140 | Punctuation.separator
141 | scope
142 | punctuation.separator
143 | settings
144 |
145 | foreground
146 | #794938
147 |
148 |
149 |
150 | name
151 | Invalid – Deprecated
152 | scope
153 | invalid.deprecated
154 | settings
155 |
156 | fontStyle
157 | bold italic underline
158 | foreground
159 | #B52A1D
160 |
161 |
162 |
163 | name
164 | Invalid – Illegal
165 | scope
166 | invalid.illegal
167 | settings
168 |
169 | background
170 | #B52A1D
171 | fontStyle
172 | italic underline
173 | foreground
174 | #F8F8F8
175 |
176 |
177 |
178 | name
179 | String embedded-source
180 | scope
181 | string source
182 | settings
183 |
184 | background
185 | #6F8BBA26
186 | fontStyle
187 |
188 | foreground
189 | #080808
190 |
191 |
192 |
193 | name
194 | String constant
195 | scope
196 | string constant
197 | settings
198 |
199 | fontStyle
200 | bold
201 | foreground
202 | #696969
203 |
204 |
205 |
206 | name
207 | String variable
208 | scope
209 | string variable
210 | settings
211 |
212 | fontStyle
213 |
214 | foreground
215 | #234A97
216 |
217 |
218 |
219 | name
220 | String.regexp
221 | scope
222 | string.regexp
223 | settings
224 |
225 | fontStyle
226 |
227 | foreground
228 | #CF5628
229 |
230 |
231 |
232 | name
233 | String.regexp.«special»
234 | scope
235 | string.regexp.character-class, string.regexp constant.character.escaped, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition
236 | settings
237 |
238 | fontStyle
239 | bold italic
240 | foreground
241 | #CF5628
242 |
243 |
244 |
245 | name
246 | String.regexp constant.character.escape
247 | scope
248 | string.regexp constant.character.escape
249 | settings
250 |
251 | fontStyle
252 | bold
253 | foreground
254 | #811F24
255 |
256 |
257 |
258 | name
259 | Embedded Source
260 | scope
261 | text source
262 | settings
263 |
264 | background
265 | #6F8BBA26
266 |
267 |
268 |
269 | name
270 | Support.function
271 | scope
272 | support.function
273 | settings
274 |
275 | fontStyle
276 |
277 | foreground
278 | #693A17
279 |
280 |
281 |
282 | name
283 | Support.constant
284 | scope
285 | support.constant
286 | settings
287 |
288 | fontStyle
289 |
290 | foreground
291 | #B4371F
292 |
293 |
294 |
295 | name
296 | Support.variable
297 | scope
298 | support.variable
299 | settings
300 |
301 | foreground
302 | #234A97
303 |
304 |
305 |
306 | name
307 | Markup.list
308 | scope
309 | markup.list
310 | settings
311 |
312 | foreground
313 | #693A17
314 |
315 |
316 |
317 | name
318 | Markup.heading
319 | scope
320 | markup.heading | markup.heading entity.name
321 | settings
322 |
323 | fontStyle
324 | bold
325 | foreground
326 | #19356D
327 |
328 |
329 |
330 | name
331 | Markup.quote
332 | scope
333 | markup.quote
334 | settings
335 |
336 | background
337 | #BBBBBB30
338 | fontStyle
339 | italic
340 | foreground
341 | #0B6125
342 |
343 |
344 |
345 | name
346 | Markup.italic
347 | scope
348 | markup.italic
349 | settings
350 |
351 | fontStyle
352 | italic
353 | foreground
354 | #080808
355 |
356 |
357 |
358 | name
359 | Markup.bold
360 | scope
361 | markup.bold
362 | settings
363 |
364 | fontStyle
365 | bold
366 | foreground
367 | #080808
368 |
369 |
370 |
371 | name
372 | Markup.underline
373 | scope
374 | markup.underline
375 | settings
376 |
377 | fontStyle
378 | underline
379 | foreground
380 | #080808
381 |
382 |
383 |
384 | name
385 | Markup.link
386 | scope
387 | markup.link
388 | settings
389 |
390 | fontStyle
391 | italic underline
392 | foreground
393 | #234A97
394 |
395 |
396 |
397 | name
398 | Markup.raw
399 | scope
400 | markup.raw
401 | settings
402 |
403 | background
404 | #BBBBBB30
405 | fontStyle
406 |
407 | foreground
408 | #234A97
409 |
410 |
411 |
412 | name
413 | Markup.deleted
414 | scope
415 | markup.deleted
416 | settings
417 |
418 | foreground
419 | #B52A1D
420 |
421 |
422 |
423 | name
424 | Meta.separator
425 | scope
426 | meta.separator
427 | settings
428 |
429 | background
430 | #DCDCDC
431 | fontStyle
432 | bold
433 | foreground
434 | #19356D
435 |
436 |
437 |
438 | uuid
439 | E7E82498-F9EA-49A6-A0D8-12327EA46B01
440 |
441 |
442 |
--------------------------------------------------------------------------------
/Eiffel.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | name
6 | Eiffel
7 | author
8 | Ian Joyner
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #FFFFFF
16 | caret
17 | #000000
18 | foreground
19 | #000000
20 | invisibles
21 | #BFBFBF
22 | lineHighlight
23 | #00000012
24 | selection
25 | #C3DCFF
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 |
37 | foreground
38 | #00B418
39 |
40 |
41 |
42 | name
43 | Variable
44 | scope
45 | variable
46 | settings
47 |
48 | fontStyle
49 | italic
50 | foreground
51 | #0206FF
52 |
53 |
54 |
55 | name
56 | Keyword
57 | scope
58 | keyword
59 | settings
60 |
61 | fontStyle
62 | bold
63 | foreground
64 | #0100B6
65 |
66 |
67 |
68 | name
69 | Number
70 | scope
71 | constant.numeric
72 | settings
73 |
74 | fontStyle
75 | italic
76 | foreground
77 | #CD0000
78 |
79 |
80 |
81 | name
82 | User-defined constant
83 | scope
84 | constant
85 | settings
86 |
87 | fontStyle
88 | italic
89 | foreground
90 | #C5060B
91 |
92 |
93 |
94 | name
95 | Built-in constant
96 | scope
97 | constant.language
98 | settings
99 |
100 | fontStyle
101 | italic
102 | foreground
103 | #585CF6
104 |
105 |
106 |
107 | name
108 | String
109 | scope
110 | string
111 | settings
112 |
113 | fontStyle
114 |
115 | foreground
116 | #D80800
117 |
118 |
119 |
120 | name
121 | String interpolation
122 | scope
123 | constant.character.escape, string source
124 | settings
125 |
126 | fontStyle
127 |
128 | foreground
129 | #26B31A
130 |
131 |
132 |
133 | name
134 | Preprocessor line
135 | scope
136 | meta.preprocessor
137 | settings
138 |
139 | fontStyle
140 |
141 | foreground
142 | #1A921C
143 |
144 |
145 |
146 | name
147 | Preprocessor directive
148 | scope
149 | keyword.control.import
150 | settings
151 |
152 | fontStyle
153 | bold
154 | foreground
155 | #0C450D
156 |
157 |
158 |
159 | name
160 | Function name
161 | scope
162 | entity.name.function, keyword.other.name-of-parameter.objc
163 | settings
164 |
165 | fontStyle
166 | bold
167 | foreground
168 | #0000A2
169 |
170 |
171 |
172 | name
173 | Type name
174 | scope
175 | entity.name.type
176 | settings
177 |
178 | fontStyle
179 | italic
180 |
181 |
182 |
183 | name
184 | Inherited class name
185 | scope
186 | entity.other.inherited-class
187 | settings
188 |
189 | fontStyle
190 | italic
191 |
192 |
193 |
194 | name
195 | Function parameter
196 | scope
197 | variable.parameter
198 | settings
199 |
200 | fontStyle
201 | italic
202 |
203 |
204 |
205 | name
206 | Function argument and result types
207 | scope
208 | storage.type.method
209 | settings
210 |
211 | fontStyle
212 |
213 | foreground
214 | #70727E
215 |
216 |
217 |
218 | name
219 | Section
220 | scope
221 | meta.section entity.name.section, declaration.section entity.name.section
222 | settings
223 |
224 | fontStyle
225 | italic
226 |
227 |
228 |
229 | name
230 | Library function
231 | scope
232 | support.function
233 | settings
234 |
235 | fontStyle
236 | bold
237 | foreground
238 | #3C4C72
239 |
240 |
241 |
242 | name
243 | Library object
244 | scope
245 | support.class, support.type
246 | settings
247 |
248 | fontStyle
249 | bold
250 | foreground
251 | #6D79DE
252 |
253 |
254 |
255 | name
256 | Library constant
257 | scope
258 | support.constant
259 | settings
260 |
261 | fontStyle
262 | bold
263 | foreground
264 | #06960E
265 |
266 |
267 |
268 | name
269 | Library variable
270 | scope
271 | support.variable
272 | settings
273 |
274 | fontStyle
275 | bold
276 | foreground
277 | #21439C
278 |
279 |
280 |
281 | name
282 | JS: Operator
283 | scope
284 | keyword.operator.js
285 | settings
286 |
287 | foreground
288 | #687687
289 |
290 |
291 |
292 | name
293 | Invalid
294 | scope
295 | invalid
296 | settings
297 |
298 | background
299 | #990000
300 | foreground
301 | #FFFFFF
302 |
303 |
304 |
305 | name
306 | Invalid trailing whitespace
307 | scope
308 | invalid.deprecated.trailing-whitespace
309 | settings
310 |
311 | background
312 | #FFD0D0
313 |
314 |
315 |
316 | name
317 | Embedded source
318 | scope
319 | text source, string.unquoted
320 | settings
321 |
322 | background
323 | #427FF530
324 |
325 |
326 |
327 | name
328 | Markup XML declaration
329 | scope
330 | meta.xml-processing, declaration.xml-processing
331 | settings
332 |
333 | fontStyle
334 |
335 | foreground
336 | #68685B
337 |
338 |
339 |
340 | name
341 | Markup DOCTYPE
342 | scope
343 | meta.doctype, declaration.doctype
344 | settings
345 |
346 | fontStyle
347 |
348 | foreground
349 | #888888
350 |
351 |
352 |
353 | name
354 | Markup DTD
355 | scope
356 | meta.doctype.DTD, declaration.doctype.DTD
357 | settings
358 |
359 | fontStyle
360 | italic
361 |
362 |
363 |
364 | name
365 | Markup tag
366 | scope
367 | meta.tag, declaration.tag
368 | settings
369 |
370 | fontStyle
371 |
372 | foreground
373 | #1C02FF
374 |
375 |
376 |
377 | name
378 | Markup name of tag
379 | scope
380 | entity.name.tag
381 | settings
382 |
383 | fontStyle
384 | bold
385 |
386 |
387 |
388 | name
389 | Markup tag attribute
390 | scope
391 | entity.other.attribute-name
392 | settings
393 |
394 | fontStyle
395 | italic
396 |
397 |
398 |
399 | name
400 | Markup: Heading
401 | scope
402 | markup.heading
403 | settings
404 |
405 | fontStyle
406 | bold
407 | foreground
408 | #0C07FF
409 |
410 |
411 |
412 | name
413 | Markup: Quote
414 | scope
415 | markup.quote
416 | settings
417 |
418 | fontStyle
419 | italic
420 | foreground
421 | #000000
422 |
423 |
424 |
425 | name
426 | Markup: List
427 | scope
428 | markup.list
429 | settings
430 |
431 | foreground
432 | #B90690
433 |
434 |
435 |
436 | uuid
437 | ADD7FDE7-C6BE-454B-A71A-7951ED54FB04
438 |
439 |
440 |
--------------------------------------------------------------------------------
/Espresso Libre.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Chris Thomas
7 | name
8 | Espresso Libre
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #2A211C
16 | caret
17 | #889AFF
18 | foreground
19 | #BDAE9D
20 | invisibles
21 | #BFBFBF
22 | lineHighlight
23 | #3A312C
24 | selection
25 | #C3DCFF
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 | italic
37 | foreground
38 | #0066FF
39 |
40 |
41 |
42 | name
43 | Keyword
44 | scope
45 | keyword, storage
46 | settings
47 |
48 | fontStyle
49 | bold
50 | foreground
51 | #43A8ED
52 |
53 |
54 |
55 | name
56 | Number
57 | scope
58 | constant.numeric
59 | settings
60 |
61 | fontStyle
62 |
63 | foreground
64 | #44AA43
65 |
66 |
67 |
68 | name
69 | User-defined constant
70 | scope
71 | constant
72 | settings
73 |
74 | fontStyle
75 | bold
76 | foreground
77 | #C5656B
78 |
79 |
80 |
81 | name
82 | Built-in constant
83 | scope
84 | constant.language
85 | settings
86 |
87 | fontStyle
88 | bold
89 | foreground
90 | #585CF6
91 |
92 |
93 |
94 | name
95 | Variable
96 | scope
97 | variable.language, variable.other
98 | settings
99 |
100 | fontStyle
101 |
102 | foreground
103 | #318495
104 |
105 |
106 |
107 | name
108 | String
109 | scope
110 | string
111 | settings
112 |
113 | fontStyle
114 |
115 | foreground
116 | #049B0A
117 |
118 |
119 |
120 | name
121 | String interpolation
122 | scope
123 | constant.character.escape, string source
124 | settings
125 |
126 | fontStyle
127 |
128 | foreground
129 | #2FE420
130 |
131 |
132 |
133 | name
134 | Preprocessor line
135 | scope
136 | meta.preprocessor
137 | settings
138 |
139 | fontStyle
140 |
141 | foreground
142 | #1A921C
143 |
144 |
145 |
146 | name
147 | Preprocessor directive
148 | scope
149 | keyword.control.import
150 | settings
151 |
152 | fontStyle
153 | bold
154 | foreground
155 | #9AFF87
156 |
157 |
158 |
159 | name
160 | Function name
161 | scope
162 | entity.name.function, keyword.other.name-of-parameter.objc
163 | settings
164 |
165 | fontStyle
166 | bold
167 | foreground
168 | #FF9358
169 |
170 |
171 |
172 | name
173 | Type name
174 | scope
175 | entity.name.type
176 | settings
177 |
178 | fontStyle
179 | underline
180 |
181 |
182 |
183 | name
184 | Inherited class name
185 | scope
186 | entity.other.inherited-class
187 | settings
188 |
189 | fontStyle
190 | italic
191 |
192 |
193 |
194 | name
195 | Function parameter
196 | scope
197 | variable.parameter
198 | settings
199 |
200 | fontStyle
201 | italic
202 |
203 |
204 |
205 | name
206 | Function argument and result types
207 | scope
208 | storage.type.method
209 | settings
210 |
211 | fontStyle
212 |
213 | foreground
214 | #8B8E9C
215 |
216 |
217 |
218 | name
219 | Section
220 | scope
221 | meta.section entity.name.section, declaration.section entity.name.section
222 | settings
223 |
224 | fontStyle
225 | italic
226 |
227 |
228 |
229 | name
230 | Library function
231 | scope
232 | support.function
233 | settings
234 |
235 | fontStyle
236 | bold
237 | foreground
238 | #7290D9
239 |
240 |
241 |
242 | name
243 | Library object
244 | scope
245 | support.class, support.type
246 | settings
247 |
248 | fontStyle
249 | bold
250 | foreground
251 | #6D79DE
252 |
253 |
254 |
255 | name
256 | Library constant
257 | scope
258 | support.constant
259 | settings
260 |
261 | fontStyle
262 | bold
263 | foreground
264 | #00AF0E
265 |
266 |
267 |
268 | name
269 | Library variable
270 | scope
271 | support.variable
272 | settings
273 |
274 | fontStyle
275 | bold
276 | foreground
277 | #2F5FE0
278 |
279 |
280 |
281 | name
282 | JS: Operator
283 | scope
284 | keyword.operator.js
285 | settings
286 |
287 | foreground
288 | #687687
289 |
290 |
291 |
292 | name
293 | Invalid
294 | scope
295 | invalid
296 | settings
297 |
298 | background
299 | #990000
300 | foreground
301 | #FFFFFF
302 |
303 |
304 |
305 | name
306 | Invalid trailing whitespace
307 | scope
308 | invalid.deprecated.trailing-whitespace
309 | settings
310 |
311 | background
312 | #FFD0D0
313 |
314 |
315 |
316 | name
317 | Embedded source
318 | scope
319 | text source, string.unquoted
320 | settings
321 |
322 | background
323 | #F5AA7730
324 |
325 |
326 |
327 | name
328 | Markup XML declaration
329 | scope
330 | meta.tag.preprocessor.xml
331 | settings
332 |
333 | fontStyle
334 |
335 | foreground
336 | #8F7E65
337 |
338 |
339 |
340 | name
341 | Markup DOCTYPE
342 | scope
343 | meta.tag.sgml.doctype
344 | settings
345 |
346 | fontStyle
347 |
348 | foreground
349 | #888888
350 |
351 |
352 |
353 | name
354 | Markup DTD
355 | scope
356 | string.quoted.docinfo.doctype.DTD
357 | settings
358 |
359 | fontStyle
360 | italic
361 |
362 |
363 |
364 | name
365 | Markup tag
366 | scope
367 | meta.tag, declaration.tag
368 | settings
369 |
370 | fontStyle
371 |
372 | foreground
373 | #43A8ED
374 |
375 |
376 |
377 | name
378 | Markup name of tag
379 | scope
380 | entity.name.tag
381 | settings
382 |
383 | fontStyle
384 | bold
385 |
386 |
387 |
388 | name
389 | Markup tag attribute
390 | scope
391 | entity.other.attribute-name
392 | settings
393 |
394 | fontStyle
395 | italic
396 |
397 |
398 |
399 | uuid
400 | 6B90703E-4E4B-43C8-9D32-921BEDF6D725
401 |
402 |
403 |
--------------------------------------------------------------------------------
/IDLE.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Domenico Carbotta
7 | name
8 | IDLE
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #FFFFFF
16 | caret
17 | #000000
18 | foreground
19 | #000000
20 | invisibles
21 | #BFBFBF
22 | lineHighlight
23 | #00000012
24 | selection
25 | #BAD6FD
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | foreground
36 | #919191
37 |
38 |
39 |
40 | name
41 | String
42 | scope
43 | string
44 | settings
45 |
46 | foreground
47 | #00A33F
48 |
49 |
50 |
51 | name
52 | Number
53 | scope
54 | constant.numeric
55 | settings
56 |
57 |
58 |
59 | name
60 | Built-in constant
61 | scope
62 | constant.language
63 | settings
64 |
65 | foreground
66 | #A535AE
67 |
68 |
69 |
70 | name
71 | User-defined constant
72 | scope
73 | constant.character, constant.other
74 | settings
75 |
76 |
77 |
78 | name
79 | Variable
80 | scope
81 | variable.language, variable.other
82 | settings
83 |
84 |
85 |
86 | name
87 | Keyword
88 | scope
89 | keyword
90 | settings
91 |
92 | foreground
93 | #FF5600
94 |
95 |
96 |
97 | name
98 | Storage
99 | scope
100 | storage
101 | settings
102 |
103 | foreground
104 | #FF5600
105 |
106 |
107 |
108 | name
109 | Type name
110 | scope
111 | entity.name.type
112 | settings
113 |
114 | foreground
115 | #21439C
116 |
117 |
118 |
119 | name
120 | Inherited class
121 | scope
122 | entity.other.inherited-class
123 | settings
124 |
125 |
126 |
127 | name
128 | Function name
129 | scope
130 | entity.name.function
131 | settings
132 |
133 | foreground
134 | #21439C
135 |
136 |
137 |
138 | name
139 | Function argument
140 | scope
141 | variable.parameter
142 | settings
143 |
144 |
145 |
146 | name
147 | Tag name
148 | scope
149 | entity.name.tag
150 | settings
151 |
152 |
153 |
154 | name
155 | Tag attribute
156 | scope
157 | entity.other.attribute-name
158 | settings
159 |
160 |
161 |
162 | name
163 | Library function
164 | scope
165 | support.function
166 | settings
167 |
168 | foreground
169 | #A535AE
170 |
171 |
172 |
173 | name
174 | Library constant
175 | scope
176 | support.constant
177 | settings
178 |
179 | foreground
180 | #A535AE
181 |
182 |
183 |
184 | name
185 | Library class/type
186 | scope
187 | support.type, support.class
188 | settings
189 |
190 | foreground
191 | #A535AE
192 |
193 |
194 |
195 | name
196 | Library variable
197 | scope
198 | support.variable
199 | settings
200 |
201 | foreground
202 | #A535AE
203 |
204 |
205 |
206 | name
207 | Invalid
208 | scope
209 | invalid
210 | settings
211 |
212 | background
213 | #990000
214 | foreground
215 | #FFFFFF
216 |
217 |
218 |
219 | name
220 | String interpolation
221 | scope
222 | constant.other.placeholder.py
223 | settings
224 |
225 | fontStyle
226 |
227 | foreground
228 | #990000
229 |
230 |
231 |
232 | uuid
233 | DDC0CBE1-442B-4CB5-80E4-26E4CFB3A277
234 |
235 |
236 |
--------------------------------------------------------------------------------
/LAZY.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Domenico Carbotta
7 | name
8 | LAZY
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #FFFFFF
16 | caret
17 | #7C7C7C
18 | foreground
19 | #000000
20 | invisibles
21 | #B6B6B6
22 | lineHighlight
23 | #EFFCA68F
24 | selection
25 | #E3FC8D
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 |
37 | foreground
38 | #8C868F
39 |
40 |
41 |
42 | name
43 | Constant
44 | scope
45 | constant
46 | settings
47 |
48 | fontStyle
49 |
50 | foreground
51 | #3B5BB5
52 |
53 |
54 |
55 | name
56 | Entity
57 | scope
58 | entity
59 | settings
60 |
61 | fontStyle
62 |
63 | foreground
64 | #3B5BB5
65 |
66 |
67 |
68 | name
69 | Latex Entity
70 | scope
71 | text.tex.latex entity
72 | settings
73 |
74 | fontStyle
75 |
76 | foreground
77 | #D62A28
78 |
79 |
80 |
81 | name
82 | Keyword
83 | scope
84 | keyword, storage
85 | settings
86 |
87 | fontStyle
88 |
89 | foreground
90 | #FF7800
91 |
92 |
93 |
94 | name
95 | String
96 | scope
97 | string, meta.verbatim
98 | settings
99 |
100 | fontStyle
101 |
102 | foreground
103 | #409B1C
104 |
105 |
106 |
107 | name
108 | Support
109 | scope
110 | support
111 | settings
112 |
113 | fontStyle
114 |
115 | foreground
116 | #3B5BB5
117 |
118 |
119 |
120 | name
121 | Variable
122 | scope
123 | variable
124 | settings
125 |
126 | fontStyle
127 |
128 |
129 |
130 |
131 | name
132 | Invalid – Deprecated
133 | scope
134 | invalid.deprecated
135 | settings
136 |
137 | fontStyle
138 | italic
139 | foreground
140 | #990000
141 |
142 |
143 |
144 | name
145 | Invalid – Illegal
146 | scope
147 | invalid.illegal
148 | settings
149 |
150 | background
151 | #9D1E15
152 | foreground
153 | #F8F8F8
154 |
155 |
156 |
157 | name
158 | Superclass
159 | scope
160 | entity.other.inherited-class
161 | settings
162 |
163 | fontStyle
164 | italic
165 | foreground
166 | #3B5BB5
167 |
168 |
169 |
170 | name
171 | String interpolation
172 | scope
173 | string constant.other.placeholder
174 | settings
175 |
176 | fontStyle
177 |
178 | foreground
179 | #671EBB
180 |
181 |
182 |
183 | name
184 | meta.function-call.py
185 | scope
186 | meta.function-call.py
187 | settings
188 |
189 | fontStyle
190 |
191 | foreground
192 | #3E4558
193 |
194 |
195 |
196 | name
197 | meta.tag
198 | scope
199 | meta.tag, meta.tag entity
200 | settings
201 |
202 | foreground
203 | #3A4A64
204 |
205 |
206 |
207 | name
208 | OCaml variant
209 | scope
210 | keyword.type.variant
211 | settings
212 |
213 | fontStyle
214 |
215 | foreground
216 | #7F90AA
217 |
218 |
219 |
220 | name
221 | OCaml operator
222 | scope
223 | source.ocaml keyword.operator
224 | settings
225 |
226 | foreground
227 | #000000
228 |
229 |
230 |
231 | name
232 | OCaml infix operator
233 | scope
234 | source.ocaml keyword.operator.symbol.infix
235 | settings
236 |
237 | fontStyle
238 |
239 | foreground
240 | #3B5BB5
241 |
242 |
243 |
244 | name
245 | OCaml prefix operator
246 | scope
247 | source.ocaml keyword.operator.symbol.prefix
248 | settings
249 |
250 | foreground
251 | #3B5BB5
252 |
253 |
254 |
255 | name
256 | OCaml infix f-p operator
257 | scope
258 | source.ocaml keyword.operator.symbol.infix.floating-point
259 | settings
260 |
261 | fontStyle
262 | underline
263 |
264 |
265 |
266 | name
267 | OCaml prefix f-p operator
268 | scope
269 | source.ocaml keyword.operator.symbol.prefix.floating-point
270 | settings
271 |
272 | fontStyle
273 | underline
274 |
275 |
276 |
277 | name
278 | OCaml f-p constant
279 | scope
280 | source.ocaml constant.numeric.floating-point
281 | settings
282 |
283 | fontStyle
284 | underline
285 |
286 |
287 |
288 | uuid
289 | A1E55FCB-3CD2-4811-9E73-D9B87419443A
290 |
291 |
292 |
--------------------------------------------------------------------------------
/Mac Classic.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Chris Thomas
7 | name
8 | Mac Classic
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #FFFFFF
16 | caret
17 | #000000
18 | foreground
19 | #000000
20 | invisibles
21 | #BFBFBF
22 | lineHighlight
23 | #00000012
24 | selection
25 | #4D97FF54
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 | italic
37 | foreground
38 | #0066FF
39 |
40 |
41 |
42 | name
43 | Keyword
44 | scope
45 | keyword, storage
46 | settings
47 |
48 | fontStyle
49 | bold
50 | foreground
51 | #0000FF
52 |
53 |
54 |
55 | name
56 | Number
57 | scope
58 | constant.numeric
59 | settings
60 |
61 | fontStyle
62 |
63 | foreground
64 | #0000CD
65 |
66 |
67 |
68 | name
69 | User-defined constant
70 | scope
71 | constant
72 | settings
73 |
74 | fontStyle
75 | bold
76 | foreground
77 | #C5060B
78 |
79 |
80 |
81 | name
82 | Built-in constant
83 | scope
84 | constant.language
85 | settings
86 |
87 | fontStyle
88 | bold
89 | foreground
90 | #585CF6
91 |
92 |
93 |
94 | name
95 | Variable
96 | scope
97 | variable.language, variable.other
98 | settings
99 |
100 | fontStyle
101 |
102 | foreground
103 | #318495
104 |
105 |
106 |
107 | name
108 | String
109 | scope
110 | string
111 | settings
112 |
113 | fontStyle
114 |
115 | foreground
116 | #036A07
117 |
118 |
119 |
120 | name
121 | String interpolation
122 | scope
123 | constant.character.escape, string source
124 | settings
125 |
126 | fontStyle
127 |
128 | foreground
129 | #26B31A
130 |
131 |
132 |
133 | name
134 | Preprocessor line
135 | scope
136 | meta.preprocessor
137 | settings
138 |
139 | fontStyle
140 |
141 | foreground
142 | #1A921C
143 |
144 |
145 |
146 | name
147 | Preprocessor directive
148 | scope
149 | keyword.control.import
150 | settings
151 |
152 | fontStyle
153 | bold
154 | foreground
155 | #0C450D
156 |
157 |
158 |
159 | name
160 | Function name
161 | scope
162 | entity.name.function, support.function.any-method
163 | settings
164 |
165 | fontStyle
166 | bold
167 | foreground
168 | #0000A2
169 |
170 |
171 |
172 | name
173 | Type name
174 | scope
175 | entity.name.type
176 | settings
177 |
178 | fontStyle
179 | underline
180 |
181 |
182 |
183 | name
184 | Inherited class name
185 | scope
186 | entity.other.inherited-class
187 | settings
188 |
189 | fontStyle
190 | italic
191 |
192 |
193 |
194 | name
195 | Function parameter
196 | scope
197 | variable.parameter
198 | settings
199 |
200 | fontStyle
201 | italic
202 |
203 |
204 |
205 | name
206 | Function argument and result types
207 | scope
208 | storage.type.method
209 | settings
210 |
211 | fontStyle
212 |
213 | foreground
214 | #70727E
215 |
216 |
217 |
218 | name
219 | Section
220 | scope
221 | meta.section entity.name.section, declaration.section entity.name.section
222 | settings
223 |
224 | fontStyle
225 | italic
226 |
227 |
228 |
229 | name
230 | Library function
231 | scope
232 | support.function
233 | settings
234 |
235 | fontStyle
236 | bold
237 | foreground
238 | #3C4C72
239 |
240 |
241 |
242 | name
243 | Library object
244 | scope
245 | support.class, support.type
246 | settings
247 |
248 | fontStyle
249 | bold
250 | foreground
251 | #6D79DE
252 |
253 |
254 |
255 | name
256 | Library constant
257 | scope
258 | support.constant
259 | settings
260 |
261 | fontStyle
262 | bold
263 | foreground
264 | #06960E
265 |
266 |
267 |
268 | name
269 | Library variable
270 | scope
271 | support.variable
272 | settings
273 |
274 | fontStyle
275 | bold
276 | foreground
277 | #21439C
278 |
279 |
280 |
281 | name
282 | JS: Operator
283 | scope
284 | keyword.operator.js
285 | settings
286 |
287 | foreground
288 | #687687
289 |
290 |
291 |
292 | name
293 | Invalid
294 | scope
295 | invalid
296 | settings
297 |
298 | background
299 | #990000
300 | foreground
301 | #FFFFFF
302 |
303 |
304 |
305 | name
306 | Invalid trailing whitespace
307 | scope
308 | invalid.deprecated.trailing-whitespace
309 | settings
310 |
311 | background
312 | #FFD0D0
313 |
314 |
315 |
316 | name
317 | Embedded source
318 | scope
319 | text source, string.unquoted
320 | settings
321 |
322 | background
323 | #0000000D
324 |
325 |
326 |
327 | name
328 | Embedded embedded source
329 | scope
330 | text source string.unquoted, text source text source
331 | settings
332 |
333 | background
334 | #0000000F
335 |
336 |
337 |
338 | name
339 | Markup XML declaration
340 | scope
341 | meta.tag.preprocessor.xml
342 | settings
343 |
344 | fontStyle
345 |
346 | foreground
347 | #68685B
348 |
349 |
350 |
351 | name
352 | Markup DOCTYPE
353 | scope
354 | meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string
355 | settings
356 |
357 | fontStyle
358 |
359 | foreground
360 | #888888
361 |
362 |
363 |
364 | name
365 | Markup DTD
366 | scope
367 | string.quoted.docinfo.doctype.DTD
368 | settings
369 |
370 | fontStyle
371 | italic
372 |
373 |
374 |
375 | name
376 | Markup tag
377 | scope
378 | meta.tag, declaration.tag
379 | settings
380 |
381 | fontStyle
382 |
383 | foreground
384 | #1C02FF
385 |
386 |
387 |
388 | name
389 | Markup name of tag
390 | scope
391 | entity.name.tag
392 | settings
393 |
394 | fontStyle
395 | bold
396 |
397 |
398 |
399 | name
400 | Markup tag attribute
401 | scope
402 | entity.other.attribute-name
403 | settings
404 |
405 | fontStyle
406 | italic
407 |
408 |
409 |
410 | name
411 | Markup: Heading
412 | scope
413 | markup.heading
414 | settings
415 |
416 | fontStyle
417 | bold
418 | foreground
419 | #0C07FF
420 |
421 |
422 |
423 | name
424 | Markup: Quote
425 | scope
426 | markup.quote
427 | settings
428 |
429 | fontStyle
430 | italic
431 | foreground
432 | #000000
433 |
434 |
435 |
436 | name
437 | Markup: List
438 | scope
439 | markup.list
440 | settings
441 |
442 | foreground
443 | #B90690
444 |
445 |
446 |
447 | uuid
448 | 71D40D9D-AE48-11D9-920A-000D93589AF6
449 |
450 |
451 |
--------------------------------------------------------------------------------
/MagicWB (Amiga).tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Allan Odgaard
7 | comment
8 | Inspired by the original 8 MagicWB colors from Martin Huttenloher
9 | name
10 | MagicWB (Amiga)
11 | settings
12 |
13 |
14 | settings
15 |
16 | background
17 | #969696
18 | caret
19 | #FFFFFF
20 | foreground
21 | #000000
22 | invisibles
23 | #FF38FF
24 | lineHighlight
25 | #00000012
26 | selection
27 | #B1B1B1
28 |
29 |
30 |
31 | name
32 | Comment
33 | scope
34 | comment
35 | settings
36 |
37 | fontStyle
38 | italic
39 | foreground
40 | #8D2E75
41 |
42 |
43 |
44 | name
45 | String
46 | scope
47 | string
48 | settings
49 |
50 | background
51 | #FF000033
52 | fontStyle
53 |
54 | foreground
55 | #FFFFFF
56 |
57 |
58 |
59 | name
60 | Number
61 | scope
62 | constant.numeric
63 | settings
64 |
65 | foreground
66 | #FFFFFF
67 |
68 |
69 |
70 | name
71 | Constant: Built-in
72 | scope
73 | constant.language
74 | settings
75 |
76 | fontStyle
77 | bold
78 | foreground
79 | #FFA995
80 |
81 |
82 |
83 | name
84 | Constant: User-defined
85 | scope
86 | constant.character, constant.other
87 | settings
88 |
89 | background
90 | #0000FF33
91 | fontStyle
92 |
93 | foreground
94 | #FFA995
95 |
96 |
97 |
98 | name
99 | Variable
100 | scope
101 | variable.language, variable.other
102 | settings
103 |
104 | foreground
105 | #FFA995
106 |
107 |
108 |
109 | name
110 | Keyword
111 | scope
112 | keyword
113 | settings
114 |
115 | fontStyle
116 | bold
117 |
118 |
119 |
120 | name
121 | Storage
122 | scope
123 | storage
124 | settings
125 |
126 | fontStyle
127 | bold
128 | foreground
129 | #3A68A3
130 |
131 |
132 |
133 | name
134 | Type Name
135 | scope
136 | entity.name.type
137 | settings
138 |
139 | fontStyle
140 | underline
141 |
142 |
143 |
144 | name
145 | Inherited Class
146 | scope
147 | entity.other.inherited-class
148 | settings
149 |
150 | fontStyle
151 | italic
152 |
153 |
154 |
155 | name
156 | Function Name
157 | scope
158 | entity.name.function
159 | settings
160 |
161 | fontStyle
162 |
163 | foreground
164 | #FFA995
165 |
166 |
167 |
168 | name
169 | Function Argument
170 | scope
171 | variable.parameter
172 | settings
173 |
174 | fontStyle
175 | italic
176 |
177 |
178 |
179 | name
180 | Entity Name
181 | scope
182 | entity.name
183 | settings
184 |
185 | fontStyle
186 | bold
187 | foreground
188 | #0000FF
189 |
190 |
191 |
192 | name
193 | Tag Attribute
194 | scope
195 | entity.other.attribute-name
196 | settings
197 |
198 | fontStyle
199 | italic
200 | foreground
201 | #3A68A3
202 |
203 |
204 |
205 | name
206 | Library Function
207 | scope
208 | support.function
209 | settings
210 |
211 | foreground
212 | #E5B3FF
213 |
214 |
215 |
216 | name
217 | Objective-C Method Call
218 | scope
219 | support.function.any-method
220 | settings
221 |
222 | fontStyle
223 |
224 | foreground
225 | #000000
226 |
227 |
228 |
229 | name
230 | Objective-C Method Call - :
231 | scope
232 | support.function.any-method - punctuation
233 | settings
234 |
235 | fontStyle
236 | italic
237 |
238 |
239 |
240 | name
241 | Library Constant
242 | scope
243 | support.constant
244 | settings
245 |
246 | foreground
247 | #FFFFFF
248 |
249 |
250 |
251 | name
252 | Library Class/Type
253 | scope
254 | support.type, support.class
255 | settings
256 |
257 | foreground
258 | #FFA995
259 |
260 |
261 |
262 | name
263 | Library Variable
264 | scope
265 | support.variable
266 | settings
267 |
268 | foreground
269 | #3A68A3
270 |
271 |
272 |
273 | name
274 | Invalid
275 | scope
276 | invalid
277 | settings
278 |
279 | background
280 | #797979
281 | foreground
282 | #FFFFFF
283 |
284 |
285 |
286 | name
287 | Include <system>
288 | scope
289 | string.quoted.other.lt-gt.include
290 | settings
291 |
292 | background
293 | #969696
294 | fontStyle
295 | italic
296 | foreground
297 | #FFA995
298 |
299 |
300 |
301 | name
302 | Include "user"
303 | scope
304 | string.quoted.double.include
305 | settings
306 |
307 | background
308 | #969696
309 | foreground
310 | #FFA995
311 |
312 |
313 |
314 | name
315 | Markup: List Item
316 | scope
317 | markup.list
318 | settings
319 |
320 | foreground
321 | #4D4E60
322 |
323 |
324 |
325 | name
326 | Markup: Raw
327 | scope
328 | markup.raw
329 | settings
330 |
331 | background
332 | #0000FF
333 | foreground
334 | #FFFFFF
335 |
336 |
337 |
338 | name
339 | Markup: Quote (Email)
340 | scope
341 | markup.quote
342 | settings
343 |
344 | foreground
345 | #00F0C9
346 |
347 |
348 |
349 | name
350 | Markup: Quote Double (Email)
351 | scope
352 | markup.quote markup.quote
353 | settings
354 |
355 | fontStyle
356 |
357 | foreground
358 | #4C457E
359 |
360 |
361 |
362 | name
363 | Embedded Source
364 | scope
365 | text.html source
366 | settings
367 |
368 | background
369 | #8A9ECB
370 |
371 |
372 |
373 | uuid
374 | B0A18BAA-6220-481C-9914-F6D3E51B5410
375 |
376 |
377 |
--------------------------------------------------------------------------------
/Monokai Bright.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | name
6 | Monokai Bright
7 | settings
8 |
9 |
10 | settings
11 |
12 | background
13 | #272822
14 | caret
15 | #F8F8F0
16 | foreground
17 | #F8F8F2
18 | invisibles
19 | #3B3A32
20 | lineHighlight
21 | #3E3D32
22 | selection
23 | #9D550F
24 | selectionForeground
25 | #fffff8
26 | inactiveSelection
27 | #bbbbbb
28 | inactiveSelectionForeground
29 | #222222
30 | findHighlight
31 | #FFE792
32 | findHighlightForeground
33 | #000000
34 | activeGuide
35 | #9D550FB0
36 |
37 | bracketsForeground
38 | #F8F8F2A5
39 | bracketsOptions
40 | underline
41 |
42 | bracketContentsForeground
43 | #F8F8F2A5
44 | bracketContentsOptions
45 | underline
46 |
47 | tagsOptions
48 | stippled_underline
49 |
50 |
51 |
52 | name
53 | Comment
54 | scope
55 | comment
56 | settings
57 |
58 | foreground
59 | #75715E
60 |
61 |
62 |
63 | name
64 | String
65 | scope
66 | string
67 | settings
68 |
69 | foreground
70 | #E6DB74
71 |
72 |
73 |
74 | name
75 | Number
76 | scope
77 | constant.numeric
78 | settings
79 |
80 | foreground
81 | #AE81FF
82 |
83 |
84 |
85 | name
86 | Built-in constant
87 | scope
88 | constant.language
89 | settings
90 |
91 | foreground
92 | #AE81FF
93 |
94 |
95 |
96 | name
97 | User-defined constant
98 | scope
99 | constant.character, constant.other
100 | settings
101 |
102 | foreground
103 | #AE81FF
104 |
105 |
106 |
107 | name
108 | Variable
109 | scope
110 | variable
111 | settings
112 |
113 | fontStyle
114 |
115 |
116 |
117 |
118 | name
119 | Keyword
120 | scope
121 | keyword, variable.other.dollar.only.js
122 | settings
123 |
124 | foreground
125 | #F92672
126 |
127 |
128 |
129 | name
130 | Storage
131 | scope
132 | storage
133 | settings
134 |
135 | fontStyle
136 |
137 | foreground
138 | #F92672
139 |
140 |
141 |
142 | name
143 | Storage type
144 | scope
145 | storage.type
146 | settings
147 |
148 | fontStyle
149 | italic
150 | foreground
151 | #66D9EF
152 |
153 |
154 |
155 | name
156 | Class name
157 | scope
158 | entity.name.class
159 | settings
160 |
161 | fontStyle
162 | underline
163 | foreground
164 | #A6E22E
165 |
166 |
167 |
168 | name
169 | Inherited class
170 | scope
171 | entity.other.inherited-class
172 | settings
173 |
174 | fontStyle
175 | italic underline
176 | foreground
177 | #A6E22E
178 |
179 |
180 |
181 | name
182 | Function name
183 | scope
184 | entity.name.function
185 | settings
186 |
187 | fontStyle
188 |
189 | foreground
190 | #A6E22E
191 |
192 |
193 |
194 | name
195 | Function argument
196 | scope
197 | variable.parameter
198 | settings
199 |
200 | fontStyle
201 | italic
202 | foreground
203 | #FD971F
204 |
205 |
206 |
207 | name
208 | Tag name
209 | scope
210 | entity.name.tag
211 | settings
212 |
213 | fontStyle
214 |
215 | foreground
216 | #F92672
217 |
218 |
219 |
220 | name
221 | Tag attribute
222 | scope
223 | entity.other.attribute-name
224 | settings
225 |
226 | fontStyle
227 |
228 | foreground
229 | #A6E22E
230 |
231 |
232 |
233 | name
234 | Library function
235 | scope
236 | support.function
237 | settings
238 |
239 | fontStyle
240 |
241 | foreground
242 | #66D9EF
243 |
244 |
245 |
246 | name
247 | Library constant
248 | scope
249 | support.constant
250 | settings
251 |
252 | fontStyle
253 |
254 | foreground
255 | #66D9EF
256 |
257 |
258 |
259 | name
260 | Library class/type
261 | scope
262 | support.type, support.class
263 | settings
264 |
265 | fontStyle
266 | italic
267 | foreground
268 | #66D9EF
269 |
270 |
271 |
272 | name
273 | Library variable
274 | scope
275 | support.other.variable
276 | settings
277 |
278 | fontStyle
279 |
280 |
281 |
282 |
283 | name
284 | Invalid
285 | scope
286 | invalid
287 | settings
288 |
289 | background
290 | #F92672
291 | fontStyle
292 |
293 | foreground
294 | #F8F8F0
295 |
296 |
297 |
298 | name
299 | Invalid deprecated
300 | scope
301 | invalid.deprecated
302 | settings
303 |
304 | background
305 | #AE81FF
306 | foreground
307 | #F8F8F0
308 |
309 |
310 |
311 | name
312 | JSON String
313 | scope
314 | meta.structure.dictionary.json string.quoted.double.json
315 | settings
316 |
317 | foreground
318 | #CFCFC2
319 |
320 |
321 |
322 |
323 | name
324 | diff.header
325 | scope
326 | meta.diff, meta.diff.header
327 | settings
328 |
329 | foreground
330 | #75715E
331 |
332 |
333 |
334 | name
335 | diff.deleted
336 | scope
337 | markup.deleted
338 | settings
339 |
340 | foreground
341 | #F92672
342 |
343 |
344 |
345 | name
346 | diff.inserted
347 | scope
348 | markup.inserted
349 | settings
350 |
351 | foreground
352 | #A6E22E
353 |
354 |
355 |
356 | name
357 | diff.changed
358 | scope
359 | markup.changed
360 | settings
361 |
362 | foreground
363 | #E6DB74
364 |
365 |
366 |
367 |
368 | scope
369 | constant.numeric.line-number.find-in-files - match
370 | settings
371 |
372 | foreground
373 | #AE81FFA0
374 |
375 |
376 |
377 | scope
378 | entity.name.filename.find-in-files
379 | settings
380 |
381 | foreground
382 | #E6DB74
383 |
384 |
385 |
386 |
387 | uuid
388 | D8D5E82E-3D5B-46B5-B38E-8C841C21347E
389 |
390 |
391 |
--------------------------------------------------------------------------------
/Pastels on Dark.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Mats Persson
7 | name
8 | Pastels on Dark
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #211E1E
16 | caret
17 | #FFFFFF
18 | foreground
19 | #DADADA
20 | invisibles
21 | #4F4D4D
22 | lineHighlight
23 | #353030
24 | selection
25 | #73597E80
26 |
27 |
28 |
29 | name
30 | Comments
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 |
37 | foreground
38 | #555555
39 |
40 |
41 |
42 | name
43 | Comments Block
44 | scope
45 | comment.block
46 | settings
47 |
48 | fontStyle
49 |
50 | foreground
51 | #555555
52 |
53 |
54 |
55 | name
56 | Strings
57 | scope
58 | string
59 | settings
60 |
61 | foreground
62 | #AD9361
63 |
64 |
65 |
66 | name
67 | Numbers
68 | scope
69 | constant.numeric
70 | settings
71 |
72 | fontStyle
73 |
74 | foreground
75 | #CCCCCC
76 |
77 |
78 |
79 | name
80 | Keywords
81 | scope
82 | keyword
83 | settings
84 |
85 | fontStyle
86 |
87 | foreground
88 | #A1A1FF
89 |
90 |
91 |
92 | name
93 | Preprocessor Line
94 | scope
95 | meta.preprocessor
96 | settings
97 |
98 | fontStyle
99 |
100 | foreground
101 | #2F006E
102 |
103 |
104 |
105 | name
106 | Preprocessor Directive
107 | scope
108 | keyword.control.import
109 | settings
110 |
111 | fontStyle
112 | bold
113 |
114 |
115 |
116 | name
117 | Functions
118 | scope
119 | support.function
120 | settings
121 |
122 | fontStyle
123 |
124 | foreground
125 | #A1A1FF
126 |
127 |
128 |
129 | name
130 | Function result
131 | scope
132 | declaration.function function-result
133 | settings
134 |
135 | foreground
136 | #0000FF
137 |
138 |
139 |
140 | name
141 | Function name
142 | scope
143 | declaration.function function-name
144 | settings
145 |
146 | fontStyle
147 | bold
148 |
149 |
150 |
151 | name
152 | Function argument name
153 | scope
154 | declaration.function argument-name
155 | settings
156 |
157 | fontStyle
158 | bold
159 |
160 |
161 |
162 | name
163 | Function argument type
164 | scope
165 | declaration.function function-arg-type
166 | settings
167 |
168 | foreground
169 | #0000FF
170 |
171 |
172 |
173 | name
174 | Function argument variable
175 | scope
176 | declaration.function function-argument
177 | settings
178 |
179 | fontStyle
180 | italic
181 |
182 |
183 |
184 | name
185 | Class name
186 | scope
187 | declaration.class class-name
188 | settings
189 |
190 | fontStyle
191 | underline
192 |
193 |
194 |
195 | name
196 | Class inheritance
197 | scope
198 | declaration.class class-inheritance
199 | settings
200 |
201 | fontStyle
202 | italic underline
203 |
204 |
205 |
206 | name
207 | Invalid
208 | scope
209 | invalid
210 | settings
211 |
212 | background
213 | #FF0000
214 | fontStyle
215 | bold
216 | foreground
217 | #FFF9F9
218 |
219 |
220 |
221 | name
222 | Invalid Trailing Whitespace
223 | scope
224 | invalid.deprecated.trailing-whitespace
225 | settings
226 |
227 | background
228 | #FFD0D0
229 |
230 |
231 |
232 | name
233 | Section
234 | scope
235 | declaration.section section-name
236 | settings
237 |
238 | fontStyle
239 | italic
240 |
241 |
242 |
243 | name
244 | Interpolation
245 | scope
246 | string.interpolation
247 | settings
248 |
249 | foreground
250 | #C10006
251 |
252 |
253 |
254 | name
255 | Regular Expressions
256 | scope
257 | string.regexp
258 | settings
259 |
260 | fontStyle
261 |
262 | foreground
263 | #666666
264 |
265 |
266 |
267 | name
268 | Variables
269 | scope
270 | variable
271 | settings
272 |
273 | foreground
274 | #C1C144
275 |
276 |
277 |
278 | name
279 | Constants
280 | scope
281 | constant
282 | settings
283 |
284 | foreground
285 | #6782D3
286 |
287 |
288 |
289 | name
290 | Character Constants
291 | scope
292 | constant.character
293 | settings
294 |
295 | fontStyle
296 |
297 | foreground
298 | #AFA472
299 |
300 |
301 |
302 | name
303 | Language Constants
304 | scope
305 | constant.language
306 | settings
307 |
308 | fontStyle
309 | bold
310 | foreground
311 | #DE8E30
312 |
313 |
314 |
315 | name
316 | Embedded Code
317 | scope
318 | embedded
319 | settings
320 |
321 | fontStyle
322 | underline
323 |
324 |
325 |
326 | name
327 | Tag name
328 | scope
329 | keyword.markup.element-name
330 | settings
331 |
332 | fontStyle
333 |
334 | foreground
335 | #858EF4
336 |
337 |
338 |
339 | name
340 | Attribute name
341 | scope
342 | keyword.markup.attribute-name
343 | settings
344 |
345 | fontStyle
346 |
347 | foreground
348 | #9B456F
349 |
350 |
351 |
352 | name
353 | Attribute with Value
354 | scope
355 | meta.attribute-with-value
356 | settings
357 |
358 | fontStyle
359 |
360 | foreground
361 | #9B456F
362 |
363 |
364 |
365 | name
366 | Exceptions
367 | scope
368 | keyword.exception
369 | settings
370 |
371 | fontStyle
372 | bold
373 | foreground
374 | #C82255
375 |
376 |
377 |
378 | name
379 | Operators
380 | scope
381 | keyword.operator
382 | settings
383 |
384 | fontStyle
385 |
386 | foreground
387 | #47B8D6
388 |
389 |
390 |
391 | name
392 | Control Structures
393 | scope
394 | keyword.control
395 | settings
396 |
397 | fontStyle
398 | bold
399 | foreground
400 | #6969FA
401 |
402 |
403 |
404 | name
405 | HTML: DocInfo XML
406 | scope
407 | meta.tag.preprocessor.xml
408 | settings
409 |
410 | foreground
411 | #68685B
412 |
413 |
414 |
415 | name
416 | HTML: DocType
417 | scope
418 | meta.tag.sgml.doctype
419 | settings
420 |
421 | foreground
422 | #888888
423 |
424 |
425 |
426 | name
427 | HTML: DocInfo DTD
428 | scope
429 | string.quoted.docinfo.doctype.DTD
430 | settings
431 |
432 | fontStyle
433 | italic
434 |
435 |
436 |
437 | name
438 | HTML: ServerSide Includes
439 | scope
440 | comment.other.server-side-include.xhtml, comment.other.server-side-include.html
441 | settings
442 |
443 | foreground
444 | #909090
445 |
446 |
447 |
448 | name
449 | HTML: Tag
450 | scope
451 | text.html declaration.tag, text.html meta.tag, text.html entity.name.tag.xhtml
452 | settings
453 |
454 | foreground
455 | #858EF4
456 |
457 |
458 |
459 | name
460 | HTML: attribute=""
461 | scope
462 | keyword.markup.attribute-name
463 | settings
464 |
465 | foreground
466 | #9B456F
467 |
468 |
469 |
470 | name
471 | PHP: PHPdocs
472 | scope
473 | keyword.other.phpdoc.php
474 | settings
475 |
476 | foreground
477 | #777777
478 |
479 |
480 |
481 | name
482 | PHP: Include() & Require()
483 | scope
484 | keyword.other.include.php
485 | settings
486 |
487 | foreground
488 | #C82255
489 |
490 |
491 |
492 | name
493 | PHP: Constants Core Predefined
494 | scope
495 | support.constant.core.php
496 | settings
497 |
498 | fontStyle
499 | bold
500 | foreground
501 | #DE8E20
502 |
503 |
504 |
505 | name
506 | PHP: Constants Standard Predefined
507 | scope
508 | support.constant.std.php
509 | settings
510 |
511 | fontStyle
512 | bold
513 | foreground
514 | #DE8E10
515 |
516 |
517 |
518 | name
519 | PHP: Variables Globals
520 | scope
521 | variable.other.global.php
522 | settings
523 |
524 | foreground
525 | #B72E1D
526 |
527 |
528 |
529 | name
530 | PHP: Variables Safer Globals
531 | scope
532 | variable.other.global.safer.php
533 | settings
534 |
535 | foreground
536 | #00FF00
537 |
538 |
539 |
540 | name
541 | PHP: Strings Single-Quoted
542 | scope
543 | string.quoted.single.php
544 | settings
545 |
546 | foreground
547 | #BFA36D
548 |
549 |
550 |
551 | name
552 | PHP: Keywords Storage
553 | scope
554 | keyword.storage.php
555 | settings
556 |
557 | foreground
558 | #6969FA
559 |
560 |
561 |
562 | name
563 | PHP: Strings Double-Quoted
564 | scope
565 | string.quoted.double.php
566 | settings
567 |
568 | foreground
569 | #AD9361
570 |
571 |
572 |
573 | name
574 | CSS: Selectors #ID
575 | scope
576 | entity.other.attribute-name.id.css
577 | settings
578 |
579 | foreground
580 | #EC9E00
581 |
582 |
583 |
584 | name
585 | CSS: Selectors <Elements>
586 | scope
587 | entity.name.tag.css
588 | settings
589 |
590 | fontStyle
591 | bold
592 | foreground
593 | #B8CD06
594 |
595 |
596 |
597 | name
598 | CSS: Selectors .ClassName
599 | scope
600 | entity.other.attribute-name.class.css
601 | settings
602 |
603 | foreground
604 | #EDCA06
605 |
606 |
607 |
608 | name
609 | CSS: Selectors :PseudoClass
610 | scope
611 | entity.other.attribute-name.pseudo-class.css
612 | settings
613 |
614 | foreground
615 | #2E759C
616 |
617 |
618 |
619 | name
620 | CSS: Invalid Comma
621 | scope
622 | invalid.bad-comma.css
623 | settings
624 |
625 | background
626 | #FF0000
627 | foreground
628 | #FFFFFF
629 |
630 |
631 |
632 | name
633 | CSS: Property Value
634 | scope
635 | support.constant.property-value.css
636 | settings
637 |
638 | foreground
639 | #9B2E4D
640 |
641 |
642 |
643 | name
644 | CSS: Property Keyword
645 | scope
646 | support.type.property-name.css
647 | settings
648 |
649 | foreground
650 | #E1C96B
651 |
652 |
653 |
654 | name
655 | CSS: Property Colours
656 | scope
657 | constant.other.rgb-value.css
658 | settings
659 |
660 | foreground
661 | #666633
662 |
663 |
664 |
665 | name
666 | CSS: Font Names
667 | scope
668 | support.constant.font-name.css
669 | settings
670 |
671 | foreground
672 | #666633
673 |
674 |
675 |
676 | name
677 | TMLangDef: Keys
678 | scope
679 | support.constant.tm-language-def, support.constant.name.tm-language-def
680 | settings
681 |
682 | foreground
683 | #7171F3
684 |
685 |
686 |
687 | name
688 | CSS: Units
689 | scope
690 | keyword.other.unit.css
691 | settings
692 |
693 | foreground
694 | #6969FA
695 |
696 |
697 |
698 | uuid
699 | 343011CC-B7DF-11D9-B5C6-000D93C8BE28
700 |
701 |
702 |
--------------------------------------------------------------------------------
/Slush & Poppies.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | William D. Neumann
7 | name
8 | Slush & Poppies
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #F1F1F1
16 | caret
17 | #000000
18 | foreground
19 | #000000
20 | invisibles
21 | #BFBFBF
22 | lineHighlight
23 | #00000026
24 | selection
25 | #B0B0FF
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 |
37 | foreground
38 | #406040
39 |
40 |
41 |
42 | name
43 | String
44 | scope
45 | string
46 | settings
47 |
48 | foreground
49 | #C03030
50 |
51 |
52 |
53 | name
54 | Number
55 | scope
56 | constant.numeric
57 | settings
58 |
59 | foreground
60 | #0080A0
61 |
62 |
63 |
64 | name
65 | OCaml floating-point constants
66 | scope
67 | source.ocaml constant.numeric.floating-point
68 | settings
69 |
70 | fontStyle
71 | underline
72 |
73 |
74 |
75 | name
76 | Character constants
77 | scope
78 | constant.character
79 | settings
80 |
81 | foreground
82 | #800000
83 |
84 |
85 |
86 | name
87 | Built-in constant
88 | scope
89 | constant.language
90 | settings
91 |
92 |
93 |
94 | name
95 | User-defined constant
96 | scope
97 | constant.character, constant.other
98 | settings
99 |
100 |
101 |
102 | name
103 | Variable
104 | scope
105 | variable.parameter, variable.other
106 | settings
107 |
108 |
109 |
110 | name
111 | Keyword
112 | scope
113 | keyword
114 | settings
115 |
116 | fontStyle
117 |
118 | foreground
119 | #2060A0
120 |
121 |
122 |
123 | name
124 | Operators
125 | scope
126 | keyword.operator
127 | settings
128 |
129 | fontStyle
130 |
131 | foreground
132 | #2060A0
133 |
134 |
135 |
136 | name
137 | OCaml prefix f-p operators
138 | scope
139 | source.ocaml keyword.operator.symbol.prefix.floating-point
140 | settings
141 |
142 | fontStyle
143 | underline
144 |
145 |
146 |
147 | name
148 | OCaml infix f-p operators
149 | scope
150 | source.ocaml keyword.operator.symbol.infix.floating-point
151 | settings
152 |
153 | fontStyle
154 | underline
155 |
156 |
157 |
158 | name
159 | Module Keyword
160 | scope
161 | entity.name.module, support.other.module
162 | settings
163 |
164 | fontStyle
165 |
166 | foreground
167 | #0080FF
168 |
169 |
170 |
171 | name
172 | Storage types
173 | scope
174 | storage.type
175 | settings
176 |
177 | foreground
178 | #A08000
179 |
180 |
181 |
182 | name
183 | Storage
184 | scope
185 | storage
186 | settings
187 |
188 | foreground
189 | #008080
190 |
191 |
192 |
193 | name
194 | Variant types
195 | scope
196 | entity.name.class.variant
197 | settings
198 |
199 | foreground
200 | #C08060
201 |
202 |
203 |
204 | name
205 | Directives
206 | scope
207 | keyword.other.directive
208 | settings
209 |
210 | fontStyle
211 | bold
212 |
213 |
214 |
215 | name
216 | Line-number directives
217 | scope
218 | source.ocaml keyword.other.directive.line-number
219 | settings
220 |
221 | fontStyle
222 |
223 |
224 |
225 |
226 | name
227 | Inherited class
228 | scope
229 | entity.other.inherited-class
230 | settings
231 |
232 |
233 |
234 | name
235 | Function name
236 | scope
237 | entity.name.function
238 | settings
239 |
240 | fontStyle
241 |
242 | foreground
243 | #800000
244 |
245 |
246 |
247 | name
248 | Type name
249 | scope
250 | storage.type.user-defined
251 | settings
252 |
253 | foreground
254 | #800080
255 |
256 |
257 |
258 | name
259 | Class type name
260 | scope
261 | entity.name.type.class.type
262 | settings
263 |
264 | foreground
265 | #8000C0
266 |
267 |
268 |
269 | name
270 | Function argument
271 | scope
272 | variable.parameter
273 | settings
274 |
275 |
276 |
277 | name
278 | Tag name
279 | scope
280 | entity.name.tag
281 | settings
282 |
283 |
284 |
285 | name
286 | Tag attribute
287 | scope
288 | entity.other.attribute-name
289 | settings
290 |
291 |
292 |
293 | name
294 | Library function
295 | scope
296 | support.function
297 | settings
298 |
299 |
300 |
301 | name
302 | Library constant
303 | scope
304 | support.constant
305 | settings
306 |
307 |
308 |
309 | name
310 | Library class/type
311 | scope
312 | support.type, support.class
313 | settings
314 |
315 |
316 |
317 | name
318 | Library variable
319 | scope
320 | support.variable
321 | settings
322 |
323 |
324 |
325 | name
326 | Invalid
327 | scope
328 | invalid
329 | settings
330 |
331 |
332 |
333 | uuid
334 | D68685B8-1CFE-4C10-99C4-E21CBC892376
335 |
336 |
337 |
--------------------------------------------------------------------------------
/SpaceCadet.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Alex Ross
7 | comment
8 | Created by Alex Ross
9 | name
10 | SpaceCadet
11 | settings
12 |
13 |
14 | settings
15 |
16 | background
17 | #0D0D0D
18 | caret
19 | #7F005D
20 | foreground
21 | #DDE6CF
22 | invisibles
23 | #BFBFBF
24 | lineHighlight
25 | #00000012
26 | selection
27 | #40002F
28 |
29 |
30 |
31 | name
32 | Comment
33 | scope
34 | comment
35 | settings
36 |
37 | foreground
38 | #473C45
39 |
40 |
41 |
42 | name
43 | String
44 | scope
45 | string
46 | settings
47 |
48 | foreground
49 | #805978
50 |
51 |
52 |
53 | name
54 | Constant
55 | scope
56 | constant
57 | settings
58 |
59 | foreground
60 | #A8885A
61 |
62 |
63 |
64 | name
65 | Variable
66 | scope
67 | variable.parameter, variable.other
68 | settings
69 |
70 | foreground
71 | #596380
72 |
73 |
74 |
75 | name
76 | Keyword
77 | scope
78 | keyword - keyword.operator, keyword.operator.logical
79 | settings
80 |
81 | foreground
82 | #728059
83 |
84 |
85 |
86 | name
87 | Storage
88 | scope
89 | storage
90 | settings
91 |
92 | foreground
93 | #9EBF60
94 |
95 |
96 |
97 | name
98 | Entity
99 | scope
100 | entity
101 | settings
102 |
103 | foreground
104 | #6078BF
105 |
106 |
107 |
108 | name
109 | Inherited class
110 | scope
111 | entity.other.inherited-class
112 | settings
113 |
114 | fontStyle
115 | italic
116 |
117 |
118 |
119 | name
120 | Support
121 | scope
122 | support
123 | settings
124 |
125 | foreground
126 | #8A4B66
127 |
128 |
129 |
130 | name
131 | Exception
132 | scope
133 | support.type.exception
134 | settings
135 |
136 | foreground
137 | #893062
138 |
139 |
140 |
141 | name
142 | Tag name
143 | scope
144 | entity.name.tag
145 | settings
146 |
147 |
148 |
149 | name
150 | Tag attribute
151 | scope
152 | entity.other.attribute-name
153 | settings
154 |
155 |
156 |
157 | name
158 | Library constant
159 | scope
160 | support.constant
161 | settings
162 |
163 |
164 |
165 | name
166 | Library class/type
167 | scope
168 | support.type, support.class
169 | settings
170 |
171 |
172 |
173 | name
174 | Library variable
175 | scope
176 | support.other.variable
177 | settings
178 |
179 |
180 |
181 | name
182 | Invalid
183 | scope
184 | invalid
185 | settings
186 |
187 | background
188 | #5F0047
189 |
190 |
191 |
192 | name
193 | - Meta
194 | settings
195 |
196 |
197 |
198 | name
199 | function.section
200 | scope
201 | meta.function.section
202 | settings
203 |
204 | background
205 | #371D28
206 |
207 |
208 |
209 | uuid
210 | 2C24E84F-F9FE-4C2E-92D2-F52198BA7E41
211 |
212 |
213 |
--------------------------------------------------------------------------------
/Sunburst.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Stanley Rost
7 | comment
8 | (π) Soryu, 2005
9 | name
10 | Sunburst
11 | settings
12 |
13 |
14 | settings
15 |
16 | background
17 | #000000
18 | caret
19 | #A7A7A7
20 | foreground
21 | #F8F8F8
22 | invisibles
23 | #CAE2FB3D
24 | lineHighlight
25 | #FFFFFF0D
26 | selection
27 | #DDF0FF33
28 |
29 |
30 |
31 | name
32 | Comment
33 | scope
34 | comment
35 | settings
36 |
37 | fontStyle
38 | italic
39 | foreground
40 | #AEAEAE
41 |
42 |
43 |
44 | name
45 | Constant
46 | scope
47 | constant
48 | settings
49 |
50 | foreground
51 | #3387CC
52 |
53 |
54 |
55 | name
56 | Entity
57 | scope
58 | entity
59 | settings
60 |
61 | fontStyle
62 |
63 | foreground
64 | #89BDFF
65 |
66 |
67 |
68 | name
69 | Keyword
70 | scope
71 | keyword
72 | settings
73 |
74 | fontStyle
75 |
76 | foreground
77 | #E28964
78 |
79 |
80 |
81 | name
82 | Storage
83 | scope
84 | storage
85 | settings
86 |
87 | fontStyle
88 |
89 | foreground
90 | #99CF50
91 |
92 |
93 |
94 | name
95 | String
96 | scope
97 | string
98 | settings
99 |
100 | fontStyle
101 |
102 | foreground
103 | #65B042
104 |
105 |
106 |
107 | name
108 | Support
109 | scope
110 | support
111 | settings
112 |
113 | fontStyle
114 |
115 | foreground
116 | #9B859D
117 |
118 |
119 |
120 | name
121 | Variable
122 | scope
123 | variable
124 | settings
125 |
126 | foreground
127 | #3E87E3
128 |
129 |
130 |
131 | name
132 | Invalid – Deprecated
133 | scope
134 | invalid.deprecated
135 | settings
136 |
137 | fontStyle
138 | italic underline
139 | foreground
140 | #FD5FF1
141 |
142 |
143 |
144 | name
145 | Invalid – Illegal
146 | scope
147 | invalid.illegal
148 | settings
149 |
150 | background
151 | #562D56BF
152 | foreground
153 | #FD5FF1
154 |
155 |
156 |
157 | name
158 | -----------------------------------
159 | settings
160 |
161 |
162 |
163 | name
164 | ♦ Embedded Source (Bright)
165 | scope
166 | text source
167 | settings
168 |
169 | background
170 | #B1B3BA08
171 |
172 |
173 |
174 | name
175 | ♦ Entity inherited-class
176 | scope
177 | entity.other.inherited-class
178 | settings
179 |
180 | fontStyle
181 | italic
182 | foreground
183 | #9B5C2E
184 |
185 |
186 |
187 | name
188 | ♦ String embedded-source
189 | scope
190 | string.quoted source
191 | settings
192 |
193 | fontStyle
194 |
195 | foreground
196 | #DAEFA3
197 |
198 |
199 |
200 | name
201 | ♦ String constant
202 | scope
203 | string constant
204 | settings
205 |
206 | foreground
207 | #DDF2A4
208 |
209 |
210 |
211 | name
212 | ♦ String.regexp
213 | scope
214 | string.regexp
215 | settings
216 |
217 | foreground
218 | #E9C062
219 |
220 |
221 |
222 | name
223 | ♦ String.regexp.«special»
224 | scope
225 | string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition
226 | settings
227 |
228 | foreground
229 | #CF7D34
230 |
231 |
232 |
233 | name
234 | ♦ String variable
235 | scope
236 | string variable
237 | settings
238 |
239 | foreground
240 | #8A9A95
241 |
242 |
243 |
244 | name
245 | ♦ Support.function
246 | scope
247 | support.function
248 | settings
249 |
250 | fontStyle
251 |
252 | foreground
253 | #DAD085
254 |
255 |
256 |
257 | name
258 | ♦ Support.constant
259 | scope
260 | support.constant
261 | settings
262 |
263 | fontStyle
264 |
265 | foreground
266 | #CF6A4C
267 |
268 |
269 |
270 | name
271 | c C/C++ Preprocessor Line
272 | scope
273 | meta.preprocessor.c
274 | settings
275 |
276 | foreground
277 | #8996A8
278 |
279 |
280 |
281 | name
282 | c C/C++ Preprocessor Directive
283 | scope
284 | meta.preprocessor.c keyword
285 | settings
286 |
287 | foreground
288 | #AFC4DB
289 |
290 |
291 |
292 | name
293 | j Entity Name Type
294 | scope
295 | entity.name.type
296 | settings
297 |
298 | fontStyle
299 | underline
300 |
301 |
302 |
303 | name
304 | j Cast
305 | scope
306 | meta.cast
307 | settings
308 |
309 | fontStyle
310 | italic
311 | foreground
312 | #676767
313 |
314 |
315 |
316 | name
317 | ✘ Doctype/XML Processing
318 | scope
319 | meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string
320 | settings
321 |
322 | foreground
323 | #494949
324 |
325 |
326 |
327 | name
328 | ✘ Meta.tag.«all»
329 | scope
330 | meta.tag, meta.tag entity
331 | settings
332 |
333 | foreground
334 | #89BDFF
335 |
336 |
337 |
338 | name
339 | ✘ Meta.tag.inline
340 | scope
341 | source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity
342 | settings
343 |
344 | foreground
345 | #E0C589
346 |
347 |
348 |
349 | name
350 | ✘ Namespaces
351 | scope
352 | entity.name.tag.namespace, entity.other.attribute-name.namespace
353 | settings
354 |
355 | foreground
356 | #E18964
357 |
358 |
359 |
360 | name
361 | § css tag-name
362 | scope
363 | meta.selector.css entity.name.tag
364 | settings
365 |
366 | foreground
367 | #CDA869
368 |
369 |
370 |
371 | name
372 | § css:pseudo-class
373 | scope
374 | meta.selector.css entity.other.attribute-name.tag.pseudo-class
375 | settings
376 |
377 | foreground
378 | #8F9D6A
379 |
380 |
381 |
382 | name
383 | § css#id
384 | scope
385 | meta.selector.css entity.other.attribute-name.id
386 | settings
387 |
388 | foreground
389 | #8B98AB
390 |
391 |
392 |
393 | name
394 | § css.class
395 | scope
396 | meta.selector.css entity.other.attribute-name.class
397 | settings
398 |
399 | foreground
400 | #9B703F
401 |
402 |
403 |
404 | name
405 | § css property-name:
406 | scope
407 | support.type.property-name.css
408 | settings
409 |
410 | foreground
411 | #C5AF75
412 |
413 |
414 |
415 | name
416 | § css property-value;
417 | scope
418 | meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css
419 | settings
420 |
421 | foreground
422 | #F9EE98
423 |
424 |
425 |
426 | name
427 | § css @at-rule
428 | scope
429 | meta.preprocessor.at-rule keyword.control.at-rule
430 | settings
431 |
432 | foreground
433 | #8693A5
434 |
435 |
436 |
437 | name
438 | § css additional-constants
439 | scope
440 | meta.property-value support.constant.named-color.css, meta.property-value constant
441 | settings
442 |
443 | foreground
444 | #DD7B3B
445 |
446 |
447 |
448 | name
449 | § css constructor.argument
450 | scope
451 | meta.constructor.argument.css
452 | settings
453 |
454 | foreground
455 | #8F9D6A
456 |
457 |
458 |
459 | name
460 | ⎇ diff.header
461 | scope
462 | meta.diff, meta.diff.header
463 | settings
464 |
465 | background
466 | #0E2231
467 | fontStyle
468 | italic
469 | foreground
470 | #F8F8F8
471 |
472 |
473 |
474 | name
475 | ⎇ diff.deleted
476 | scope
477 | markup.deleted
478 | settings
479 |
480 | background
481 | #420E09
482 | foreground
483 | #F8F8F8
484 |
485 |
486 |
487 | name
488 | ⎇ diff.changed
489 | scope
490 | markup.changed
491 | settings
492 |
493 | background
494 | #4A410D
495 | foreground
496 | #F8F8F8
497 |
498 |
499 |
500 | name
501 | ⎇ diff.inserted
502 | scope
503 | markup.inserted
504 | settings
505 |
506 | background
507 | #253B22
508 | foreground
509 | #F8F8F8
510 |
511 |
512 |
513 | name
514 | --------------------------------
515 | settings
516 |
517 |
518 |
519 | name
520 | Markup: Italic
521 | scope
522 | markup.italic
523 | settings
524 |
525 | fontStyle
526 | italic
527 | foreground
528 | #E9C062
529 |
530 |
531 |
532 | name
533 | Markup: Bold
534 | scope
535 | markup.bold
536 | settings
537 |
538 | fontStyle
539 | bold
540 | foreground
541 | #E9C062
542 |
543 |
544 |
545 | name
546 | Markup: Underline
547 | scope
548 | markup.underline
549 | settings
550 |
551 | fontStyle
552 | underline
553 | foreground
554 | #E18964
555 |
556 |
557 |
558 | name
559 | Markup: Quote
560 | scope
561 | markup.quote
562 | settings
563 |
564 | background
565 | #FEE09C12
566 | fontStyle
567 | italic
568 | foreground
569 | #E1D4B9
570 |
571 |
572 |
573 | name
574 | Markup: Heading
575 | scope
576 | markup.heading, markup.heading entity
577 | settings
578 |
579 | background
580 | #632D04
581 | fontStyle
582 |
583 | foreground
584 | #FEDCC5
585 |
586 |
587 |
588 | name
589 | Markup: List
590 | scope
591 | markup.list
592 | settings
593 |
594 | foreground
595 | #E1D4B9
596 |
597 |
598 |
599 | name
600 | Markup: Raw
601 | scope
602 | markup.raw
603 | settings
604 |
605 | background
606 | #B1B3BA08
607 | fontStyle
608 |
609 | foreground
610 | #578BB3
611 |
612 |
613 |
614 | name
615 | Markup: Comment
616 | scope
617 | markup comment
618 | settings
619 |
620 | fontStyle
621 | italic
622 | foreground
623 | #F67B37
624 |
625 |
626 |
627 | name
628 | Markup: Separator
629 | scope
630 | meta.separator
631 | settings
632 |
633 | background
634 | #242424
635 | foreground
636 | #60A633
637 |
638 |
639 |
640 | name
641 | Log Entry
642 | scope
643 | meta.line.entry.logfile, meta.line.exit.logfile
644 | settings
645 |
646 | background
647 | #EEEEEE29
648 |
649 |
650 |
651 | name
652 | Log Entry Error
653 | scope
654 | meta.line.error.logfile
655 | settings
656 |
657 | background
658 | #751012
659 |
660 |
661 |
662 | uuid
663 | C8C58F9A-35FE-44A4-9BC2-2F3C343DC81D
664 |
665 |
666 |
--------------------------------------------------------------------------------
/Twilight.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Michael Sheets
7 | name
8 | Twilight
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #141414
16 | caret
17 | #A7A7A7
18 | foreground
19 | #F8F8F8
20 | invisibles
21 | #FFFFFF40
22 | lineHighlight
23 | #FFFFFF08
24 | selection
25 | #DDF0FF33
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 | italic
37 | foreground
38 | #5F5A60
39 |
40 |
41 |
42 | name
43 | Constant
44 | scope
45 | constant
46 | settings
47 |
48 | foreground
49 | #CF6A4C
50 |
51 |
52 |
53 | name
54 | Entity
55 | scope
56 | entity
57 | settings
58 |
59 | fontStyle
60 |
61 | foreground
62 | #9B703F
63 |
64 |
65 |
66 | name
67 | Keyword
68 | scope
69 | keyword
70 | settings
71 |
72 | fontStyle
73 |
74 | foreground
75 | #CDA869
76 |
77 |
78 |
79 | name
80 | Storage
81 | scope
82 | storage
83 | settings
84 |
85 | fontStyle
86 |
87 | foreground
88 | #F9EE98
89 |
90 |
91 |
92 | name
93 | String
94 | scope
95 | string
96 | settings
97 |
98 | fontStyle
99 |
100 | foreground
101 | #8F9D6A
102 |
103 |
104 |
105 | name
106 | Support
107 | scope
108 | support
109 | settings
110 |
111 | fontStyle
112 |
113 | foreground
114 | #9B859D
115 |
116 |
117 |
118 | name
119 | Variable
120 | scope
121 | variable
122 | settings
123 |
124 | foreground
125 | #7587A6
126 |
127 |
128 |
129 | name
130 | Invalid – Deprecated
131 | scope
132 | invalid.deprecated
133 | settings
134 |
135 | fontStyle
136 | italic underline
137 | foreground
138 | #D2A8A1
139 |
140 |
141 |
142 | name
143 | Invalid – Illegal
144 | scope
145 | invalid.illegal
146 | settings
147 |
148 | background
149 | #562D56BF
150 | foreground
151 | #F8F8F8
152 |
153 |
154 |
155 | name
156 | -----------------------------------
157 | settings
158 |
159 |
160 |
161 | name
162 | ♦ Embedded Source
163 | scope
164 | text source
165 | settings
166 |
167 | background
168 | #B0B3BA14
169 |
170 |
171 |
172 | name
173 | ♦ Embedded Source (Bright)
174 | scope
175 | text.html.ruby source
176 | settings
177 |
178 | background
179 | #B1B3BA21
180 |
181 |
182 |
183 | name
184 | ♦ Entity inherited-class
185 | scope
186 | entity.other.inherited-class
187 | settings
188 |
189 | fontStyle
190 | italic
191 | foreground
192 | #9B5C2E
193 |
194 |
195 |
196 | name
197 | ♦ String embedded-source
198 | scope
199 | string source
200 | settings
201 |
202 | fontStyle
203 |
204 | foreground
205 | #DAEFA3
206 |
207 |
208 |
209 | name
210 | ♦ String constant
211 | scope
212 | string constant
213 | settings
214 |
215 | foreground
216 | #DDF2A4
217 |
218 |
219 |
220 | name
221 | ♦ String.regexp
222 | scope
223 | string.regexp
224 | settings
225 |
226 | fontStyle
227 |
228 | foreground
229 | #E9C062
230 |
231 |
232 |
233 | name
234 | ♦ String.regexp.«special»
235 | scope
236 | string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition
237 | settings
238 |
239 | foreground
240 | #CF7D34
241 |
242 |
243 |
244 | name
245 | ♦ String variable
246 | scope
247 | string variable
248 | settings
249 |
250 | foreground
251 | #8A9A95
252 |
253 |
254 |
255 | name
256 | ♦ Support.function
257 | scope
258 | support.function
259 | settings
260 |
261 | fontStyle
262 |
263 | foreground
264 | #DAD085
265 |
266 |
267 |
268 | name
269 | ♦ Support.constant
270 | scope
271 | support.constant
272 | settings
273 |
274 | fontStyle
275 |
276 | foreground
277 | #CF6A4C
278 |
279 |
280 |
281 | name
282 | c C/C++ Preprocessor Line
283 | scope
284 | meta.preprocessor.c
285 | settings
286 |
287 | foreground
288 | #8996A8
289 |
290 |
291 |
292 | name
293 | c C/C++ Preprocessor Directive
294 | scope
295 | meta.preprocessor.c keyword
296 | settings
297 |
298 | foreground
299 | #AFC4DB
300 |
301 |
302 |
303 | name
304 | ✘ Doctype/XML Processing
305 | scope
306 | meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string
307 | settings
308 |
309 | foreground
310 | #494949
311 |
312 |
313 |
314 | name
315 | ✘ Meta.tag.«all»
316 | scope
317 | declaration.tag, declaration.tag entity, meta.tag, meta.tag entity
318 | settings
319 |
320 | foreground
321 | #AC885B
322 |
323 |
324 |
325 | name
326 | ✘ Meta.tag.inline
327 | scope
328 | declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity
329 | settings
330 |
331 | foreground
332 | #E0C589
333 |
334 |
335 |
336 | name
337 | § css tag-name
338 | scope
339 | meta.selector.css entity.name.tag
340 | settings
341 |
342 | foreground
343 | #CDA869
344 |
345 |
346 |
347 | name
348 | § css:pseudo-class
349 | scope
350 | meta.selector.css entity.other.attribute-name.tag.pseudo-class
351 | settings
352 |
353 | foreground
354 | #8F9D6A
355 |
356 |
357 |
358 | name
359 | § css#id
360 | scope
361 | meta.selector.css entity.other.attribute-name.id
362 | settings
363 |
364 | foreground
365 | #8B98AB
366 |
367 |
368 |
369 | name
370 | § css.class
371 | scope
372 | meta.selector.css entity.other.attribute-name.class
373 | settings
374 |
375 | foreground
376 | #9B703F
377 |
378 |
379 |
380 | name
381 | § css property-name:
382 | scope
383 | support.type.property-name.css
384 | settings
385 |
386 | foreground
387 | #C5AF75
388 |
389 |
390 |
391 | name
392 | § css property-value;
393 | scope
394 | meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css
395 | settings
396 |
397 | foreground
398 | #F9EE98
399 |
400 |
401 |
402 | name
403 | § css @at-rule
404 | scope
405 | meta.preprocessor.at-rule keyword.control.at-rule
406 | settings
407 |
408 | foreground
409 | #8693A5
410 |
411 |
412 |
413 | name
414 | § css additional-constants
415 | scope
416 | meta.property-value support.constant.named-color.css, meta.property-value constant
417 | settings
418 |
419 | foreground
420 | #CA7840
421 |
422 |
423 |
424 | name
425 | § css constructor.argument
426 | scope
427 | meta.constructor.argument.css
428 | settings
429 |
430 | foreground
431 | #8F9D6A
432 |
433 |
434 |
435 | name
436 | ⎇ diff.header
437 | scope
438 | meta.diff, meta.diff.header, meta.separator
439 | settings
440 |
441 | background
442 | #0E2231
443 | fontStyle
444 | italic
445 | foreground
446 | #F8F8F8
447 |
448 |
449 |
450 | name
451 | ⎇ diff.deleted
452 | scope
453 | markup.deleted
454 | settings
455 |
456 | background
457 | #420E09
458 | foreground
459 | #F8F8F8
460 |
461 |
462 |
463 | name
464 | ⎇ diff.changed
465 | scope
466 | markup.changed
467 | settings
468 |
469 | background
470 | #4A410D
471 | foreground
472 | #F8F8F8
473 |
474 |
475 |
476 | name
477 | ⎇ diff.inserted
478 | scope
479 | markup.inserted
480 | settings
481 |
482 | background
483 | #253B22
484 | foreground
485 | #F8F8F8
486 |
487 |
488 |
489 | name
490 | Markup: List
491 | scope
492 | markup.list
493 | settings
494 |
495 | foreground
496 | #F9EE98
497 |
498 |
499 |
500 | name
501 | Markup: Heading
502 | scope
503 | markup.heading
504 | settings
505 |
506 | foreground
507 | #CF6A4C
508 |
509 |
510 |
511 | uuid
512 | 766026CB-703D-4610-B070-8DE07D967C5F
513 |
514 |
515 |
--------------------------------------------------------------------------------
/Zenburnesque.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | William D. Neumann
7 | name
8 | Zenburnesque
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #404040
16 | caret
17 | #FFFF66
18 | foreground
19 | #DEDEDE
20 | invisibles
21 | #A8A8A8
22 | lineHighlight
23 | #A0804026
24 | selection
25 | #A0A0C0
26 |
27 |
28 |
29 | name
30 | Comment
31 | scope
32 | comment
33 | settings
34 |
35 | fontStyle
36 | italic
37 | foreground
38 | #709070
39 |
40 |
41 |
42 | name
43 | Directive
44 | scope
45 | keyword.other.directive
46 | settings
47 |
48 | fontStyle
49 | bold
50 |
51 |
52 |
53 | name
54 | Line-number directives
55 | scope
56 | keyword.other.directive.line-number
57 | settings
58 |
59 | fontStyle
60 | underline
61 |
62 |
63 |
64 | name
65 | Characters
66 | scope
67 | constant.character
68 | settings
69 |
70 | foreground
71 | #FF8080
72 |
73 |
74 |
75 | name
76 | String
77 | scope
78 | string
79 | settings
80 |
81 | foreground
82 | #FF2020
83 |
84 |
85 |
86 | name
87 | Number
88 | scope
89 | constant.numeric
90 | settings
91 |
92 | foreground
93 | #22C0FF
94 |
95 |
96 |
97 | name
98 | Floating-point numbers
99 | scope
100 | constant.numeric.floating-point
101 | settings
102 |
103 | fontStyle
104 | underline
105 |
106 |
107 |
108 | name
109 | Built-in constant
110 | scope
111 | constant.language
112 | settings
113 |
114 |
115 |
116 | name
117 | User-defined constant
118 | scope
119 | constant.character, constant.other
120 | settings
121 |
122 |
123 |
124 | name
125 | Variable
126 | scope
127 | variable.parameter, variable.other
128 | settings
129 |
130 |
131 |
132 | name
133 | Language Keyword
134 | scope
135 | keyword
136 | settings
137 |
138 | foreground
139 | #FFFFA0
140 |
141 |
142 |
143 | name
144 | Module Keyword
145 | scope
146 | entity.name.module, support.other.module
147 | settings
148 |
149 | fontStyle
150 | bold
151 | foreground
152 | #FF8000
153 |
154 |
155 |
156 | name
157 | Operators
158 | scope
159 | keyword.operator
160 | settings
161 |
162 | foreground
163 | #FFFFA0
164 |
165 |
166 |
167 | name
168 | Floating-point infix operators
169 | scope
170 | source.ocaml keyword.operator.symbol.infix.floating-point
171 | settings
172 |
173 | fontStyle
174 | underline
175 |
176 |
177 |
178 | name
179 | Floating-point prefix operators
180 | scope
181 | source.ocaml keyword.operator.symbol.prefix.floating-point
182 | settings
183 |
184 | fontStyle
185 | underline
186 |
187 |
188 |
189 | name
190 | Storage Types
191 | scope
192 | storage.type
193 | settings
194 |
195 | foreground
196 | #6080FF
197 |
198 |
199 |
200 | name
201 | Variant Types
202 | scope
203 | entity.name.class.variant
204 | settings
205 |
206 | foreground
207 | #4080A0
208 |
209 |
210 |
211 | name
212 | Storage
213 | scope
214 | storage
215 | settings
216 |
217 |
218 |
219 | name
220 | Type name
221 | scope
222 | entity.name.type
223 | settings
224 |
225 | foreground
226 | #F09040
227 |
228 |
229 |
230 | name
231 | Inherited class
232 | scope
233 | entity.other.inherited-class
234 | settings
235 |
236 |
237 |
238 | name
239 | Function name
240 | scope
241 | entity.name.function
242 | settings
243 |
244 | fontStyle
245 | bold
246 | foreground
247 | #FFCC66
248 |
249 |
250 |
251 | name
252 | Type name
253 | scope
254 | storage.type.user-defined
255 | settings
256 |
257 | foreground
258 | #FFE000
259 |
260 |
261 |
262 | name
263 | Class type name
264 | scope
265 | entity.name.type.class.type
266 | settings
267 |
268 | foreground
269 | #F4A020
270 |
271 |
272 |
273 | name
274 | Function argument
275 | scope
276 | variable.parameter
277 | settings
278 |
279 | fontStyle
280 |
281 |
282 |
283 |
284 | name
285 | Tag name
286 | scope
287 | entity.name.tag
288 | settings
289 |
290 |
291 |
292 | name
293 | Tag attribute
294 | scope
295 | entity.other.attribute-name
296 | settings
297 |
298 |
299 |
300 | name
301 | Library function
302 | scope
303 | support.function
304 | settings
305 |
306 |
307 |
308 | name
309 | Library constant
310 | scope
311 | support.constant
312 | settings
313 |
314 |
315 |
316 | name
317 | Library class/type
318 | scope
319 | support.type, support.class
320 | settings
321 |
322 |
323 |
324 | name
325 | Library variable
326 | scope
327 | support.variable
328 | settings
329 |
330 |
331 |
332 | name
333 | Invalid
334 | scope
335 | invalid
336 | settings
337 |
338 |
339 |
340 | uuid
341 | 8D4988B9-ADD8-436F-B388-BC1360F8504B
342 |
343 |
344 |
--------------------------------------------------------------------------------
/iPlastic.tmTheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | author
6 | Jeroen van der Ham
7 | name
8 | iPlastic
9 | settings
10 |
11 |
12 | settings
13 |
14 | background
15 | #EEEEEEEB
16 | caret
17 | #000000
18 | foreground
19 | #000000
20 | invisibles
21 | #B3B3B3F4
22 | lineHighlight
23 | #0000001A
24 | selection
25 | #BAD6FD
26 |
27 |
28 |
29 | name
30 | String
31 | scope
32 | string
33 | settings
34 |
35 | foreground
36 | #009933
37 |
38 |
39 |
40 | name
41 | Number
42 | scope
43 | constant.numeric
44 | settings
45 |
46 | foreground
47 | #0066FF
48 |
49 |
50 |
51 | name
52 | Regular expression
53 | scope
54 | string.regexp
55 | settings
56 |
57 | foreground
58 | #FF0080
59 |
60 |
61 |
62 | name
63 | Keyword
64 | scope
65 | keyword
66 | settings
67 |
68 | foreground
69 | #0000FF
70 |
71 |
72 |
73 | name
74 | Identifier
75 | scope
76 | constant.language
77 | settings
78 |
79 | foreground
80 | #9700CC
81 |
82 |
83 |
84 | name
85 | Exception
86 | scope
87 | support.class.exception
88 | settings
89 |
90 | foreground
91 | #990000
92 |
93 |
94 |
95 | name
96 | Function name
97 | scope
98 | entity.name.function
99 | settings
100 |
101 | foreground
102 | #FF8000
103 |
104 |
105 |
106 | name
107 | Type name
108 | scope
109 | entity.name.type
110 | settings
111 |
112 | fontStyle
113 | bold underline
114 |
115 |
116 |
117 | name
118 | Arguments
119 | scope
120 | variable.parameter
121 | settings
122 |
123 | fontStyle
124 | italic
125 |
126 |
127 |
128 | name
129 | Comment
130 | scope
131 | comment
132 | settings
133 |
134 | fontStyle
135 | italic
136 | foreground
137 | #0066FF
138 |
139 |
140 |
141 | name
142 | Invalid
143 | scope
144 | invalid
145 | settings
146 |
147 | background
148 | #E71A114D
149 | foreground
150 | #FF0000
151 |
152 |
153 |
154 | name
155 | Trailing whitespace
156 | scope
157 | invalid.deprecated.trailing-whitespace
158 | settings
159 |
160 | background
161 | #E71A1100
162 |
163 |
164 |
165 | name
166 | Embedded source
167 | scope
168 | text source
169 | settings
170 |
171 | background
172 | #FAFAFAFC
173 | foreground
174 | #000000
175 |
176 |
177 |
178 | name
179 | Tag
180 | scope
181 | meta.tag, declaration.tag
182 | settings
183 |
184 | foreground
185 | #0033CC
186 |
187 |
188 |
189 | name
190 | Constant
191 | scope
192 | constant, support.constant
193 | settings
194 |
195 | foreground
196 | #6782D3
197 |
198 |
199 |
200 | name
201 | Support
202 | scope
203 | support
204 | settings
205 |
206 | fontStyle
207 | bold
208 | foreground
209 | #3333FF
210 |
211 |
212 |
213 | name
214 | Storage
215 | scope
216 | storage
217 | settings
218 |
219 | fontStyle
220 | bold
221 |
222 |
223 |
224 | name
225 | Section name
226 | scope
227 | entity.name.section
228 | settings
229 |
230 | fontStyle
231 | bold underline
232 |
233 |
234 |
235 | name
236 | Frame title
237 | scope
238 | entity.name.function.frame
239 | settings
240 |
241 | fontStyle
242 | bold
243 | foreground
244 | #000000
245 |
246 |
247 |
248 | name
249 | XML Declaration
250 | scope
251 | meta.tag.preprocessor.xml
252 | settings
253 |
254 | foreground
255 | #333333
256 |
257 |
258 |
259 | name
260 | Tag Attribute
261 | scope
262 | entity.other.attribute-name
263 | settings
264 |
265 | fontStyle
266 | italic
267 | foreground
268 | #3366CC
269 |
270 |
271 |
272 | name
273 | Tag Name
274 | scope
275 | entity.name.tag
276 | settings
277 |
278 | fontStyle
279 | bold
280 |
281 |
282 |
283 | uuid
284 | 4FCFA210-B247-11D9-9D00-000D93347A42
285 |
286 |
287 |
--------------------------------------------------------------------------------
/readme.md:
--------------------------------------------------------------------------------
1 | # Legacy Color Schemes
2 |
3 | These are color schemes that were part of Sublime Text 2 and older builds
4 | of Sublime Text 3. They are no longer maintained, but are available via
5 | [Package Control](https://packagecontrol.io/packages/Color%20Scheme%20-%20Legacy).
6 |
7 | ## Installation
8 |
9 | - Install [Package Control](https://packagecontrol.io/installation)
10 | - Run the **Package Control: Install Package** command from the *Command Palette*
11 | - Type "Color Scheme - Legacy" and press *Enter*
12 |
13 | Currently schemes won't be available right after package installation. You have to unlock them by adding this to your User settings:
14 |
15 | "show_legacy_color_schemes": true,
16 |
17 | ## Usage
18 |
19 | For Sublime Text 3 build 3127 and newer, use the **UI: Select Color Scheme** command
20 | in the *Command Palette*.
21 |
--------------------------------------------------------------------------------