Skip to content

Commit 72ab106

Browse files
committed
update base.less with generated file from tmTheme
1 parent 88de8a6 commit 72ab106

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

styles/base.less

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
@import "syntax-variables";
22

3-
atom-text-editor,atom-text-editor {
3+
atom-text-editor {
44
background-color: @syntax-background-color;
55
color: @syntax-text-color;
66
}
77

8-
atom-text-editor .gutter,atom-text-editor .gutter {
8+
atom-text-editor .gutter {
99
background-color: @syntax-gutter-background-color;
1010
color: @syntax-gutter-text-color;
1111
}
1212

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 {
1414
background-color: @syntax-gutter-background-color-selected;
1515
color: @syntax-gutter-text-color-selected;
1616
}
1717

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 {
1919
color: @syntax-gutter-text-color-selected;
2020
}
2121

22-
atom-text-editor .wrap-guide, atom-text-editor .wrap-guide {
22+
atom-text-editor .wrap-guide {
2323
color: @syntax-wrap-guide-color;background-color:@syntax-wrap-guide-color !important;
2424
}
2525

26-
atom-text-editor .indent-guide, atom-text-editor .indent-guide {
26+
atom-text-editor .indent-guide {
2727
color: @syntax-indent-guide-color;
2828
}
2929

30-
atom-text-editor .invisible-character, atom-text-editor .invisible-character {
30+
atom-text-editor .invisible-character {
3131
color: @syntax-invisible-character-color;
3232
}
3333

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 {
3535
background-color: transparent;
3636
border: @syntax-result-marker-color;
3737
}
3838

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 {
4040
border: @syntax-result-marker-color-selected;
4141
}
4242

43-
atom-text-editor.is-focused .cursor, atom-text-editor(.is-focused) .cursor {
43+
atom-text-editor.is-focused .cursor {
4444
border-color: @syntax-cursor-color;
4545
}
4646

47-
atom-text-editor.is-focused .selection .region, atom-text-editor(.is-focused) .selection .region {
47+
atom-text-editor.is-focused .selection .region {
4848
background-color: @syntax-selection-color;
4949
}
5050

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 {
5252
background-color: #252525;
5353
}
5454

5555
.syntax--text, .syntax--source {
5656
color: #c6c6c6;
5757
}
5858

59-
.git_changes_change {
59+
.syntax--git_changes_change {
6060
color: #A29F46;
6161
}
6262

63-
.git_changes_add {
63+
.syntax--git_changes_add {
6464
color: #1f9a12;
6565
}
6666

67-
.git_changes_del- {
67+
.syntax--git_changes_del- {
6868
color: #A72822;
6969
}
7070

@@ -103,7 +103,7 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi
103103
color: #e8364f;
104104
}
105105

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 {
107107
color: #b14a58;
108108
}
109109

0 commit comments

Comments
 (0)