|
1 | 1 | @import "syntax-variables"; |
2 | 2 |
|
3 | | -atom-text-editor,atom-text-editor { |
| 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,atom-text-editor .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, atom-text-editor .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, atom-text-editor .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, atom-text-editor .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, atom-text-editor .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, atom-text-editor .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 .syntax--marker .region, atom-text-editor .search-results .syntax--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 .syntax--marker.current-result .region, atom-text-editor .search-results .syntax--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, atom-text-editor(.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, atom-text-editor(.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, atom-text-editor(.is-focused) .line-number.cursor-line-no-selection, atom-text-editor(.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 | 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 |
|
@@ -103,7 +103,7 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi |
103 | 103 | color: #e8364f; |
104 | 104 | } |
105 | 105 |
|
106 | | -.syntax--comment.line.syntax--note, .syntax--string.syntax--quoted.syntax--docstring.syntax--note { |
| 106 | +.syntax--comment.syntax--line.syntax--note, .syntax--string.syntax--quoted.syntax--docstring.syntax--note { |
107 | 107 | color: #b14a58; |
108 | 108 | } |
109 | 109 |
|
|
0 commit comments