1
- .syntax-- comment {
1
+ .comment {
2
2
color : #666 ;
3
3
}
4
- .syntax-- string {
4
+ .string {
5
5
color : #489047 ;
6
6
}
7
- .syntax-- string .syntax-- source ,
8
- .syntax-- string .syntax-- meta.syntax-- embedded.syntax-- line {
7
+ .string .source ,
8
+ .string .meta.embedded.line {
9
9
color : #5A5A5A ;
10
10
}
11
- .syntax-- string .syntax-- punctuation.syntax-- section.syntax-- embedded {
11
+ .string .punctuation.section.embedded {
12
12
color : #920B2D ;
13
13
}
14
- .syntax-- string .syntax-- punctuation.syntax-- section.syntax-- embedded .syntax-- source {
14
+ .string .punctuation.section.embedded .source {
15
15
color : #920B2D ;
16
16
}
17
- .syntax-- constant.syntax-- numeric {
17
+ .constant.numeric {
18
18
color : #D14 ;
19
19
}
20
- .syntax-- constant.syntax-- language {
20
+ .constant.language {
21
21
color : #606aa1 ;
22
22
}
23
- .syntax-- constant.syntax-- character ,
24
- .syntax-- constant.syntax-- other {
23
+ .constant.character ,
24
+ .constant.other {
25
25
color : #606aa1 ;
26
26
}
27
- .syntax-- constant.syntax-- symbol {
27
+ .constant.symbol {
28
28
color : #990073 ;
29
29
}
30
- .syntax-- constant.syntax-- numeric.syntax-- line-number.syntax-- find-in-files .syntax-- match {
31
- color : rgba (143 , 190 , 0 , 0 .syntax-- 63 );
30
+ .constant.numeric.line-number.find-in-files .match {
31
+ color : rgba (143 , 190 , 0 , 0.63 );
32
32
}
33
- /* For 'rw', 'copy' etc.syntax-- */
34
- .syntax-- entity.syntax-- name.syntax-- type.syntax-- trait {
33
+ /* For 'rw', 'copy' etc. */
34
+ .entity.name.type.trait {
35
35
color : #555CEE ;
36
36
}
37
- .syntax-- entity.syntax-- name.syntax-- type.syntax-- class {
37
+ .entity.name.type.class {
38
38
color : #363F84 ;
39
39
}
40
- .syntax-- variable.syntax-- other {
40
+ .variable.other {
41
41
color : #CC0050 ;
42
42
}
43
- .syntax-- variable {
43
+ .variable {
44
44
color : #E8756B ;
45
45
}
46
- .syntax-- variable.syntax-- parameter {
46
+ .variable.parameter {
47
47
color : #606aa1 ;
48
48
}
49
- .syntax-- keyword {
49
+ .keyword {
50
50
color : #222 ;
51
51
font-weight : bold ;
52
52
}
53
- .syntax-- keyword.syntax-- unit {
53
+ .keyword.unit {
54
54
color : #445588 ;
55
55
}
56
- .syntax-- keyword.syntax-- special-method {
56
+ .keyword.special-method {
57
57
color : #0086B3 ;
58
58
}
59
- .syntax-- storage {
59
+ .storage {
60
60
color : #222 ;
61
61
}
62
- .syntax-- storage.syntax-- type {
62
+ .storage.type {
63
63
color : #222 ;
64
64
}
65
- .syntax-- entity.syntax-- name.syntax-- class {
65
+ .entity.name.class {
66
66
color : #606aa1 ;
67
67
}
68
- .syntax-- entity.syntax-- other.syntax-- inherited-class {
68
+ .entity.other.inherited-class {
69
69
color : #606aa1 ;
70
70
}
71
- .syntax-- entity.syntax-- name.syntax-- function {
71
+ .entity.name.function {
72
72
color : #900 ;
73
73
}
74
74
/* Regex/Grammars */
75
75
76
76
/* `token`, `regex` */
77
- .syntax-- storage.syntax-- type.syntax-- declare.syntax-- regexp.syntax-- named {
77
+ .storage.type.declare.regexp.named {
78
78
color : #393276 ;
79
79
}
80
80
/* The name of the named regex */
81
- .syntax-- entity.syntax-- name.syntax-- function.syntax-- regexp {
81
+ .entity.name.function.regexp {
82
82
color : #7415E9 ;
83
83
}
84
- .syntax-- entity.syntax-- name.syntax-- function.syntax-- regexp.syntax-- named.syntax-- TOP {
84
+ .entity.name.function.regexp.named.TOP {
85
85
color : #158de9 ;
86
86
}
87
87
/* /<this>/ */
88
- .syntax-- variable.syntax-- other.syntax-- identifier.syntax-- regexname {
88
+ .variable.other.identifier.regexname {
89
89
color : #a52020 ;
90
90
}
91
- .syntax-- entity.syntax-- name.syntax-- tag {
91
+ .entity.name.tag {
92
92
color : #008080 ;
93
93
}
94
- .syntax-- entity.syntax-- other.syntax-- attribute-name {
94
+ .entity.other.attribute-name {
95
95
color : #458 ;
96
96
font-weight : bold ;
97
97
}
98
- .syntax-- entity.syntax-- name.syntax-- filename.syntax-- find-in-files {
98
+ .entity.name.filename.find-in-files {
99
99
color : #E6DB74 ;
100
100
}
101
- .syntax-- support.syntax-- constant ,
102
- .syntax-- support.syntax-- function ,
103
- .syntax-- support.syntax-- type {
101
+ .support.constant ,
102
+ .support.function ,
103
+ .support.type {
104
104
color : #458 ;
105
105
}
106
- .syntax-- support.syntax-- class {
106
+ .support.class {
107
107
color : #008080 ;
108
108
}
109
- .syntax-- invalid {
109
+ .invalid {
110
110
color : #F8F8F0 ;
111
111
background-color : #00A8C6 ;
112
112
}
113
- .syntax-- invalid.syntax-- deprecated {
113
+ .invalid.deprecated {
114
114
color : #F8F8F0 ;
115
115
background-color : #8FBE00 ;
116
116
}
117
- .syntax-- meta.syntax-- structure.syntax-- dictionary.syntax-- json > .syntax-- string.syntax-- quoted.syntax-- double.syntax-- json ,
118
- .syntax-- meta.syntax-- structure.syntax-- dictionary.syntax-- json > .syntax-- string.syntax-- quoted.syntax-- double.syntax-- json .syntax-- punctuation.syntax-- string {
117
+ .meta.structure.dictionary.json > .string.quoted.double.json ,
118
+ .meta.structure.dictionary.json > .string.quoted.double.json .punctuation.string {
119
119
color : #000080 ;
120
120
}
121
- .syntax-- meta.syntax-- structure.syntax-- dictionary.syntax-- value.syntax-- json > .syntax-- string.syntax-- quoted.syntax-- double.syntax-- json {
121
+ .meta.structure.dictionary.value.json > .string.quoted.double.json {
122
122
color : #d14 ;
123
123
}
124
- .syntax-- meta.syntax-- diff ,
125
- .syntax-- meta.syntax-- diff.syntax-- header {
124
+ .meta.diff ,
125
+ .meta.diff.header {
126
126
color : #75715E ;
127
127
}
128
- .syntax-- css.syntax-- support.syntax-- property-name {
128
+ .css.support.property-name {
129
129
font-weight : bold ;
130
130
color : #333 ;
131
131
}
132
- .syntax-- css.syntax-- constant {
132
+ .css.constant {
133
133
color : #099 ;
134
134
}
135
- .syntax-- source.syntax-- gfm {
135
+ .source.gfm {
136
136
color : #444 ;
137
137
}
138
- .syntax-- gfm .syntax-- markup.syntax-- heading {
138
+ .gfm .markup.heading {
139
139
color : #111 ;
140
140
}
141
- .syntax-- gfm .syntax-- link {
141
+ .gfm .link {
142
142
color : #888 ;
143
143
}
144
- .syntax-- gfm .syntax-- variable.syntax-- list {
144
+ .gfm .variable.list {
145
145
color : #888 ;
146
146
}
147
- .syntax-- markdown .syntax-- paragraph {
147
+ .markdown .paragraph {
148
148
color : #444 ;
149
149
}
150
- .syntax-- markdown .syntax-- heading {
150
+ .markdown .heading {
151
151
color : #111 ;
152
152
}
153
- .syntax-- markdown .syntax-- link {
153
+ .markdown .link {
154
154
color : #888 ;
155
155
}
156
- .syntax-- markdown .syntax-- link .syntax-- string {
156
+ .markdown .link .string {
157
157
color : #888 ;
158
158
}
159
159
160
- .syntax-- storage , .syntax-- storage.syntax-- declarator {
160
+ .storage , .storage.declarator {
161
161
font-weight : bold ;
162
162
color : #A626A4 ;
163
163
}
@@ -166,42 +166,42 @@ atom-text-editor {
166
166
background-color : white ;
167
167
color : #555 ;
168
168
}
169
- atom-text-editor .syntax-- invisible-character {
170
- color : rgba (85 , 85 , 85 , 0 .syntax-- 2 );
169
+ atom-text-editor .invisible-character {
170
+ color : rgba (85 , 85 , 85 , 0.2 );
171
171
}
172
- atom-text-editor .syntax-- indent-guide {
173
- color : rgba (85 , 85 , 85 , 0 .syntax-- 2 );
172
+ atom-text-editor .indent-guide {
173
+ color : rgba (85 , 85 , 85 , 0.2 );
174
174
}
175
- atom-text-editor .syntax-- wrap-guide {
176
- background-color : rgba (85 , 85 , 85 , 0 .syntax-- 2 );
175
+ atom-text-editor .wrap-guide {
176
+ background-color : rgba (85 , 85 , 85 , 0.2 );
177
177
}
178
- atom-text-editor .syntax-- gutter {
178
+ atom-text-editor .gutter {
179
179
color : #555 ;
180
180
background : white ;
181
181
}
182
- atom-text-editor .syntax-- gutter .syntax-- line-number.syntax-- folded ,
183
- atom-text-editor .syntax-- gutter .syntax-- line-number :after ,
184
- atom-text-editor .syntax-- fold-marker :after {
182
+ atom-text-editor .gutter .line-number.folded ,
183
+ atom-text-editor .gutter .line-number :after ,
184
+ atom-text-editor .fold-marker :after {
185
185
color : #e87b00 ;
186
186
}
187
- atom-text-editor .syntax-- invisible {
187
+ atom-text-editor .invisible {
188
188
color : #555 ;
189
189
}
190
- atom-text-editor .syntax-- selection .syntax-- region {
190
+ atom-text-editor .selection .region {
191
191
background-color : #e1e1e1 ;
192
192
}
193
- atom-text-editor .syntax-- bracket-matcher .syntax-- region {
193
+ atom-text-editor .bracket-matcher .region {
194
194
background-color : #C9C9C9 ;
195
- opacity : .syntax -- 7 ;
195
+ opacity : .7 ;
196
196
border-bottom : 0 none ;
197
197
}
198
- atom-text-editor .syntax-- is-focused .syntax-- cursor {
198
+ atom-text-editor .is-focused .cursor {
199
199
border-color : black ;
200
200
}
201
- atom-text-editor .syntax-- is-focused .syntax-- selection .syntax-- region {
201
+ atom-text-editor .is-focused .selection .region {
202
202
background-color : #afc4da ;
203
203
}
204
- atom-text-editor .syntax-- is-focused .syntax-- line-number.syntax-- cursor-line-no-selection ,
205
- atom-text-editor .syntax-- is-focused .syntax-- line.syntax-- cursor-line {
206
- background-color : rgba (255 , 255 , 134 , 0 .syntax-- 34 );
204
+ atom-text-editor .is-focused .line-number.cursor-line-no-selection ,
205
+ atom-text-editor .is-focused .line.cursor-line {
206
+ background-color : rgba (255 , 255 , 134 , 0.34 );
207
207
}
0 commit comments