redcar-bundles 0.1-java → 0.2-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,175 @@
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>http://chriskempson.com</string>
7
+ <key>name</key>
8
+ <string>Tomorrow Night - Blue</string>
9
+ <key>settings</key>
10
+ <array>
11
+ <dict>
12
+ <key>settings</key>
13
+ <dict>
14
+ <key>background</key>
15
+ <string>#002451</string>
16
+ <key>caret</key>
17
+ <string>#FFFFFF</string>
18
+ <key>foreground</key>
19
+ <string>#FFFFFF</string>
20
+ <key>invisibles</key>
21
+ <string>#404F7D</string>
22
+ <key>lineHighlight</key>
23
+ <string>#00346E</string>
24
+ <key>selection</key>
25
+ <string>#003F8E</string>
26
+ </dict>
27
+ </dict>
28
+ <dict>
29
+ <key>name</key>
30
+ <string>Comment</string>
31
+ <key>scope</key>
32
+ <string>comment</string>
33
+ <key>settings</key>
34
+ <dict>
35
+ <key>foreground</key>
36
+ <string>#7285B7</string>
37
+ </dict>
38
+ </dict>
39
+ <dict>
40
+ <key>name</key>
41
+ <string>Foreground, Operator</string>
42
+ <key>scope</key>
43
+ <string>keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line</string>
44
+ <key>settings</key>
45
+ <dict>
46
+ <key>fontStyle</key>
47
+ <string></string>
48
+ <key>foreground</key>
49
+ <string>#FFFFFF</string>
50
+ </dict>
51
+ </dict>
52
+ <dict>
53
+ <key>name</key>
54
+ <string>Variable, String Link, Regular Expression, Tag Name</string>
55
+ <key>scope</key>
56
+ <string>variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name</string>
57
+ <key>settings</key>
58
+ <dict>
59
+ <key>foreground</key>
60
+ <string>#FF9DA4</string>
61
+ </dict>
62
+ </dict>
63
+ <dict>
64
+ <key>name</key>
65
+ <string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
66
+ <key>scope</key>
67
+ <string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded</string>
68
+ <key>settings</key>
69
+ <dict>
70
+ <key>fontStyle</key>
71
+ <string></string>
72
+ <key>foreground</key>
73
+ <string>#FFC58F</string>
74
+ </dict>
75
+ </dict>
76
+ <dict>
77
+ <key>name</key>
78
+ <string>Class, Support</string>
79
+ <key>scope</key>
80
+ <string>entity.name.class, entity.name.type.class, support.type, support.class</string>
81
+ <key>settings</key>
82
+ <dict>
83
+ <key>fontStyle</key>
84
+ <string></string>
85
+ <key>foreground</key>
86
+ <string>#FFEEAD</string>
87
+ </dict>
88
+ </dict>
89
+ <dict>
90
+ <key>name</key>
91
+ <string>String, Symbols, Inherited Class, Markup Heading</string>
92
+ <key>scope</key>
93
+ <string>string, constant.other.symbol, entity.other.inherited-class, markup.heading</string>
94
+ <key>settings</key>
95
+ <dict>
96
+ <key>fontStyle</key>
97
+ <string></string>
98
+ <key>foreground</key>
99
+ <string>#D1F1A9</string>
100
+ </dict>
101
+ </dict>
102
+ <dict>
103
+ <key>name</key>
104
+ <string>Function, Special Method, Block Level</string>
105
+ <key>scope</key>
106
+ <string>entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level</string>
107
+ <key>settings</key>
108
+ <dict>
109
+ <key>fontStyle</key>
110
+ <string></string>
111
+ <key>foreground</key>
112
+ <string>#BBDAFF</string>
113
+ </dict>
114
+ </dict>
115
+ <dict>
116
+ <key>name</key>
117
+ <string>Keyword, Storage</string>
118
+ <key>scope</key>
119
+ <string>keyword, storage, storage.type</string>
120
+ <key>settings</key>
121
+ <dict>
122
+ <key>fontStyle</key>
123
+ <string></string>
124
+ <key>foreground</key>
125
+ <string>#EBBBFF</string>
126
+ </dict>
127
+ </dict>
128
+ <dict>
129
+ <key>name</key>
130
+ <string>Invalid</string>
131
+ <key>scope</key>
132
+ <string>invalid</string>
133
+ <key>settings</key>
134
+ <dict>
135
+ <key>background</key>
136
+ <string>#E16F73</string>
137
+ <key>fontStyle</key>
138
+ <string></string>
139
+ <key>foreground</key>
140
+ <string>#822021</string>
141
+ </dict>
142
+ </dict>
143
+ <dict>
144
+ <key>name</key>
145
+ <string>Separator</string>
146
+ <key>scope</key>
147
+ <string>meta.separator</string>
148
+ <key>settings</key>
149
+ <dict>
150
+ <key>background</key>
151
+ <string>#8EAAD7</string>
152
+ <key>foreground</key>
153
+ <string>#224D70</string>
154
+ </dict>
155
+ </dict>
156
+ <dict>
157
+ <key>name</key>
158
+ <string>Deprecated</string>
159
+ <key>scope</key>
160
+ <string>invalid.deprecated</string>
161
+ <key>settings</key>
162
+ <dict>
163
+ <key>background</key>
164
+ <string>#BF9AD0</string>
165
+ <key>fontStyle</key>
166
+ <string></string>
167
+ <key>foreground</key>
168
+ <string>#62436A</string>
169
+ </dict>
170
+ </dict>
171
+ </array>
172
+ <key>uuid</key>
173
+ <string>3F4BB232-3C3A-4396-99C0-06A9573715E9</string>
174
+ </dict>
175
+ </plist>
@@ -0,0 +1,175 @@
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>http://chriskempson.com</string>
7
+ <key>name</key>
8
+ <string>Tomorrow Night - Eighties</string>
9
+ <key>settings</key>
10
+ <array>
11
+ <dict>
12
+ <key>settings</key>
13
+ <dict>
14
+ <key>background</key>
15
+ <string>#2D2D2D</string>
16
+ <key>caret</key>
17
+ <string>#CCCCCC</string>
18
+ <key>foreground</key>
19
+ <string>#CCCCCC</string>
20
+ <key>invisibles</key>
21
+ <string>#6A6A6A</string>
22
+ <key>lineHighlight</key>
23
+ <string>#393939</string>
24
+ <key>selection</key>
25
+ <string>#515151</string>
26
+ </dict>
27
+ </dict>
28
+ <dict>
29
+ <key>name</key>
30
+ <string>Comment</string>
31
+ <key>scope</key>
32
+ <string>comment</string>
33
+ <key>settings</key>
34
+ <dict>
35
+ <key>foreground</key>
36
+ <string>#999999</string>
37
+ </dict>
38
+ </dict>
39
+ <dict>
40
+ <key>name</key>
41
+ <string>Foreground, Operator</string>
42
+ <key>scope</key>
43
+ <string>keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line</string>
44
+ <key>settings</key>
45
+ <dict>
46
+ <key>fontStyle</key>
47
+ <string></string>
48
+ <key>foreground</key>
49
+ <string>#CCCCCC</string>
50
+ </dict>
51
+ </dict>
52
+ <dict>
53
+ <key>name</key>
54
+ <string>Variable, String Link, Tag Name</string>
55
+ <key>scope</key>
56
+ <string>variable, support.other.variable, string.other.link, entity.name.tag, entity.other.attribute-name</string>
57
+ <key>settings</key>
58
+ <dict>
59
+ <key>foreground</key>
60
+ <string>#F2777A</string>
61
+ </dict>
62
+ </dict>
63
+ <dict>
64
+ <key>name</key>
65
+ <string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
66
+ <key>scope</key>
67
+ <string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded</string>
68
+ <key>settings</key>
69
+ <dict>
70
+ <key>fontStyle</key>
71
+ <string></string>
72
+ <key>foreground</key>
73
+ <string>#F99157</string>
74
+ </dict>
75
+ </dict>
76
+ <dict>
77
+ <key>name</key>
78
+ <string>Class, Support</string>
79
+ <key>scope</key>
80
+ <string>entity.name.class, entity.name.type.class, support.type, support.class</string>
81
+ <key>settings</key>
82
+ <dict>
83
+ <key>fontStyle</key>
84
+ <string></string>
85
+ <key>foreground</key>
86
+ <string>#FFCC66</string>
87
+ </dict>
88
+ </dict>
89
+ <dict>
90
+ <key>name</key>
91
+ <string>String, Symbols, Inherited Class, Markup Heading</string>
92
+ <key>scope</key>
93
+ <string>string, constant.other.symbol, entity.other.inherited-class, markup.heading</string>
94
+ <key>settings</key>
95
+ <dict>
96
+ <key>fontStyle</key>
97
+ <string></string>
98
+ <key>foreground</key>
99
+ <string>#99CC99</string>
100
+ </dict>
101
+ </dict>
102
+ <dict>
103
+ <key>name</key>
104
+ <string>Function, Special Method, Block Level</string>
105
+ <key>scope</key>
106
+ <string>entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level</string>
107
+ <key>settings</key>
108
+ <dict>
109
+ <key>fontStyle</key>
110
+ <string></string>
111
+ <key>foreground</key>
112
+ <string>#99CCCC</string>
113
+ </dict>
114
+ </dict>
115
+ <dict>
116
+ <key>name</key>
117
+ <string>Keyword, Storage</string>
118
+ <key>scope</key>
119
+ <string>keyword, storage, storage.type</string>
120
+ <key>settings</key>
121
+ <dict>
122
+ <key>fontStyle</key>
123
+ <string></string>
124
+ <key>foreground</key>
125
+ <string>#CC99CC</string>
126
+ </dict>
127
+ </dict>
128
+ <dict>
129
+ <key>name</key>
130
+ <string>Invalid</string>
131
+ <key>scope</key>
132
+ <string>invalid</string>
133
+ <key>settings</key>
134
+ <dict>
135
+ <key>background</key>
136
+ <string>#F2777A</string>
137
+ <key>fontStyle</key>
138
+ <string></string>
139
+ <key>foreground</key>
140
+ <string>#660000</string>
141
+ </dict>
142
+ </dict>
143
+ <dict>
144
+ <key>name</key>
145
+ <string>Separator</string>
146
+ <key>scope</key>
147
+ <string>meta.separator</string>
148
+ <key>settings</key>
149
+ <dict>
150
+ <key>background</key>
151
+ <string>#99CCCC</string>
152
+ <key>foreground</key>
153
+ <string>#006666</string>
154
+ </dict>
155
+ </dict>
156
+ <dict>
157
+ <key>name</key>
158
+ <string>Deprecated</string>
159
+ <key>scope</key>
160
+ <string>invalid.deprecated</string>
161
+ <key>settings</key>
162
+ <dict>
163
+ <key>background</key>
164
+ <string>#CC99CC</string>
165
+ <key>fontStyle</key>
166
+ <string></string>
167
+ <key>foreground</key>
168
+ <string>#660033</string>
169
+ </dict>
170
+ </dict>
171
+ </array>
172
+ <key>uuid</key>
173
+ <string>DE477E5B-BD4D-46B0-BF80-2EA32A2814D5</string>
174
+ </dict>
175
+ </plist>
@@ -0,0 +1,175 @@
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>http://chriskempson.com</string>
7
+ <key>name</key>
8
+ <string>Tomorrow Night</string>
9
+ <key>settings</key>
10
+ <array>
11
+ <dict>
12
+ <key>settings</key>
13
+ <dict>
14
+ <key>background</key>
15
+ <string>#1D1F21</string>
16
+ <key>caret</key>
17
+ <string>#AEAFAD</string>
18
+ <key>foreground</key>
19
+ <string>#C5C8C6</string>
20
+ <key>invisibles</key>
21
+ <string>#4B4E55</string>
22
+ <key>lineHighlight</key>
23
+ <string>#282A2E</string>
24
+ <key>selection</key>
25
+ <string>#373B41</string>
26
+ </dict>
27
+ </dict>
28
+ <dict>
29
+ <key>name</key>
30
+ <string>Comment</string>
31
+ <key>scope</key>
32
+ <string>comment</string>
33
+ <key>settings</key>
34
+ <dict>
35
+ <key>foreground</key>
36
+ <string>#969896</string>
37
+ </dict>
38
+ </dict>
39
+ <dict>
40
+ <key>name</key>
41
+ <string>Foreground, Operator</string>
42
+ <key>scope</key>
43
+ <string>keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line</string>
44
+ <key>settings</key>
45
+ <dict>
46
+ <key>fontStyle</key>
47
+ <string></string>
48
+ <key>foreground</key>
49
+ <string>#CED1CF</string>
50
+ </dict>
51
+ </dict>
52
+ <dict>
53
+ <key>name</key>
54
+ <string>Variable, String Link, Regular Expression, Tag Name</string>
55
+ <key>scope</key>
56
+ <string>variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name</string>
57
+ <key>settings</key>
58
+ <dict>
59
+ <key>foreground</key>
60
+ <string>#CC6666</string>
61
+ </dict>
62
+ </dict>
63
+ <dict>
64
+ <key>name</key>
65
+ <string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
66
+ <key>scope</key>
67
+ <string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded</string>
68
+ <key>settings</key>
69
+ <dict>
70
+ <key>fontStyle</key>
71
+ <string></string>
72
+ <key>foreground</key>
73
+ <string>#DE935F</string>
74
+ </dict>
75
+ </dict>
76
+ <dict>
77
+ <key>name</key>
78
+ <string>Class, Support</string>
79
+ <key>scope</key>
80
+ <string>entity.name.class, entity.name.type.class, support.type, support.class</string>
81
+ <key>settings</key>
82
+ <dict>
83
+ <key>fontStyle</key>
84
+ <string></string>
85
+ <key>foreground</key>
86
+ <string>#F0C674</string>
87
+ </dict>
88
+ </dict>
89
+ <dict>
90
+ <key>name</key>
91
+ <string>String, Symbols, Inherited Class, Markup Heading</string>
92
+ <key>scope</key>
93
+ <string>string, constant.other.symbol, entity.other.inherited-class, markup.heading</string>
94
+ <key>settings</key>
95
+ <dict>
96
+ <key>fontStyle</key>
97
+ <string></string>
98
+ <key>foreground</key>
99
+ <string>#B5BD68</string>
100
+ </dict>
101
+ </dict>
102
+ <dict>
103
+ <key>name</key>
104
+ <string>Function, Special Method, Block Level</string>
105
+ <key>scope</key>
106
+ <string>entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level</string>
107
+ <key>settings</key>
108
+ <dict>
109
+ <key>fontStyle</key>
110
+ <string></string>
111
+ <key>foreground</key>
112
+ <string>#81A2BE</string>
113
+ </dict>
114
+ </dict>
115
+ <dict>
116
+ <key>name</key>
117
+ <string>Keyword, Storage</string>
118
+ <key>scope</key>
119
+ <string>keyword, storage, storage.type</string>
120
+ <key>settings</key>
121
+ <dict>
122
+ <key>fontStyle</key>
123
+ <string></string>
124
+ <key>foreground</key>
125
+ <string>#B294BB</string>
126
+ </dict>
127
+ </dict>
128
+ <dict>
129
+ <key>name</key>
130
+ <string>Invalid</string>
131
+ <key>scope</key>
132
+ <string>invalid</string>
133
+ <key>settings</key>
134
+ <dict>
135
+ <key>background</key>
136
+ <string>#DF5F5F</string>
137
+ <key>fontStyle</key>
138
+ <string></string>
139
+ <key>foreground</key>
140
+ <string>#822021</string>
141
+ </dict>
142
+ </dict>
143
+ <dict>
144
+ <key>name</key>
145
+ <string>Separator</string>
146
+ <key>scope</key>
147
+ <string>meta.separator</string>
148
+ <key>settings</key>
149
+ <dict>
150
+ <key>background</key>
151
+ <string>#82A3BF</string>
152
+ <key>foreground</key>
153
+ <string>#224D70</string>
154
+ </dict>
155
+ </dict>
156
+ <dict>
157
+ <key>name</key>
158
+ <string>Deprecated</string>
159
+ <key>scope</key>
160
+ <string>invalid.deprecated</string>
161
+ <key>settings</key>
162
+ <dict>
163
+ <key>background</key>
164
+ <string>#B798BF</string>
165
+ <key>fontStyle</key>
166
+ <string></string>
167
+ <key>foreground</key>
168
+ <string>#62436A</string>
169
+ </dict>
170
+ </dict>
171
+ </array>
172
+ <key>uuid</key>
173
+ <string>F96223EB-1A60-4617-92F3-D24D4F13DB09</string>
174
+ </dict>
175
+ </plist>
@@ -0,0 +1,349 @@
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>http://chriskempson.com</string>
7
+ <key>name</key>
8
+ <string>Tomorrow</string>
9
+ <key>settings</key>
10
+ <array>
11
+ <dict>
12
+ <key>settings</key>
13
+ <dict>
14
+ <key>background</key>
15
+ <string>#FFFFFF</string>
16
+ <key>caret</key>
17
+ <string>#4D4D4C</string>
18
+ <key>foreground</key>
19
+ <string>#4D4D4C</string>
20
+ <key>invisibles</key>
21
+ <string>#9BA3C5</string>
22
+ <key>lineHighlight</key>
23
+ <string>#E9EFFF</string>
24
+ <key>selection</key>
25
+ <string>#C5CCE9</string>
26
+ </dict>
27
+ </dict>
28
+ <dict>
29
+ <key>name</key>
30
+ <string>Comment</string>
31
+ <key>scope</key>
32
+ <string>comment</string>
33
+ <key>settings</key>
34
+ <dict>
35
+ <key>foreground</key>
36
+ <string>#8E908C</string>
37
+ </dict>
38
+ </dict>
39
+ <dict>
40
+ <key>name</key>
41
+ <string>String</string>
42
+ <key>scope</key>
43
+ <string>string</string>
44
+ <key>settings</key>
45
+ <dict>
46
+ <key>fontStyle</key>
47
+ <string></string>
48
+ <key>foreground</key>
49
+ <string>#718C00</string>
50
+ </dict>
51
+ </dict>
52
+ <dict>
53
+ <key>name</key>
54
+ <string>String Link</string>
55
+ <key>scope</key>
56
+ <string>string.other.link</string>
57
+ <key>settings</key>
58
+ <dict>
59
+ <key>foreground</key>
60
+ <string>#C82829</string>
61
+ </dict>
62
+ </dict>
63
+ <dict>
64
+ <key>name</key>
65
+ <string>Number</string>
66
+ <key>scope</key>
67
+ <string>constant.numeric</string>
68
+ <key>settings</key>
69
+ <dict>
70
+ <key>fontStyle</key>
71
+ <string></string>
72
+ <key>foreground</key>
73
+ <string>#F5871F</string>
74
+ </dict>
75
+ </dict>
76
+ <dict>
77
+ <key>name</key>
78
+ <string>Regular Expression</string>
79
+ <key>scope</key>
80
+ <string>Regular expression</string>
81
+ <key>settings</key>
82
+ <dict>
83
+ <key>foreground</key>
84
+ <string>#C82829</string>
85
+ </dict>
86
+ </dict>
87
+ <dict>
88
+ <key>name</key>
89
+ <string>Constant</string>
90
+ <key>scope</key>
91
+ <string>constant.language, support.constant, constant.character, constant.other</string>
92
+ <key>settings</key>
93
+ <dict>
94
+ <key>fontStyle</key>
95
+ <string></string>
96
+ <key>foreground</key>
97
+ <string>#F5871F</string>
98
+ </dict>
99
+ </dict>
100
+ <dict>
101
+ <key>name</key>
102
+ <string>Symbol</string>
103
+ <key>scope</key>
104
+ <string>constant.other.symbol</string>
105
+ <key>settings</key>
106
+ <dict>
107
+ <key>foreground</key>
108
+ <string>#718C00</string>
109
+ </dict>
110
+ </dict>
111
+ <dict>
112
+ <key>name</key>
113
+ <string>Variable</string>
114
+ <key>scope</key>
115
+ <string>variable, support.other.variable</string>
116
+ <key>settings</key>
117
+ <dict>
118
+ <key>fontStyle</key>
119
+ <string></string>
120
+ <key>foreground</key>
121
+ <string>#C82829</string>
122
+ </dict>
123
+ </dict>
124
+ <dict>
125
+ <key>name</key>
126
+ <string>Keyword</string>
127
+ <key>scope</key>
128
+ <string>keyword</string>
129
+ <key>settings</key>
130
+ <dict>
131
+ <key>fontStyle</key>
132
+ <string></string>
133
+ <key>foreground</key>
134
+ <string>#8959A8</string>
135
+ </dict>
136
+ </dict>
137
+ <dict>
138
+ <key>name</key>
139
+ <string>Operator</string>
140
+ <key>scope</key>
141
+ <string>keyword.operator.class, keyword.operator</string>
142
+ <key>settings</key>
143
+ <dict>
144
+ <key>fontStyle</key>
145
+ <string></string>
146
+ <key>foreground</key>
147
+ <string>#4D4D4C</string>
148
+ </dict>
149
+ </dict>
150
+ <dict>
151
+ <key>name</key>
152
+ <string>Special Method</string>
153
+ <key>scope</key>
154
+ <string>keyword.other.special-method</string>
155
+ <key>settings</key>
156
+ <dict>
157
+ <key>fontStyle</key>
158
+ <string></string>
159
+ <key>foreground</key>
160
+ <string>#4271AE</string>
161
+ </dict>
162
+ </dict>
163
+ <dict>
164
+ <key>name</key>
165
+ <string>Storage</string>
166
+ <key>scope</key>
167
+ <string>storage, storage.type</string>
168
+ <key>settings</key>
169
+ <dict>
170
+ <key>fontStyle</key>
171
+ <string></string>
172
+ <key>foreground</key>
173
+ <string>#8959A8</string>
174
+ </dict>
175
+ </dict>
176
+ <dict>
177
+ <key>name</key>
178
+ <string>Class</string>
179
+ <key>scope</key>
180
+ <string>entity.name.class, entity.name.type.class</string>
181
+ <key>settings</key>
182
+ <dict>
183
+ <key>fontStyle</key>
184
+ <string></string>
185
+ <key>foreground</key>
186
+ <string>#EAB700</string>
187
+ </dict>
188
+ </dict>
189
+ <dict>
190
+ <key>name</key>
191
+ <string>Class Inherited</string>
192
+ <key>scope</key>
193
+ <string>entity.other.inherited-class</string>
194
+ <key>settings</key>
195
+ <dict>
196
+ <key>fontStyle</key>
197
+ <string></string>
198
+ <key>foreground</key>
199
+ <string>#718C00</string>
200
+ </dict>
201
+ </dict>
202
+ <dict>
203
+ <key>name</key>
204
+ <string>Support</string>
205
+ <key>scope</key>
206
+ <string>support.type, support.class</string>
207
+ <key>settings</key>
208
+ <dict>
209
+ <key>fontStyle</key>
210
+ <string></string>
211
+ <key>foreground</key>
212
+ <string>#EAB700</string>
213
+ </dict>
214
+ </dict>
215
+ <dict>
216
+ <key>name</key>
217
+ <string>Function</string>
218
+ <key>scope</key>
219
+ <string>entity.name.function, meta.function-call, support.function</string>
220
+ <key>settings</key>
221
+ <dict>
222
+ <key>fontStyle</key>
223
+ <string></string>
224
+ <key>foreground</key>
225
+ <string>#4271AE</string>
226
+ </dict>
227
+ </dict>
228
+ <dict>
229
+ <key>name</key>
230
+ <string>Function Argument</string>
231
+ <key>scope</key>
232
+ <string>variable.parameter</string>
233
+ <key>settings</key>
234
+ <dict>
235
+ <key>fontStyle</key>
236
+ <string></string>
237
+ <key>foreground</key>
238
+ <string>#F5871F</string>
239
+ </dict>
240
+ </dict>
241
+ <dict>
242
+ <key>name</key>
243
+ <string>Tag name</string>
244
+ <key>scope</key>
245
+ <string>entity.name.tag</string>
246
+ <key>settings</key>
247
+ <dict>
248
+ <key>fontStyle</key>
249
+ <string></string>
250
+ <key>foreground</key>
251
+ <string>#C82829</string>
252
+ </dict>
253
+ </dict>
254
+ <dict>
255
+ <key>name</key>
256
+ <string>Tag attribute</string>
257
+ <key>scope</key>
258
+ <string>entity.other.attribute-name</string>
259
+ <key>settings</key>
260
+ <dict>
261
+ <key>fontStyle</key>
262
+ <string></string>
263
+ <key>foreground</key>
264
+ <string>#F5871F</string>
265
+ </dict>
266
+ </dict>
267
+ <dict>
268
+ <key>name</key>
269
+ <string>Embedded</string>
270
+ <key>scope</key>
271
+ <string>punctuation.section.embedded</string>
272
+ <key>settings</key>
273
+ <dict>
274
+ <key>fontStyle</key>
275
+ <string></string>
276
+ <key>foreground</key>
277
+ <string>#F5871F</string>
278
+ </dict>
279
+ </dict>
280
+ <dict>
281
+ <key>name</key>
282
+ <string>Block Level</string>
283
+ <key>scope</key>
284
+ <string>meta.block-level</string>
285
+ <key>settings</key>
286
+ <dict>
287
+ <key>foreground</key>
288
+ <string>#4271AE</string>
289
+ </dict>
290
+ </dict>
291
+ <dict>
292
+ <key>name</key>
293
+ <string>Markup Heading</string>
294
+ <key>scope</key>
295
+ <string>markup.heading</string>
296
+ <key>settings</key>
297
+ <dict>
298
+ <key>foreground</key>
299
+ <string>#718C00</string>
300
+ </dict>
301
+ </dict>
302
+ <dict>
303
+ <key>name</key>
304
+ <string>Separator</string>
305
+ <key>scope</key>
306
+ <string>meta.separator</string>
307
+ <key>settings</key>
308
+ <dict>
309
+ <key>background</key>
310
+ <string>#4271AE</string>
311
+ <key>foreground</key>
312
+ <string>#FFFFFF</string>
313
+ </dict>
314
+ </dict>
315
+ <dict>
316
+ <key>name</key>
317
+ <string>Invalid</string>
318
+ <key>scope</key>
319
+ <string>invalid</string>
320
+ <key>settings</key>
321
+ <dict>
322
+ <key>background</key>
323
+ <string>#C82829</string>
324
+ <key>fontStyle</key>
325
+ <string></string>
326
+ <key>foreground</key>
327
+ <string>#FFFFF9</string>
328
+ </dict>
329
+ </dict>
330
+ <dict>
331
+ <key>name</key>
332
+ <string>Deprecated</string>
333
+ <key>scope</key>
334
+ <string>invalid.deprecated</string>
335
+ <key>settings</key>
336
+ <dict>
337
+ <key>background</key>
338
+ <string>#8959A8</string>
339
+ <key>fontStyle</key>
340
+ <string></string>
341
+ <key>foreground</key>
342
+ <string>#FFFFF9</string>
343
+ </dict>
344
+ </dict>
345
+ </array>
346
+ <key>uuid</key>
347
+ <string>A83F74A1-2117-44CB-AB55-0A61DCEDD16D</string>
348
+ </dict>
349
+ </plist>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: redcar-bundles
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: "0.2"
6
6
  platform: java
7
7
  authors:
8
8
  - Daniel Lucraft
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-12 00:00:00 +01:00
13
+ date: 2011-08-20 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -2166,6 +2166,10 @@ files:
2166
2166
  - Themes/Swyphs II.tmTheme
2167
2167
  - Themes/Tango.tmTheme
2168
2168
  - Themes/Text Ex Machina.tmTheme
2169
+ - Themes/Tomorrow-Night-Blue.tmTheme
2170
+ - Themes/Tomorrow-Night-Eighties.tmTheme
2171
+ - Themes/Tomorrow-Night.tmTheme
2172
+ - Themes/Tomorrow.tmTheme
2169
2173
  - Themes/Tubster.tmTheme
2170
2174
  - Themes/Twilight.tmTheme
2171
2175
  - Themes/Vibrant Fin.tmTheme