We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91dcec commit b7908efCopy full SHA for b7908ef
styles/split-diff.less
@@ -1,13 +1,13 @@
1
-@import "ui-variables";
+@import "syntax-variables";
2
3
atom-text-editor, atom-text-editor::shadow {
4
.line {
5
&.split-diff-added {
6
- background-color: fade(@background-color-success, 30%);
+ background-color: fade(@syntax-color-added, 50%);
7
}
8
9
&.split-diff-removed {
10
- background-color: fade(@background-color-error, 30%);
+ background-color: fade(@syntax-color-removed, 50%);
11
12
13
0 commit comments