Skip to content

Commit 0193f3e

Browse files
committed
Revert "Maybe fix CSS not applying"
This reverts commit b1d51f1.
1 parent 00b15d7 commit 0193f3e

File tree

1 file changed

+75
-75
lines changed

1 file changed

+75
-75
lines changed

assets/sass/_highlights.scss

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,163 +1,163 @@
1-
.syntax--comment {
1+
.comment {
22
color: #666;
33
}
4-
.syntax--string {
4+
.string {
55
color: #489047;
66
}
7-
.syntax--string .syntax--source,
8-
.syntax--string .syntax--meta.syntax--embedded.syntax--line {
7+
.string .source,
8+
.string .meta.embedded.line {
99
color: #5A5A5A;
1010
}
11-
.syntax--string .syntax--punctuation.syntax--section.syntax--embedded {
11+
.string .punctuation.section.embedded {
1212
color: #920B2D;
1313
}
14-
.syntax--string .syntax--punctuation.syntax--section.syntax--embedded .syntax--source {
14+
.string .punctuation.section.embedded .source {
1515
color: #920B2D;
1616
}
17-
.syntax--constant.syntax--numeric {
17+
.constant.numeric {
1818
color: #D14;
1919
}
20-
.syntax--constant.syntax--language {
20+
.constant.language {
2121
color: #606aa1;
2222
}
23-
.syntax--constant.syntax--character,
24-
.syntax--constant.syntax--other {
23+
.constant.character,
24+
.constant.other {
2525
color: #606aa1;
2626
}
27-
.syntax--constant.syntax--symbol {
27+
.constant.symbol {
2828
color: #990073;
2929
}
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);
3232
}
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 {
3535
color: #555CEE;
3636
}
37-
.syntax--entity.syntax--name.syntax--type.syntax--class {
37+
.entity.name.type.class {
3838
color: #363F84;
3939
}
40-
.syntax--variable.syntax--other {
40+
.variable.other {
4141
color: #CC0050;
4242
}
43-
.syntax--variable {
43+
.variable {
4444
color: #E8756B;
4545
}
46-
.syntax--variable.syntax--parameter {
46+
.variable.parameter {
4747
color: #606aa1;
4848
}
49-
.syntax--keyword {
49+
.keyword {
5050
color: #222;
5151
font-weight: bold;
5252
}
53-
.syntax--keyword.syntax--unit {
53+
.keyword.unit {
5454
color: #445588;
5555
}
56-
.syntax--keyword.syntax--special-method {
56+
.keyword.special-method {
5757
color: #0086B3;
5858
}
59-
.syntax--storage {
59+
.storage {
6060
color: #222;
6161
}
62-
.syntax--storage.syntax--type {
62+
.storage.type {
6363
color: #222;
6464
}
65-
.syntax--entity.syntax--name.syntax--class {
65+
.entity.name.class {
6666
color: #606aa1;
6767
}
68-
.syntax--entity.syntax--other.syntax--inherited-class {
68+
.entity.other.inherited-class {
6969
color: #606aa1;
7070
}
71-
.syntax--entity.syntax--name.syntax--function {
71+
.entity.name.function {
7272
color: #900;
7373
}
7474
/* Regex/Grammars */
7575

7676
/* `token`, `regex` */
77-
.syntax--storage.syntax--type.syntax--declare.syntax--regexp.syntax--named {
77+
.storage.type.declare.regexp.named {
7878
color: #393276;
7979
}
8080
/* The name of the named regex */
81-
.syntax--entity.syntax--name.syntax--function.syntax--regexp {
81+
.entity.name.function.regexp {
8282
color: #7415E9;
8383
}
84-
.syntax--entity.syntax--name.syntax--function.syntax--regexp.syntax--named.syntax--TOP {
84+
.entity.name.function.regexp.named.TOP {
8585
color: #158de9;
8686
}
8787
/* /<this>/ */
88-
.syntax--variable.syntax--other.syntax--identifier.syntax--regexname {
88+
.variable.other.identifier.regexname {
8989
color: #a52020;
9090
}
91-
.syntax--entity.syntax--name.syntax--tag {
91+
.entity.name.tag {
9292
color: #008080;
9393
}
94-
.syntax--entity.syntax--other.syntax--attribute-name {
94+
.entity.other.attribute-name {
9595
color: #458;
9696
font-weight: bold;
9797
}
98-
.syntax--entity.syntax--name.syntax--filename.syntax--find-in-files {
98+
.entity.name.filename.find-in-files {
9999
color: #E6DB74;
100100
}
101-
.syntax--support.syntax--constant,
102-
.syntax--support.syntax--function,
103-
.syntax--support.syntax--type {
101+
.support.constant,
102+
.support.function,
103+
.support.type {
104104
color: #458;
105105
}
106-
.syntax--support.syntax--class {
106+
.support.class {
107107
color: #008080;
108108
}
109-
.syntax--invalid {
109+
.invalid {
110110
color: #F8F8F0;
111111
background-color: #00A8C6;
112112
}
113-
.syntax--invalid.syntax--deprecated {
113+
.invalid.deprecated {
114114
color: #F8F8F0;
115115
background-color: #8FBE00;
116116
}
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 {
119119
color: #000080;
120120
}
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 {
122122
color: #d14;
123123
}
124-
.syntax--meta.syntax--diff,
125-
.syntax--meta.syntax--diff.syntax--header {
124+
.meta.diff,
125+
.meta.diff.header {
126126
color: #75715E;
127127
}
128-
.syntax--css.syntax--support.syntax--property-name {
128+
.css.support.property-name {
129129
font-weight: bold;
130130
color: #333;
131131
}
132-
.syntax--css.syntax--constant {
132+
.css.constant {
133133
color: #099;
134134
}
135-
.syntax--source.syntax--gfm {
135+
.source.gfm {
136136
color: #444;
137137
}
138-
.syntax--gfm .syntax--markup.syntax--heading {
138+
.gfm .markup.heading {
139139
color: #111;
140140
}
141-
.syntax--gfm .syntax--link {
141+
.gfm .link {
142142
color: #888;
143143
}
144-
.syntax--gfm .syntax--variable.syntax--list {
144+
.gfm .variable.list {
145145
color: #888;
146146
}
147-
.syntax--markdown .syntax--paragraph {
147+
.markdown .paragraph {
148148
color: #444;
149149
}
150-
.syntax--markdown .syntax--heading {
150+
.markdown .heading {
151151
color: #111;
152152
}
153-
.syntax--markdown .syntax--link {
153+
.markdown .link {
154154
color: #888;
155155
}
156-
.syntax--markdown .syntax--link .syntax--string {
156+
.markdown .link .string {
157157
color: #888;
158158
}
159159

160-
.syntax--storage, .syntax--storage.syntax--declarator {
160+
.storage, .storage.declarator {
161161
font-weight: bold;
162162
color: #A626A4;
163163
}
@@ -166,42 +166,42 @@ atom-text-editor {
166166
background-color: white;
167167
color: #555;
168168
}
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);
171171
}
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);
174174
}
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);
177177
}
178-
atom-text-editor .syntax--gutter {
178+
atom-text-editor .gutter {
179179
color: #555;
180180
background: white;
181181
}
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 {
185185
color: #e87b00;
186186
}
187-
atom-text-editor .syntax--invisible {
187+
atom-text-editor .invisible {
188188
color: #555;
189189
}
190-
atom-text-editor .syntax--selection .syntax--region {
190+
atom-text-editor .selection .region {
191191
background-color: #e1e1e1;
192192
}
193-
atom-text-editor .syntax--bracket-matcher .syntax--region {
193+
atom-text-editor .bracket-matcher .region {
194194
background-color: #C9C9C9;
195-
opacity: .syntax--7;
195+
opacity: .7;
196196
border-bottom: 0 none;
197197
}
198-
atom-text-editor.syntax--is-focused .syntax--cursor {
198+
atom-text-editor.is-focused .cursor {
199199
border-color: black;
200200
}
201-
atom-text-editor.syntax--is-focused .syntax--selection .syntax--region {
201+
atom-text-editor.is-focused .selection .region {
202202
background-color: #afc4da;
203203
}
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);
207207
}

0 commit comments

Comments
 (0)