|
1 | 1 | @import "syntax-variables"; |
2 | 2 |
|
3 | | -atom-text-editor, :host { |
| 3 | +atom-text-editor { |
4 | 4 | background-color: @syntax-background-color; |
5 | 5 | color: @syntax-text-color; |
6 | 6 | } |
7 | 7 |
|
8 | | -atom-text-editor .gutter, :host .gutter { |
| 8 | +atom-text-editor .gutter { |
9 | 9 | background-color: @syntax-gutter-background-color; |
10 | 10 | color: @syntax-gutter-text-color; |
11 | 11 | } |
12 | 12 |
|
13 | | -atom-text-editor .gutter .line-number.cursor-line, :host .gutter .line-number.cursor-line { |
| 13 | +atom-text-editor .gutter .line-number.cursor-line { |
14 | 14 | background-color: @syntax-gutter-background-color-selected; |
15 | 15 | color: @syntax-gutter-text-color-selected; |
16 | 16 | } |
17 | 17 |
|
18 | | -atom-text-editor .gutter .line-number.cursor-line-no-selection, :host .gutter .line-number.cursor-line-no-selection { |
| 18 | +atom-text-editor .gutter .line-number.cursor-line-no-selection { |
19 | 19 | color: @syntax-gutter-text-color-selected; |
20 | 20 | } |
21 | 21 |
|
22 | | -atom-text-editor .wrap-guide, :host .wrap-guide { |
| 22 | +atom-text-editor .wrap-guide { |
23 | 23 | color: @syntax-wrap-guide-color;background-color:@syntax-wrap-guide-color !important; |
24 | 24 | } |
25 | 25 |
|
26 | | -atom-text-editor .indent-guide, :host .indent-guide { |
| 26 | +atom-text-editor .indent-guide { |
27 | 27 | color: @syntax-indent-guide-color; |
28 | 28 | } |
29 | 29 |
|
30 | | -atom-text-editor .invisible-character, :host .invisible-character { |
| 30 | +atom-text-editor .invisible-character { |
31 | 31 | color: @syntax-invisible-character-color; |
32 | 32 | } |
33 | 33 |
|
34 | | -atom-text-editor .search-results .marker .region, :host .search-results .marker .region { |
| 34 | +atom-text-editor .search-results .marker .region { |
35 | 35 | background-color: transparent; |
36 | 36 | border: @syntax-result-marker-color; |
37 | 37 | } |
38 | 38 |
|
39 | | -atom-text-editor .search-results .marker.current-result .region, :host .search-results .marker.current-result .region { |
| 39 | +atom-text-editor .search-results .marker.current-result .region { |
40 | 40 | border: @syntax-result-marker-color-selected; |
41 | 41 | } |
42 | 42 |
|
43 | | -atom-text-editor.is-focused .cursor, :host(.is-focused) .cursor { |
| 43 | +atom-text-editor.is-focused .cursor { |
44 | 44 | border-color: @syntax-cursor-color; |
45 | 45 | } |
46 | 46 |
|
47 | | -atom-text-editor.is-focused .selection .region, :host(.is-focused) .selection .region { |
| 47 | +atom-text-editor.is-focused .selection .region { |
48 | 48 | background-color: @syntax-selection-color; |
49 | 49 | } |
50 | 50 |
|
51 | | -atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-editor.is-focused .line.cursor-line, :host(.is-focused) .line-number.cursor-line-no-selection, :host(.is-focused) .line.cursor-line { |
| 51 | +atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-editor.is-focused .line.cursor-line { |
52 | 52 | background-color: #252525; |
53 | 53 | } |
54 | 54 |
|
55 | | -.text, .source { |
| 55 | +.syntax--text, .syntax--source { |
56 | 56 | color: #c6c6c6; |
57 | 57 | } |
58 | 58 |
|
59 | | -.git_changes_change { |
| 59 | +.syntax--git_changes_change { |
60 | 60 | color: #A29F46; |
61 | 61 | } |
62 | 62 |
|
63 | | -.git_changes_add { |
| 63 | +.syntax--git_changes_add { |
64 | 64 | color: #1f9a12; |
65 | 65 | } |
66 | 66 |
|
67 | | -.git_changes_del- { |
| 67 | +.syntax--git_changes_del- { |
68 | 68 | color: #A72822; |
69 | 69 | } |
70 | 70 |
|
71 | | -.comment { |
| 71 | +.syntax--comment { |
72 | 72 | color: #545458; |
73 | 73 | } |
74 | 74 |
|
75 | | -.string { |
| 75 | +.syntax--string { |
76 | 76 | color: #d3c970; |
77 | 77 | } |
78 | 78 |
|
79 | | -.string.quoted.docstring { |
| 79 | +.syntax--string.syntax--quoted.syntax--docstring { |
80 | 80 | color: #7c9f57; |
81 | 81 | } |
82 | 82 |
|
83 | | -.string.quoted.docstring .string { |
| 83 | +.syntax--string.syntax--quoted.syntax--docstring .syntax--string { |
84 | 84 | color: #7c9f57; |
85 | 85 | } |
86 | 86 |
|
87 | | -.constant.numeric { |
| 87 | +.syntax--constant.syntax--numeric { |
88 | 88 | color: #9a79d7; |
89 | 89 | } |
90 | 90 |
|
91 | | -.constant.language { |
| 91 | +.syntax--constant.syntax--language { |
92 | 92 | color: #9a79d7; |
93 | 93 | } |
94 | 94 |
|
95 | | -.constant.character, .constant.other { |
| 95 | +.syntax--constant.syntax--character, .syntax--constant.syntax--other { |
96 | 96 | color: #9a79d7; |
97 | 97 | } |
98 | 98 |
|
99 | | -.variable { |
| 99 | +.syntax--variable { |
100 | 100 | } |
101 | 101 |
|
102 | | -.keyword { |
| 102 | +.syntax--keyword { |
103 | 103 | color: #e8364f; |
104 | 104 | } |
105 | 105 |
|
106 | | -.comment.line.note, .string.quoted.docstring.note { |
| 106 | +.syntax--comment.syntax--line.syntax--note, .syntax--string.syntax--quoted.syntax--docstring.syntax--note { |
107 | 107 | color: #b14a58; |
108 | 108 | } |
109 | 109 |
|
110 | | -.storage { |
| 110 | +.syntax--storage { |
111 | 111 | color: #e8364f; |
112 | 112 | } |
113 | 113 |
|
114 | | -.storage.type { |
| 114 | +.syntax--storage.syntax--type { |
115 | 115 | color: #66D9EF; |
116 | 116 | } |
117 | 117 |
|
118 | | -.entity.name.class { |
| 118 | +.syntax--entity.syntax--name.syntax--class { |
119 | 119 | color: #A6E22E; |
120 | 120 | } |
121 | 121 |
|
122 | | -.entity.other.inherited-class { |
| 122 | +.syntax--entity.syntax--other.syntax--inherited-class { |
123 | 123 | color: #A6E22E; |
124 | 124 | } |
125 | 125 |
|
126 | | -.entity.name.function { |
| 126 | +.syntax--entity.syntax--name.syntax--function { |
127 | 127 | color: #A6E22E; |
128 | 128 | } |
129 | 129 |
|
130 | | -.variable.parameter { |
| 130 | +.syntax--variable.syntax--parameter { |
131 | 131 | color: #e99c42; |
132 | 132 | } |
133 | 133 |
|
134 | | -.entity.name.tag.namespace { |
| 134 | +.syntax--entity.syntax--name.syntax--tag.syntax--namespace { |
135 | 135 | color: #76263a; |
136 | 136 | } |
137 | 137 |
|
138 | | -.entity.name.tag, .keyword.doctype.xml { |
| 138 | +.syntax--entity.syntax--name.syntax--tag, .syntax--keyword.syntax--doctype.syntax--xml { |
139 | 139 | color: #d33c78; |
140 | 140 | } |
141 | 141 |
|
142 | | -.entity.other.attribute-name { |
| 142 | +.syntax--entity.syntax--other.syntax--attribute-name { |
143 | 143 | color: #D77C23; |
144 | 144 | } |
145 | 145 |
|
146 | | -.support.function { |
| 146 | +.syntax--support.syntax--function { |
147 | 147 | color: #66D9EF; |
148 | 148 | } |
149 | 149 |
|
150 | | -.support.constant { |
| 150 | +.syntax--support.syntax--constant { |
151 | 151 | color: #66D9EF; |
152 | 152 | } |
153 | 153 |
|
154 | | -.support.type { |
| 154 | +.syntax--support.syntax--type { |
155 | 155 | color: #66D9EF; |
156 | 156 | } |
157 | 157 |
|
158 | | -.support.class, .support.other, .support.variable { |
| 158 | +.syntax--support.syntax--class, .syntax--support.syntax--other, .syntax--support.syntax--variable { |
159 | 159 | color: #66D9EF; |
160 | 160 | } |
161 | 161 |
|
162 | | -.support.other.variable { |
| 162 | +.syntax--support.syntax--other.syntax--variable { |
163 | 163 | } |
164 | 164 |
|
165 | | -.invalid { |
| 165 | +.syntax--invalid { |
166 | 166 | color: #F8F8F0; |
167 | 167 | background-color: #7c3636; |
168 | 168 | } |
169 | 169 |
|
170 | | -.invalid.deprecated { |
| 170 | +.syntax--invalid.syntax--deprecated { |
171 | 171 | color: #F8F8F0; |
172 | 172 | background-color: #99732b; |
173 | 173 | } |
174 | 174 |
|
175 | | -.meta.structure.dictionary.json .string.quoted.double.json { |
| 175 | +.syntax--meta.syntax--structure.syntax--dictionary.syntax--json .syntax--string.syntax--quoted.syntax--double.syntax--json { |
176 | 176 | color: #CFCFC2; |
177 | 177 | } |
178 | 178 |
|
179 | | -.meta.diff, .meta.diff.header { |
| 179 | +.syntax--meta.syntax--diff, .syntax--meta.syntax--diff.syntax--header { |
180 | 180 | color: #75715E; |
181 | 181 | } |
182 | 182 |
|
183 | | -.markup.deleted { |
| 183 | +.syntax--markup.syntax--deleted { |
184 | 184 | color: #e8364f; |
185 | 185 | } |
186 | 186 |
|
187 | | -.markup.inserted { |
| 187 | +.syntax--markup.syntax--inserted { |
188 | 188 | color: #A6E22E; |
189 | 189 | } |
190 | 190 |
|
191 | | -.markup.changed { |
| 191 | +.syntax--markup.syntax--changed { |
192 | 192 | color: #E6DB74; |
193 | 193 | } |
194 | 194 |
|
195 | | -.variable.language.special, .variable.parameter.function.language.special { |
| 195 | +.syntax--variable.syntax--language.syntax--special, .syntax--variable.syntax--parameter.syntax--function.syntax--language.syntax--special { |
196 | 196 | color: #b0af95; |
197 | 197 | } |
198 | 198 |
|
199 | | -.comment.typehint { |
| 199 | +.syntax--comment.syntax--typehint { |
200 | 200 | color: #888A84; |
201 | 201 | } |
202 | 202 |
|
203 | | -.comment.typehint.ignore { |
| 203 | +.syntax--comment.syntax--typehint.syntax--ignore { |
204 | 204 | color: #7E6461; |
205 | 205 | } |
206 | 206 |
|
207 | | -.comment.typehint.type { |
| 207 | +.syntax--comment.syntax--typehint.syntax--type { |
208 | 208 | color: #44727B; |
209 | 209 | } |
0 commit comments