rmthemegen 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.project +18 -0
- data/bin/geanyfy.rb +4 -41
- data/lib/rmthemegen/basis_theme.tmTheme +971 -0
- data/lib/rmthemegen/geany.filetypes.all +2945 -0
- data/lib/rmthemegen/plist.html +246 -0
- data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
- data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
- data/lib/rmthemegen/rmtg_textmate.rb +262 -0
- data/lib/rmthemegen/rmthemegen_187.rb +32 -233
- data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
- data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
- data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
- data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
- data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
- data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
- data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
- data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
- data/lib/rmthemegen/syntaxes/C.plist +1126 -0
- data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
- data/lib/rmthemegen/syntaxes/C____.plist +521 -0
- data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
- data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
- data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
- data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
- data/lib/rmthemegen/syntaxes/Io.plist +225 -0
- data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
- data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
- data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
- data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
- data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
- data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
- data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
- data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
- data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
- data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
- data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
- data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
- data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
- data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
- data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
- data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
- data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
- data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
- data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
- data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
- data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
- data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
- data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
- data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
- data/lib/rmthemegen/syntaxes/XML.plist +576 -0
- data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
- data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
- data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
- data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
- data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
- data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
- data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
- data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
- data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
- data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
- data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
- data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
- data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
- data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
- data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
- data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
- data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
- data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
- data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
- data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
- data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
- data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
- data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
- data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
- data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
- data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
- data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
- data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
- data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
- data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
- data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
- data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
- data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
- data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
- data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
- data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
- data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
- data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
- data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
- data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
- data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
- data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
- data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
- data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
- data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
- data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
- data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
- data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
- data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
- data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
- data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
- data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
- data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
- data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
- data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
- data/lib/rmthemegen/token_list.rb +171 -101
- data/lib/rmthemegen/uv_addons.rb +176 -0
- data/rmthemegen.gemspec +4 -1
- data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
- data/test/choco.css +138 -0
- data/test/choco.render +136 -0
- data/test/get_tm_scopes.rb +79 -0
- data/test/get_tm_tokens.rb +0 -3
- data/test/newtheme.sh +6 -0
- data/test/output +14 -0
- data/test/rexml.element.methods +100 -0
- data/test/scopes_harvested +61 -0
- data/test/scopes_harvested.rb +15 -0
- data/test/test_generate_themes.rb +75 -38
- metadata +198 -13
- data/lib/rmthemegen/index.html +0 -2
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
- data/test/rmt_beautiful_quality.tmTheme +0 -399
- data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,841 @@
|
|
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>name</key>
|
6
|
+
<string>Happy happy joy joy 2</string>
|
7
|
+
<key>settings</key>
|
8
|
+
<array>
|
9
|
+
<dict>
|
10
|
+
<key>settings</key>
|
11
|
+
<dict>
|
12
|
+
<key>background</key>
|
13
|
+
<string>#E5E5E5</string>
|
14
|
+
<key>caret</key>
|
15
|
+
<string>#000000</string>
|
16
|
+
<key>foreground</key>
|
17
|
+
<string>#2A2A2A</string>
|
18
|
+
<key>invisibles</key>
|
19
|
+
<string>#BBAEFF</string>
|
20
|
+
<key>lineHighlight</key>
|
21
|
+
<string>#F2F8FE73</string>
|
22
|
+
<key>selection</key>
|
23
|
+
<string>#F0C93680</string>
|
24
|
+
</dict>
|
25
|
+
</dict>
|
26
|
+
<dict>
|
27
|
+
<key>name</key>
|
28
|
+
<string>Comment</string>
|
29
|
+
<key>scope</key>
|
30
|
+
<string>comment</string>
|
31
|
+
<key>settings</key>
|
32
|
+
<dict>
|
33
|
+
<key>fontStyle</key>
|
34
|
+
<string>italic</string>
|
35
|
+
<key>foreground</key>
|
36
|
+
<string>#858B7C</string>
|
37
|
+
</dict>
|
38
|
+
</dict>
|
39
|
+
<dict>
|
40
|
+
<key>name</key>
|
41
|
+
<string>Comment block</string>
|
42
|
+
<key>scope</key>
|
43
|
+
<string>comment.block</string>
|
44
|
+
<key>settings</key>
|
45
|
+
<dict>
|
46
|
+
<key>background</key>
|
47
|
+
<string>#9DA89336</string>
|
48
|
+
<key>fontStyle</key>
|
49
|
+
<string>italic</string>
|
50
|
+
<key>foreground</key>
|
51
|
+
<string>#858B7C</string>
|
52
|
+
</dict>
|
53
|
+
</dict>
|
54
|
+
<dict>
|
55
|
+
<key>name</key>
|
56
|
+
<string>------------------------------------------------------------------------------------------</string>
|
57
|
+
<key>settings</key>
|
58
|
+
<dict/>
|
59
|
+
</dict>
|
60
|
+
<dict>
|
61
|
+
<key>name</key>
|
62
|
+
<string>String</string>
|
63
|
+
<key>scope</key>
|
64
|
+
<string>string</string>
|
65
|
+
<key>settings</key>
|
66
|
+
<dict>
|
67
|
+
<key>background</key>
|
68
|
+
<string>#DFC8C7</string>
|
69
|
+
<key>fontStyle</key>
|
70
|
+
<string>bold italic</string>
|
71
|
+
<key>foreground</key>
|
72
|
+
<string>#901A12</string>
|
73
|
+
</dict>
|
74
|
+
</dict>
|
75
|
+
<dict>
|
76
|
+
<key>name</key>
|
77
|
+
<string>String constant</string>
|
78
|
+
<key>scope</key>
|
79
|
+
<string>string constant</string>
|
80
|
+
<key>settings</key>
|
81
|
+
<dict>
|
82
|
+
<key>background</key>
|
83
|
+
<string>#DFC8C7</string>
|
84
|
+
<key>fontStyle</key>
|
85
|
+
<string>bold italic</string>
|
86
|
+
<key>foreground</key>
|
87
|
+
<string>#E12B1F</string>
|
88
|
+
</dict>
|
89
|
+
</dict>
|
90
|
+
<dict>
|
91
|
+
<key>name</key>
|
92
|
+
<string>String source</string>
|
93
|
+
<key>scope</key>
|
94
|
+
<string>string source</string>
|
95
|
+
<key>settings</key>
|
96
|
+
<dict>
|
97
|
+
<key>background</key>
|
98
|
+
<string>#DFC8C7</string>
|
99
|
+
<key>fontStyle</key>
|
100
|
+
<string>bold italic</string>
|
101
|
+
<key>foreground</key>
|
102
|
+
<string>#A70000</string>
|
103
|
+
</dict>
|
104
|
+
</dict>
|
105
|
+
<dict>
|
106
|
+
<key>name</key>
|
107
|
+
<string>String variable</string>
|
108
|
+
<key>scope</key>
|
109
|
+
<string>string variable, variable.parameter.misc.css</string>
|
110
|
+
<key>settings</key>
|
111
|
+
<dict>
|
112
|
+
<key>background</key>
|
113
|
+
<string>#DFC8C7</string>
|
114
|
+
<key>fontStyle</key>
|
115
|
+
<string>bold italic</string>
|
116
|
+
<key>foreground</key>
|
117
|
+
<string>#C8297C</string>
|
118
|
+
</dict>
|
119
|
+
</dict>
|
120
|
+
<dict>
|
121
|
+
<key>name</key>
|
122
|
+
<string>String interpolated</string>
|
123
|
+
<key>scope</key>
|
124
|
+
<string>string.interpolated, string.interpolation</string>
|
125
|
+
<key>settings</key>
|
126
|
+
<dict>
|
127
|
+
<key>background</key>
|
128
|
+
<string>#FFFF55</string>
|
129
|
+
<key>fontStyle</key>
|
130
|
+
<string>bold italic</string>
|
131
|
+
<key>foreground</key>
|
132
|
+
<string>#000000FA</string>
|
133
|
+
</dict>
|
134
|
+
</dict>
|
135
|
+
<dict>
|
136
|
+
<key>name</key>
|
137
|
+
<string>String Regexp</string>
|
138
|
+
<key>scope</key>
|
139
|
+
<string>string.regexp</string>
|
140
|
+
<key>settings</key>
|
141
|
+
<dict>
|
142
|
+
<key>background</key>
|
143
|
+
<string>#CC3E37</string>
|
144
|
+
<key>fontStyle</key>
|
145
|
+
<string>bold italic</string>
|
146
|
+
<key>foreground</key>
|
147
|
+
<string>#FFFFFF</string>
|
148
|
+
</dict>
|
149
|
+
</dict>
|
150
|
+
<dict>
|
151
|
+
<key>name</key>
|
152
|
+
<string>------------------------------------------------------------------------------------------</string>
|
153
|
+
<key>settings</key>
|
154
|
+
<dict/>
|
155
|
+
</dict>
|
156
|
+
<dict>
|
157
|
+
<key>name</key>
|
158
|
+
<string>Keyword control</string>
|
159
|
+
<key>scope</key>
|
160
|
+
<string>keyword.control</string>
|
161
|
+
<key>settings</key>
|
162
|
+
<dict>
|
163
|
+
<key>fontStyle</key>
|
164
|
+
<string>bold</string>
|
165
|
+
<key>foreground</key>
|
166
|
+
<string>#5A7057</string>
|
167
|
+
</dict>
|
168
|
+
</dict>
|
169
|
+
<dict>
|
170
|
+
<key>name</key>
|
171
|
+
<string>Keyword control import</string>
|
172
|
+
<key>scope</key>
|
173
|
+
<string>keyword.control.import</string>
|
174
|
+
<key>settings</key>
|
175
|
+
<dict>
|
176
|
+
<key>fontStyle</key>
|
177
|
+
<string></string>
|
178
|
+
<key>foreground</key>
|
179
|
+
<string>#65961E</string>
|
180
|
+
</dict>
|
181
|
+
</dict>
|
182
|
+
<dict>
|
183
|
+
<key>name</key>
|
184
|
+
<string>Keyword operator</string>
|
185
|
+
<key>scope</key>
|
186
|
+
<string>keyword.operator</string>
|
187
|
+
<key>settings</key>
|
188
|
+
<dict>
|
189
|
+
<key>fontStyle</key>
|
190
|
+
<string></string>
|
191
|
+
<key>foreground</key>
|
192
|
+
<string>#2060A0</string>
|
193
|
+
</dict>
|
194
|
+
</dict>
|
195
|
+
<dict>
|
196
|
+
<key>name</key>
|
197
|
+
<string>Keyword operator setter</string>
|
198
|
+
<key>scope</key>
|
199
|
+
<string>keyword.operator.setter</string>
|
200
|
+
<key>settings</key>
|
201
|
+
<dict>
|
202
|
+
<key>fontStyle</key>
|
203
|
+
<string>bold</string>
|
204
|
+
<key>foreground</key>
|
205
|
+
<string>#761B48</string>
|
206
|
+
</dict>
|
207
|
+
</dict>
|
208
|
+
<dict>
|
209
|
+
<key>name</key>
|
210
|
+
<string>Keyword other special-method</string>
|
211
|
+
<key>scope</key>
|
212
|
+
<string>keyword.other.special-method</string>
|
213
|
+
<key>settings</key>
|
214
|
+
<dict>
|
215
|
+
<key>fontStyle</key>
|
216
|
+
<string>bold</string>
|
217
|
+
<key>foreground</key>
|
218
|
+
<string>#2D669A</string>
|
219
|
+
</dict>
|
220
|
+
</dict>
|
221
|
+
<dict>
|
222
|
+
<key>name</key>
|
223
|
+
<string>Keyword other unit</string>
|
224
|
+
<key>scope</key>
|
225
|
+
<string>keyword.other.unit</string>
|
226
|
+
<key>settings</key>
|
227
|
+
<dict>
|
228
|
+
<key>fontStyle</key>
|
229
|
+
<string></string>
|
230
|
+
<key>foreground</key>
|
231
|
+
<string>#3C8F93</string>
|
232
|
+
</dict>
|
233
|
+
</dict>
|
234
|
+
<dict>
|
235
|
+
<key>name</key>
|
236
|
+
<string>------------------------------------------------------------------------------------------</string>
|
237
|
+
<key>settings</key>
|
238
|
+
<dict/>
|
239
|
+
</dict>
|
240
|
+
<dict>
|
241
|
+
<key>name</key>
|
242
|
+
<string>Type</string>
|
243
|
+
<key>scope</key>
|
244
|
+
<string>storage.type, support.type</string>
|
245
|
+
<key>settings</key>
|
246
|
+
<dict>
|
247
|
+
<key>fontStyle</key>
|
248
|
+
<string></string>
|
249
|
+
<key>foreground</key>
|
250
|
+
<string>#A08000</string>
|
251
|
+
</dict>
|
252
|
+
</dict>
|
253
|
+
<dict>
|
254
|
+
<key>name</key>
|
255
|
+
<string>Storage type method</string>
|
256
|
+
<key>scope</key>
|
257
|
+
<string>storage.type.method</string>
|
258
|
+
<key>settings</key>
|
259
|
+
<dict>
|
260
|
+
<key>foreground</key>
|
261
|
+
<string>#70727E</string>
|
262
|
+
</dict>
|
263
|
+
</dict>
|
264
|
+
<dict>
|
265
|
+
<key>name</key>
|
266
|
+
<string>Storage type user-defined</string>
|
267
|
+
<key>scope</key>
|
268
|
+
<string>storage.type.user-defined</string>
|
269
|
+
<key>settings</key>
|
270
|
+
<dict>
|
271
|
+
<key>fontStyle</key>
|
272
|
+
<string></string>
|
273
|
+
<key>foreground</key>
|
274
|
+
<string>#800080</string>
|
275
|
+
</dict>
|
276
|
+
</dict>
|
277
|
+
<dict>
|
278
|
+
<key>name</key>
|
279
|
+
<string>Storage modifier</string>
|
280
|
+
<key>scope</key>
|
281
|
+
<string>storage.modifier</string>
|
282
|
+
<key>settings</key>
|
283
|
+
<dict>
|
284
|
+
<key>fontStyle</key>
|
285
|
+
<string>underline</string>
|
286
|
+
<key>foreground</key>
|
287
|
+
<string>#6EAC34</string>
|
288
|
+
</dict>
|
289
|
+
</dict>
|
290
|
+
<dict>
|
291
|
+
<key>name</key>
|
292
|
+
<string>------------------------------------------------------------------------------------------</string>
|
293
|
+
<key>settings</key>
|
294
|
+
<dict/>
|
295
|
+
</dict>
|
296
|
+
<dict>
|
297
|
+
<key>name</key>
|
298
|
+
<string>Constant</string>
|
299
|
+
<key>scope</key>
|
300
|
+
<string>constant, support.constant</string>
|
301
|
+
<key>settings</key>
|
302
|
+
<dict>
|
303
|
+
<key>fontStyle</key>
|
304
|
+
<string>bold underline</string>
|
305
|
+
<key>foreground</key>
|
306
|
+
<string>#E12B1F</string>
|
307
|
+
</dict>
|
308
|
+
</dict>
|
309
|
+
<dict>
|
310
|
+
<key>name</key>
|
311
|
+
<string>Constant character</string>
|
312
|
+
<key>scope</key>
|
313
|
+
<string>constant.character</string>
|
314
|
+
<key>settings</key>
|
315
|
+
<dict>
|
316
|
+
<key>fontStyle</key>
|
317
|
+
<string>bold underline</string>
|
318
|
+
<key>foreground</key>
|
319
|
+
<string>#AE81FF</string>
|
320
|
+
</dict>
|
321
|
+
</dict>
|
322
|
+
<dict>
|
323
|
+
<key>name</key>
|
324
|
+
<string>Constant character entity</string>
|
325
|
+
<key>scope</key>
|
326
|
+
<string>constant.character.entity</string>
|
327
|
+
<key>settings</key>
|
328
|
+
<dict>
|
329
|
+
<key>fontStyle</key>
|
330
|
+
<string>bold underline</string>
|
331
|
+
<key>foreground</key>
|
332
|
+
<string>#2A9A66</string>
|
333
|
+
</dict>
|
334
|
+
</dict>
|
335
|
+
<dict>
|
336
|
+
<key>name</key>
|
337
|
+
<string>Constant character escape</string>
|
338
|
+
<key>scope</key>
|
339
|
+
<string>constant.character.escape</string>
|
340
|
+
<key>settings</key>
|
341
|
+
<dict>
|
342
|
+
<key>background</key>
|
343
|
+
<string>#FB001680</string>
|
344
|
+
<key>fontStyle</key>
|
345
|
+
<string>bold</string>
|
346
|
+
<key>foreground</key>
|
347
|
+
<string>#000000</string>
|
348
|
+
</dict>
|
349
|
+
</dict>
|
350
|
+
<dict>
|
351
|
+
<key>name</key>
|
352
|
+
<string>Constant language</string>
|
353
|
+
<key>scope</key>
|
354
|
+
<string>constant.language</string>
|
355
|
+
<key>settings</key>
|
356
|
+
<dict>
|
357
|
+
<key>fontStyle</key>
|
358
|
+
<string>bold underline</string>
|
359
|
+
<key>foreground</key>
|
360
|
+
<string>#376FC3</string>
|
361
|
+
</dict>
|
362
|
+
</dict>
|
363
|
+
<dict>
|
364
|
+
<key>name</key>
|
365
|
+
<string>Constant numeric</string>
|
366
|
+
<key>scope</key>
|
367
|
+
<string>constant.numeric</string>
|
368
|
+
<key>settings</key>
|
369
|
+
<dict>
|
370
|
+
<key>fontStyle</key>
|
371
|
+
<string>bold underline</string>
|
372
|
+
<key>foreground</key>
|
373
|
+
<string>#4F9B00</string>
|
374
|
+
</dict>
|
375
|
+
</dict>
|
376
|
+
<dict>
|
377
|
+
<key>name</key>
|
378
|
+
<string>------------------------------------------------------------------------------------------</string>
|
379
|
+
<key>settings</key>
|
380
|
+
<dict>
|
381
|
+
<key>fontStyle</key>
|
382
|
+
<string></string>
|
383
|
+
</dict>
|
384
|
+
</dict>
|
385
|
+
<dict>
|
386
|
+
<key>name</key>
|
387
|
+
<string>Variable</string>
|
388
|
+
<key>scope</key>
|
389
|
+
<string>variable, support.variable</string>
|
390
|
+
<key>settings</key>
|
391
|
+
<dict>
|
392
|
+
<key>fontStyle</key>
|
393
|
+
<string>bold</string>
|
394
|
+
<key>foreground</key>
|
395
|
+
<string>#54AC3B</string>
|
396
|
+
</dict>
|
397
|
+
</dict>
|
398
|
+
<dict>
|
399
|
+
<key>name</key>
|
400
|
+
<string>Variable other</string>
|
401
|
+
<key>scope</key>
|
402
|
+
<string>variable.other</string>
|
403
|
+
<key>settings</key>
|
404
|
+
<dict>
|
405
|
+
<key>fontStyle</key>
|
406
|
+
<string>bold</string>
|
407
|
+
<key>foreground</key>
|
408
|
+
<string>#9D3266</string>
|
409
|
+
</dict>
|
410
|
+
</dict>
|
411
|
+
<dict>
|
412
|
+
<key>name</key>
|
413
|
+
<string>------------------------------------------------------------------------------------------</string>
|
414
|
+
<key>settings</key>
|
415
|
+
<dict/>
|
416
|
+
</dict>
|
417
|
+
<dict>
|
418
|
+
<key>name</key>
|
419
|
+
<string>Function</string>
|
420
|
+
<key>scope</key>
|
421
|
+
<string>support.function</string>
|
422
|
+
<key>settings</key>
|
423
|
+
<dict>
|
424
|
+
<key>fontStyle</key>
|
425
|
+
<string>bold</string>
|
426
|
+
</dict>
|
427
|
+
</dict>
|
428
|
+
<dict>
|
429
|
+
<key>name</key>
|
430
|
+
<string>Support function properties</string>
|
431
|
+
<key>scope</key>
|
432
|
+
<string>support.function.properties</string>
|
433
|
+
<key>settings</key>
|
434
|
+
<dict>
|
435
|
+
<key>fontStyle</key>
|
436
|
+
<string>bold italic</string>
|
437
|
+
<key>foreground</key>
|
438
|
+
<string>#8D0004</string>
|
439
|
+
</dict>
|
440
|
+
</dict>
|
441
|
+
<dict>
|
442
|
+
<key>name</key>
|
443
|
+
<string>------------------------------------------------------------------------------------------</string>
|
444
|
+
<key>settings</key>
|
445
|
+
<dict>
|
446
|
+
<key>fontStyle</key>
|
447
|
+
<string></string>
|
448
|
+
</dict>
|
449
|
+
</dict>
|
450
|
+
<dict>
|
451
|
+
<key>name</key>
|
452
|
+
<string>Class</string>
|
453
|
+
<key>scope</key>
|
454
|
+
<string>class, support.class</string>
|
455
|
+
<key>settings</key>
|
456
|
+
<dict>
|
457
|
+
<key>fontStyle</key>
|
458
|
+
<string>bold</string>
|
459
|
+
<key>foreground</key>
|
460
|
+
<string>#2970CA</string>
|
461
|
+
</dict>
|
462
|
+
</dict>
|
463
|
+
<dict>
|
464
|
+
<key>name</key>
|
465
|
+
<string>Class exception</string>
|
466
|
+
<key>scope</key>
|
467
|
+
<string>support.class.exception</string>
|
468
|
+
<key>settings</key>
|
469
|
+
<dict>
|
470
|
+
<key>fontStyle</key>
|
471
|
+
<string>bold underline</string>
|
472
|
+
<key>foreground</key>
|
473
|
+
<string>#990000</string>
|
474
|
+
</dict>
|
475
|
+
</dict>
|
476
|
+
<dict>
|
477
|
+
<key>name</key>
|
478
|
+
<string>------------------------------------------------------------------------------------------</string>
|
479
|
+
<key>settings</key>
|
480
|
+
<dict/>
|
481
|
+
</dict>
|
482
|
+
<dict>
|
483
|
+
<key>name</key>
|
484
|
+
<string>Markup bold</string>
|
485
|
+
<key>scope</key>
|
486
|
+
<string>markup.bold</string>
|
487
|
+
<key>settings</key>
|
488
|
+
<dict>
|
489
|
+
<key>fontStyle</key>
|
490
|
+
<string>bold</string>
|
491
|
+
<key>foreground</key>
|
492
|
+
<string>#080808</string>
|
493
|
+
</dict>
|
494
|
+
</dict>
|
495
|
+
<dict>
|
496
|
+
<key>name</key>
|
497
|
+
<string>Markup deleted</string>
|
498
|
+
<key>scope</key>
|
499
|
+
<string>markup.deleted</string>
|
500
|
+
<key>settings</key>
|
501
|
+
<dict>
|
502
|
+
<key>fontStyle</key>
|
503
|
+
<string></string>
|
504
|
+
<key>foreground</key>
|
505
|
+
<string>#E34733</string>
|
506
|
+
</dict>
|
507
|
+
</dict>
|
508
|
+
<dict>
|
509
|
+
<key>name</key>
|
510
|
+
<string>Markup heading</string>
|
511
|
+
<key>scope</key>
|
512
|
+
<string>markup.heading</string>
|
513
|
+
<key>settings</key>
|
514
|
+
<dict>
|
515
|
+
<key>fontStyle</key>
|
516
|
+
<string>bold</string>
|
517
|
+
<key>foreground</key>
|
518
|
+
<string>#4266A0</string>
|
519
|
+
</dict>
|
520
|
+
</dict>
|
521
|
+
<dict>
|
522
|
+
<key>name</key>
|
523
|
+
<string>Markup italic</string>
|
524
|
+
<key>scope</key>
|
525
|
+
<string>markup.italic</string>
|
526
|
+
<key>settings</key>
|
527
|
+
<dict>
|
528
|
+
<key>fontStyle</key>
|
529
|
+
<string>italic</string>
|
530
|
+
</dict>
|
531
|
+
</dict>
|
532
|
+
<dict>
|
533
|
+
<key>name</key>
|
534
|
+
<string>Markup link</string>
|
535
|
+
<key>scope</key>
|
536
|
+
<string>markup.link, link, meta.link.inline</string>
|
537
|
+
<key>settings</key>
|
538
|
+
<dict>
|
539
|
+
<key>fontStyle</key>
|
540
|
+
<string>bold italic underline</string>
|
541
|
+
<key>foreground</key>
|
542
|
+
<string>#234A97</string>
|
543
|
+
</dict>
|
544
|
+
</dict>
|
545
|
+
<dict>
|
546
|
+
<key>name</key>
|
547
|
+
<string>Markup list</string>
|
548
|
+
<key>scope</key>
|
549
|
+
<string>markup.list</string>
|
550
|
+
<key>settings</key>
|
551
|
+
<dict>
|
552
|
+
<key>fontStyle</key>
|
553
|
+
<string></string>
|
554
|
+
<key>foreground</key>
|
555
|
+
<string>#B90690</string>
|
556
|
+
</dict>
|
557
|
+
</dict>
|
558
|
+
<dict>
|
559
|
+
<key>name</key>
|
560
|
+
<string>Markup quote</string>
|
561
|
+
<key>scope</key>
|
562
|
+
<string>markup.quote</string>
|
563
|
+
<key>settings</key>
|
564
|
+
<dict>
|
565
|
+
<key>fontStyle</key>
|
566
|
+
<string>italic</string>
|
567
|
+
<key>foreground</key>
|
568
|
+
<string>#0B6125</string>
|
569
|
+
</dict>
|
570
|
+
</dict>
|
571
|
+
<dict>
|
572
|
+
<key>name</key>
|
573
|
+
<string>Markup raw</string>
|
574
|
+
<key>scope</key>
|
575
|
+
<string>markup.raw</string>
|
576
|
+
<key>settings</key>
|
577
|
+
<dict>
|
578
|
+
<key>background</key>
|
579
|
+
<string>#FFFFFF</string>
|
580
|
+
<key>fontStyle</key>
|
581
|
+
<string></string>
|
582
|
+
<key>foreground</key>
|
583
|
+
<string>#234A97</string>
|
584
|
+
</dict>
|
585
|
+
</dict>
|
586
|
+
<dict>
|
587
|
+
<key>name</key>
|
588
|
+
<string>Markup underline</string>
|
589
|
+
<key>scope</key>
|
590
|
+
<string>markup.underline</string>
|
591
|
+
<key>settings</key>
|
592
|
+
<dict>
|
593
|
+
<key>fontStyle</key>
|
594
|
+
<string>underline</string>
|
595
|
+
<key>foreground</key>
|
596
|
+
<string>#080808</string>
|
597
|
+
</dict>
|
598
|
+
</dict>
|
599
|
+
<dict>
|
600
|
+
<key>name</key>
|
601
|
+
<string>------------------------------------------------------------------------------------------</string>
|
602
|
+
<key>settings</key>
|
603
|
+
<dict/>
|
604
|
+
</dict>
|
605
|
+
<dict>
|
606
|
+
<key>name</key>
|
607
|
+
<string>Declaration tag</string>
|
608
|
+
<key>scope</key>
|
609
|
+
<string>declaration.tag</string>
|
610
|
+
<key>settings</key>
|
611
|
+
<dict>
|
612
|
+
<key>fontStyle</key>
|
613
|
+
<string></string>
|
614
|
+
<key>foreground</key>
|
615
|
+
<string>#4266A0</string>
|
616
|
+
</dict>
|
617
|
+
</dict>
|
618
|
+
<dict>
|
619
|
+
<key>name</key>
|
620
|
+
<string>------------------------------------------------------------------------------------------</string>
|
621
|
+
<key>settings</key>
|
622
|
+
<dict/>
|
623
|
+
</dict>
|
624
|
+
<dict>
|
625
|
+
<key>name</key>
|
626
|
+
<string>Entity name class</string>
|
627
|
+
<key>scope</key>
|
628
|
+
<string>entity.name.class</string>
|
629
|
+
<key>settings</key>
|
630
|
+
<dict>
|
631
|
+
<key>fontStyle</key>
|
632
|
+
<string>bold underline</string>
|
633
|
+
<key>foreground</key>
|
634
|
+
<string>#4F1900</string>
|
635
|
+
</dict>
|
636
|
+
</dict>
|
637
|
+
<dict>
|
638
|
+
<key>name</key>
|
639
|
+
<string>Entity name class variant</string>
|
640
|
+
<key>scope</key>
|
641
|
+
<string>entity.name.class.variant</string>
|
642
|
+
<key>settings</key>
|
643
|
+
<dict>
|
644
|
+
<key>fontStyle</key>
|
645
|
+
<string>underline</string>
|
646
|
+
<key>foreground</key>
|
647
|
+
<string>#C08060</string>
|
648
|
+
</dict>
|
649
|
+
</dict>
|
650
|
+
<dict>
|
651
|
+
<key>name</key>
|
652
|
+
<string>Entity name function</string>
|
653
|
+
<key>scope</key>
|
654
|
+
<string>entity.name.function</string>
|
655
|
+
<key>settings</key>
|
656
|
+
<dict>
|
657
|
+
<key>fontStyle</key>
|
658
|
+
<string>bold underline</string>
|
659
|
+
<key>foreground</key>
|
660
|
+
<string>#5C3566</string>
|
661
|
+
</dict>
|
662
|
+
</dict>
|
663
|
+
<dict>
|
664
|
+
<key>name</key>
|
665
|
+
<string>Entity name tag</string>
|
666
|
+
<key>scope</key>
|
667
|
+
<string>entity.name.tag</string>
|
668
|
+
<key>settings</key>
|
669
|
+
<dict>
|
670
|
+
<key>fontStyle</key>
|
671
|
+
<string>bold underline</string>
|
672
|
+
<key>foreground</key>
|
673
|
+
<string>#519A58</string>
|
674
|
+
</dict>
|
675
|
+
</dict>
|
676
|
+
<dict>
|
677
|
+
<key>name</key>
|
678
|
+
<string>Entity name type class</string>
|
679
|
+
<key>scope</key>
|
680
|
+
<string>entity.name.type.class</string>
|
681
|
+
<key>settings</key>
|
682
|
+
<dict>
|
683
|
+
<key>fontStyle</key>
|
684
|
+
<string>bold underline</string>
|
685
|
+
<key>foreground</key>
|
686
|
+
<string>#589C24</string>
|
687
|
+
</dict>
|
688
|
+
</dict>
|
689
|
+
<dict>
|
690
|
+
<key>name</key>
|
691
|
+
<string>Entity name type class type</string>
|
692
|
+
<key>scope</key>
|
693
|
+
<string>entity.name.type.class.type</string>
|
694
|
+
<key>settings</key>
|
695
|
+
<dict>
|
696
|
+
<key>fontStyle</key>
|
697
|
+
<string>underline</string>
|
698
|
+
<key>foreground</key>
|
699
|
+
<string>#8000C0</string>
|
700
|
+
</dict>
|
701
|
+
</dict>
|
702
|
+
<dict>
|
703
|
+
<key>name</key>
|
704
|
+
<string>Entity other attribute-name</string>
|
705
|
+
<key>scope</key>
|
706
|
+
<string>entity.other.attribute-name</string>
|
707
|
+
<key>settings</key>
|
708
|
+
<dict>
|
709
|
+
<key>fontStyle</key>
|
710
|
+
<string>underline</string>
|
711
|
+
<key>foreground</key>
|
712
|
+
<string>#D2261B</string>
|
713
|
+
</dict>
|
714
|
+
</dict>
|
715
|
+
<dict>
|
716
|
+
<key>name</key>
|
717
|
+
<string>Entity other inherited-class</string>
|
718
|
+
<key>scope</key>
|
719
|
+
<string>entity.other.inherited-class</string>
|
720
|
+
<key>settings</key>
|
721
|
+
<dict>
|
722
|
+
<key>fontStyle</key>
|
723
|
+
<string>underline</string>
|
724
|
+
<key>foreground</key>
|
725
|
+
<string>#84A135</string>
|
726
|
+
</dict>
|
727
|
+
</dict>
|
728
|
+
<dict>
|
729
|
+
<key>name</key>
|
730
|
+
<string>------------------------------------------------------------------------------------------</string>
|
731
|
+
<key>settings</key>
|
732
|
+
<dict/>
|
733
|
+
</dict>
|
734
|
+
<dict>
|
735
|
+
<key>name</key>
|
736
|
+
<string>Invalid</string>
|
737
|
+
<key>scope</key>
|
738
|
+
<string>invalid</string>
|
739
|
+
<key>settings</key>
|
740
|
+
<dict>
|
741
|
+
<key>background</key>
|
742
|
+
<string>#990000</string>
|
743
|
+
<key>fontStyle</key>
|
744
|
+
<string>bold</string>
|
745
|
+
<key>foreground</key>
|
746
|
+
<string>#FFFFFF</string>
|
747
|
+
</dict>
|
748
|
+
</dict>
|
749
|
+
<dict>
|
750
|
+
<key>name</key>
|
751
|
+
<string>Invalid bad-comma</string>
|
752
|
+
<key>scope</key>
|
753
|
+
<string>invalid.bad-comma.css</string>
|
754
|
+
<key>settings</key>
|
755
|
+
<dict>
|
756
|
+
<key>background</key>
|
757
|
+
<string>#FF0000</string>
|
758
|
+
<key>fontStyle</key>
|
759
|
+
<string>bold</string>
|
760
|
+
<key>foreground</key>
|
761
|
+
<string>#FFFFFF</string>
|
762
|
+
</dict>
|
763
|
+
</dict>
|
764
|
+
<dict>
|
765
|
+
<key>name</key>
|
766
|
+
<string>Invalid deprecated</string>
|
767
|
+
<key>scope</key>
|
768
|
+
<string>invalid.deprecated</string>
|
769
|
+
<key>settings</key>
|
770
|
+
<dict>
|
771
|
+
<key>background</key>
|
772
|
+
<string>#AE81FF</string>
|
773
|
+
<key>fontStyle</key>
|
774
|
+
<string>bold</string>
|
775
|
+
<key>foreground</key>
|
776
|
+
<string>#5B62B5</string>
|
777
|
+
</dict>
|
778
|
+
</dict>
|
779
|
+
<dict>
|
780
|
+
<key>name</key>
|
781
|
+
<string>Invalid deprecated trailing-whitespace</string>
|
782
|
+
<key>scope</key>
|
783
|
+
<string>invalid.deprecated.trailing-whitespace</string>
|
784
|
+
<key>settings</key>
|
785
|
+
<dict>
|
786
|
+
<key>background</key>
|
787
|
+
<string>#FFD0D0</string>
|
788
|
+
</dict>
|
789
|
+
</dict>
|
790
|
+
<dict>
|
791
|
+
<key>name</key>
|
792
|
+
<string>Invalid illegal</string>
|
793
|
+
<key>scope</key>
|
794
|
+
<string>invalid.illegal</string>
|
795
|
+
<key>settings</key>
|
796
|
+
<dict>
|
797
|
+
<key>background</key>
|
798
|
+
<string>#562D56</string>
|
799
|
+
<key>fontStyle</key>
|
800
|
+
<string>bold</string>
|
801
|
+
<key>foreground</key>
|
802
|
+
<string>#FFFFFF</string>
|
803
|
+
</dict>
|
804
|
+
</dict>
|
805
|
+
<dict>
|
806
|
+
<key>name</key>
|
807
|
+
<string>------------------------------------------------------------------------------------------</string>
|
808
|
+
<key>settings</key>
|
809
|
+
<dict/>
|
810
|
+
</dict>
|
811
|
+
<dict>
|
812
|
+
<key>name</key>
|
813
|
+
<string>Punctuation definition entity</string>
|
814
|
+
<key>scope</key>
|
815
|
+
<string>punctuation.definition.entity</string>
|
816
|
+
<key>settings</key>
|
817
|
+
<dict>
|
818
|
+
<key>fontStyle</key>
|
819
|
+
<string>bold</string>
|
820
|
+
<key>foreground</key>
|
821
|
+
<string>#2A9A66</string>
|
822
|
+
</dict>
|
823
|
+
</dict>
|
824
|
+
<dict>
|
825
|
+
<key>name</key>
|
826
|
+
<string>Punctuation delimiter method</string>
|
827
|
+
<key>scope</key>
|
828
|
+
<string>punctuation.delimiter.method</string>
|
829
|
+
<key>settings</key>
|
830
|
+
<dict>
|
831
|
+
<key>fontStyle</key>
|
832
|
+
<string>bold</string>
|
833
|
+
<key>foreground</key>
|
834
|
+
<string>#761B48</string>
|
835
|
+
</dict>
|
836
|
+
</dict>
|
837
|
+
</array>
|
838
|
+
<key>uuid</key>
|
839
|
+
<string>46E04B21-D999-4DF1-AF14-0C3F4B60C07A</string>
|
840
|
+
</dict>
|
841
|
+
</plist>
|