This repository has been archived by the owner on Dec 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathMarkdownLight.YAML-tmTheme
320 lines (260 loc) · 6.04 KB
/
MarkdownLight.YAML-tmTheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
# [PackageDev] target_format: plist, ext: tmTheme
name: Markdown Light
uuid: 181d9802-1ae0-422d-9a5a-836b2e3dd100
author: 'Sergey Kogan. Theme is based on "Base16 Google Light" by Seth Wright (http://sethawright.com)'
colorSpaceName: sRGB
semanticClass: theme.light.markdown
gutterSettings:
background: '#ffffff'
divider: '#ffffff'
foreground: '#373b41'
selectionBackground: '#ffffff'
selectionForeground: '#c5c8c6'
settings:
- settings:
background: '#ffffff'
caret: '#373b41'
foreground: '#373b41'
invisibles: '#dcdcdd'
lineHighlight: '#b4b7b455'
selection: '#dcdcdd'
- name: Text
scope: variable.parameter.function
settings:
foreground: '#373b41'
- name: Comments
scope: comment, punctuation.definition.comment
settings:
foreground: '#b4b7b4'
- name: Punctuation
scope: >
punctuation.definition.string, punctuation.definition.variable,
punctuation.definition.string, punctuation.definition.parameters,
punctuation.definition.string, punctuation.definition.array
settings:
foreground: '#373b41'
- name: Delimiters
scope: none
settings:
foreground: '#373b41'
- name: Operators
scope: keyword.operator
settings:
foreground: '#373b41'
- name: Keywords
scope: keyword
settings:
foreground: '#A36AC7'
- name: Variables
scope: variable
settings:
foreground: '#CC342B'
- name: Functions
scope: entity.name.function, meta.require, support.function.any-method
settings:
foreground: '#3971ED'
- name: Classes
scope: support.class, entity.name.class, entity.name.type.class
settings:
foreground: '#F96A38'
- name: Classes
scope: meta.class
settings:
foreground: '#282a2e'
- name: Methods
scope: keyword.other.special-method
settings:
foreground: '#3971ED'
- name: Storage
scope: storage
settings:
foreground: '#A36AC7'
- name: Support
scope: support.function
settings:
foreground: '#3971ED'
- name: Strings, Inherited Class
scope: string, constant.other.symbol, entity.other.inherited-class
settings:
foreground: '#198844'
- name: Integers
scope: constant.numeric
settings:
foreground: '#F96A38'
- name: Floats
scope: none
settings:
foreground: '#F96A38'
- name: Boolean
scope: none
settings:
foreground: '#F96A38'
- name: Constants
scope: constant
settings:
foreground: '#F96A38'
- name: Image Punctuation
scope: punctuation.definition.image
settings:
foreground: '#F96A38'
- name: Tags
scope: entity.name.tag
settings:
foreground: '#CC342B'
- name: Attributes
scope: entity.other.attribute-name
settings:
foreground: '#F96A38'
- name: Attribute IDs
scope: entity.other.attribute-name.id, punctuation.definition.entity
settings:
foreground: '#3971ED'
- name: Selector
scope: meta.selector
settings:
foreground: '#A36AC7'
- name: Values
scope: none
settings:
foreground: '#F96A38'
- name: Headings
scope: markup.heading
settings:
fontStyle: bold
foreground: '#CC342B'
- name: Italic in Headings
scope: markup.heading markup.italic
settings:
fontStyle: bold italic
- name: Units
scope: keyword.other.unit
settings:
foreground: '#F96A38'
- name: Bold
scope: markup.bold
settings:
fontStyle: bold
- name: Italic
scope: markup.italic
settings:
fontStyle: italic
- name: Bold And Italic
scope: markup.bold markup.italic, markup.italic markup.bold
settings:
fontStyle: bold italic
- name: Code
scope: markup.raw
settings:
background: '#f0f0f0'
- name: Manual line break
scope: meta.dummy.line-break
settings:
background: '#f0f0f0'
- name: List Items
scope: meta.paragraph.list
settings:
foreground: '#034d7b'
- name: Code
scope: markup.raw.inline
settings: {}
- name: Fenced Code Block
scope: markup.raw.block.fenced
settings:
foreground: '#373b41'
- name: Fenced Code Block
scope: >
punctuation.definition.raw.markdown, punctuation.definition.fenced.markdown,
variable.language.fenced.markdown
settings:
foreground: '#828a95'
- name: Link Text
scope: string.other.link
settings:
foreground: '#CC342B'
- name: Link Url
scope: meta.link
settings:
foreground: '#F96A38'
- name: Lists
scope: markup.list
settings:
foreground: '#373b41'
- name: punctuation.definition.list_item.markdown
scope: punctuation.definition.list_item.markdown
settings:
fontStyle: bold
foreground: '#070707'
- name: Quotes
scope: markup.quote
settings:
foreground: '#828a95'
- name: 'punctuation.definition.blockquote.markdown '
scope: 'punctuation.definition.blockquote.markdown '
settings:
foreground: '#828a95'
- name: Separator
scope: meta.separator
settings:
background: '#f0f0f0'
foreground: '#828a95'
- name: Inserted
scope: markup.inserted
settings:
foreground: '#198844'
- name: Deleted
scope: markup.deleted
settings:
foreground: '#CC342B'
- name: Changed
scope: markup.changed
settings:
foreground: '#A36AC7'
- name: Markup.strikethrough
scope: markup.strikethrough
settings:
foreground: '#b4b7b4'
- name: Markup.underline
scope: markup.underline
settings:
fontStyle: underline
- name: Markup.link
scope: markup.underline.link
settings:
fontStyle: underline
foreground: '#3971ed'
- name: Colors
scope: constant.other.color
settings:
foreground: '#3971ED'
- name: Regular Expressions
scope: string.regexp
settings:
foreground: '#3971ED'
- name: Escape Characters
scope: constant.character.escape
settings:
foreground: '#3971ED'
- name: Embedded
scope: punctuation.section.embedded, variable.interpolation
settings:
foreground: '#3971ED'
- name: Illegal
scope: invalid.illegal
settings:
background: '#CC342B'
foreground: '#ffffff'
- name: Broken
scope: invalid.broken
settings:
background: '#F96A38'
foreground: '#1d1f21'
- name: Deprecated
scope: invalid.deprecated
settings:
background: '#3971ED'
foreground: '#ffffff'
- name: Unimplemented
scope: invalid.unimplemented
settings:
background: '#c5c8c6'
foreground: '#1d1f21'