1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >comment </key >
6
+ <string >Theme author: http://stevelosh.com | Ported and modified: http://much4.com </string >
7
+ <key >name </key >
8
+ <string >Badwolf </string >
9
+ <key >settings </key >
10
+ <array >
11
+ <dict >
12
+ <key >settings </key >
13
+ <dict >
14
+ <key >background </key >
15
+ <string >#1c1b1a </string >
16
+ <key >caret </key >
17
+ <string >#009cff </string >
18
+ <key >foreground </key >
19
+ <string >#f8f6f2 </string >
20
+ <key >invisibles </key >
21
+ <string >#f00 </string ><!-- -- >
22
+ <key>lineHighlight</key>
23
+ <string>#242321</string>
24
+ <key>selection</key>
25
+ <string>#45413b</string>
26
+ </dict>
27
+ </dict>
28
+ <dict>
29
+ <key>name</key>
30
+ <string>Bracket Highlighting</string>
31
+ <key>scope</key>
32
+ <string>bh.highlight</string>
33
+ <key>settings</key>
34
+ <dict>
35
+ <key>background</key>
36
+ <string>#242321</string>
37
+
38
+ <key>foreground</key>
39
+ <string>#86e7c8</string>
40
+ </dict>
41
+ </dict>
42
+ <dict>
43
+ <key>name</key>
44
+ <string>Bracket Highlighting Tags</string>
45
+ <key>scope</key>
46
+ <string>bh.tag</string>
47
+ <key>settings</key>
48
+ <dict>
49
+ <key>background</key>
50
+ <string>#86e7c8</string>
51
+
52
+ <key>foreground</key>
53
+ <string>#8cffba</string>
54
+ </dict>
55
+ </dict>
56
+ <dict>
57
+ <key>name</key>
58
+ <string>Comment</string>
59
+ <key>scope</key>
60
+ <string>comment</string>
61
+ <key>settings</key>
62
+ <dict>
63
+ <key>foreground</key>
64
+ <string>#857f78</string>
65
+ </dict>
66
+ </dict>
67
+ <dict>
68
+ <key>name</key>
69
+ <string>Variable, Function Argument, String Link, Regular Expression</string>
70
+ <key>scope</key>
71
+ <string>variable, support.other.variable, variable.parameter</string>
72
+ <key>settings</key>
73
+ <dict>
74
+ <key>foreground</key>
75
+ <string></string>
76
+ </dict>
77
+ </dict>
78
+ <dict>
79
+ <key>name</key>
80
+ <string>String Link, Regular Expression</string>
81
+ <key>scope</key>
82
+ <string>string.other.link, string.regexp, entity.other.attribute-name.id.css, entity.other.attribute-name.class.css, entity.other.attribute-name.pseudo-class.css</string>
83
+ <key>settings</key>
84
+ <dict>
85
+ <key>foreground</key>
86
+ <string>#86e7c8</string>
87
+ </dict>
88
+ </dict>
89
+ <dict>
90
+ <key>name</key>
91
+ <string>Tag name</string>
92
+ <key>scope</key>
93
+ <string>entity.name.tag, declaration.tag</string>
94
+ <key>settings</key>
95
+ <dict>
96
+ <key>fontStyle</key>
97
+ <string></string>
98
+ <key>foreground</key>
99
+ <string>#c7915b</string>
100
+ </dict>
101
+ </dict>
102
+ <dict>
103
+ <key>name</key>
104
+ <string>Tag attribute, Unit</string>
105
+ <key>scope</key>
106
+ <string>meta.tag, punctuation.definition.tag, keyword.other.unit, entity.other.attribute-name.html, text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html</string>
107
+ <key>settings</key>
108
+ <dict>
109
+ <key>foreground</key>
110
+ <string>#88633f</string>
111
+ </dict>
112
+ </dict>
113
+ <dict>
114
+ <key>name</key>
115
+ <string>Number, Constant, Embedded</string>
116
+ <key>scope</key>
117
+ <string>constant.numeric, constant.language, support.constant, constant.character, constant.other</string>
118
+ <key>settings</key>
119
+ <dict>
120
+ <key>fontStyle</key>
121
+ <string>italic</string>
122
+ <key>foreground</key>
123
+ <string>#b88853</string>
124
+ </dict>
125
+ </dict>
126
+ <dict>
127
+ <key>name</key>
128
+ <string>Class, Support, Inherited Class</string>
129
+ <key>scope</key>
130
+ <string>entity.name.class, entity.name.type.class, support.type, support.class, entity.other.inherited-class</string>
131
+ <key>settings</key>
132
+ <dict>
133
+ <key>fontStyle</key>
134
+ <string></string>
135
+ <key>foreground</key>
136
+ <string>#ffa724</string>
137
+ </dict>
138
+ </dict>
139
+ <dict>
140
+ <key>name</key>
141
+ <string>Operator, Misc, Keyword</string>
142
+ <key>scope</key>
143
+ <string>keyword, storage.type.function, storage, entity.name.tag.css</string>
144
+ <key>settings</key>
145
+ <dict>
146
+ <key>foreground</key>
147
+ <string>#ff2c4b</string>
148
+ </dict>
149
+ </dict>
150
+ <dict>
151
+ <key>name</key>
152
+ <string>Operator, Misc, Keyword</string>
153
+ <key>scope</key>
154
+ <string>storage.type.function, storage</string>
155
+ <key>settings</key>
156
+ <dict>
157
+ <key>fontStyle</key>
158
+ <string>italic</string>
159
+ </dict>
160
+ </dict>
161
+ <dict>
162
+ <key>name</key>
163
+ <string>String, Symbols, Markup Heading</string>
164
+ <key>scope</key>
165
+ <string>string, constant.other.symbol markup.heading</string>
166
+ <key>settings</key>
167
+ <dict>
168
+ <key>fontStyle</key>
169
+ <string></string>
170
+ <key>foreground</key>
171
+ <string>#f4cf86</string>
172
+ </dict>
173
+ </dict>
174
+ <dict>
175
+ <key>name</key>
176
+ <string>Function, Special Method, Block Level</string>
177
+ <key>scope</key>
178
+ <string>entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level</string>
179
+ <key>settings</key>
180
+ <dict>
181
+ <key>fontStyle</key>
182
+ <string></string>
183
+ <key>foreground</key>
184
+ <string>#ffa724</string>
185
+ </dict>
186
+ </dict>
187
+ <dict>
188
+ <key>name</key>
189
+ <string>diff: header</string>
190
+ <key>scope</key>
191
+ <string>meta.diff, meta.diff.header</string>
192
+ <key>settings</key>
193
+ <dict>
194
+ <key>fontStyle</key>
195
+ <string>italic</string>
196
+ <key>foreground</key>
197
+ <string>#998f84</string>
198
+ </dict>
199
+ </dict>
200
+ <dict>
201
+ <key>name</key>
202
+ <string>diff: deleted</string>
203
+ <key>scope</key>
204
+ <string>markup.deleted</string>
205
+ <key>settings</key>
206
+ <dict>
207
+ <key>foreground</key>
208
+ <string>#ff2c4b</string>
209
+ </dict>
210
+ </dict>
211
+ <dict>
212
+ <key>name</key>
213
+ <string>diff: changed</string>
214
+ <key>scope</key>
215
+ <string>markup.changed</string>
216
+ <key>settings</key>
217
+ <dict>
218
+ <key>fontStyle</key>
219
+ <string></string>
220
+ <key>foreground</key>
221
+ <string>#ffa724</string>
222
+ </dict>
223
+ </dict>
224
+ <dict>
225
+ <key>name</key>
226
+ <string>diff: inserted</string>
227
+ <key>scope</key>
228
+ <string>markup.inserted</string>
229
+ <key>settings</key>
230
+ <dict>
231
+ <key>foreground</key>
232
+ <string>#81cebd</string>
233
+ </dict>
234
+ </dict>
235
+ </array>
236
+ </dict>
237
+ </plist>
0 commit comments