File tree Expand file tree Collapse file tree 1 file changed +0
-91
lines changed Expand file tree Collapse file tree 1 file changed +0
-91
lines changed Original file line number Diff line number Diff line change 1
1
@import ' syntax-variables' ;
2
2
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
-
88
3
.syntax--comment {
89
4
color : @brown ;
90
5
}
@@ -189,12 +104,6 @@ atom-text-editor {
189
104
color : @purple ;
190
105
}
191
106
192
- // Prevent underlines from making their way into whitespace elements
193
- .leading-whitespace ,
194
- .trailing-whitespace {
195
- display : inline-block ;
196
- }
197
-
198
107
.syntax--js {
199
108
.syntax--template {
200
109
.syntax--element {
You can’t perform that action at this time.
0 commit comments