Skip to content

Commit f4330a4

Browse files
committed
Remove legacy editor configuration
1 parent 806575c commit f4330a4

File tree

1 file changed

+0
-91
lines changed

1 file changed

+0
-91
lines changed

styles/syntax-legacy/_base.less

Lines changed: 0 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,5 @@
11
@import 'syntax-variables';
22

3-
atom-text-editor {
4-
background-color: @syntax-background-color;
5-
color: @syntax-text-color;
6-
7-
.invisible-character {
8-
color: @syntax-invisible-character-color;
9-
}
10-
11-
.indent-guide {
12-
color: @syntax-indent-guide-color;
13-
}
14-
15-
.wrap-guide {
16-
background-color: @syntax-wrap-guide-color;
17-
}
18-
19-
.gutter {
20-
background-color: @syntax-gutter-background-color;
21-
}
22-
23-
.line-number.cursor-line-no-selection {
24-
background-color: @syntax-gutter-background-color-selected;
25-
}
26-
27-
.invisible {
28-
color: @syntax-text-color;
29-
}
30-
31-
.cursor {
32-
border-color: @syntax-cursor-color;
33-
}
34-
35-
.selection .region {
36-
background-color: @syntax-selection-color;
37-
}
38-
39-
.search-results .syntax--marker .region {
40-
background-color: transparent;
41-
border: 1px solid @syntax-result-marker-color;
42-
}
43-
44-
.search-results .syntax--marker.current-result .region {
45-
border: 1px solid @syntax-result-marker-color-selected;
46-
}
47-
48-
.syntax--gfm {
49-
.syntax--markup {
50-
&.syntax--heading {
51-
color: @green;
52-
font-weight: bold;
53-
}
54-
55-
&.syntax--underline {
56-
color: @yellow;
57-
text-decoration: underline;
58-
}
59-
}
60-
61-
.syntax--bold {
62-
font-weight: bold;
63-
}
64-
65-
.syntax--italic {
66-
font-style: italic;
67-
}
68-
69-
.syntax--raw {
70-
color: @blue;
71-
}
72-
73-
.syntax--variable.syntax--list {
74-
color: @pink;
75-
font-weight: bold;
76-
}
77-
78-
.syntax--link {
79-
color: @light-gray;
80-
81-
.syntax--entity {
82-
color: @purple;
83-
}
84-
}
85-
}
86-
}
87-
883
.syntax--comment {
894
color: @brown;
905
}
@@ -189,12 +104,6 @@ atom-text-editor {
189104
color: @purple;
190105
}
191106

192-
// Prevent underlines from making their way into whitespace elements
193-
.leading-whitespace,
194-
.trailing-whitespace {
195-
display: inline-block;
196-
}
197-
198107
.syntax--js {
199108
.syntax--template {
200109
.syntax--element {

0 commit comments

Comments
 (0)