Skip to content

Commit b7908ef

Browse files
UpchurchUpchurch
authored andcommitted
update line change colors to use theme colors
1 parent c91dcec commit b7908ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/split-diff.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
@import "ui-variables";
1+
@import "syntax-variables";
22

33
atom-text-editor, atom-text-editor::shadow {
44
.line {
55
&.split-diff-added {
6-
background-color: fade(@background-color-success, 30%);
6+
background-color: fade(@syntax-color-added, 50%);
77
}
88

99
&.split-diff-removed {
10-
background-color: fade(@background-color-error, 30%);
10+
background-color: fade(@syntax-color-removed, 50%);
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)