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 7d2c7ed commit fb25a0dCopy full SHA for fb25a0d
stylesheets/stacktrace.less
@@ -3,6 +3,10 @@
3
// See https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less
4
// for a full listing of what's available.
5
@import "ui-variables";
6
+@import "syntax-variables";
7
+
8
+@stackframe-background: mix(@background-color-info, @syntax-background-color, 40%);
9
+@stackframe-gutter-background: mix(@background-color-info, @syntax-gutter-background-color, 40%);
10
11
.stacktrace {
12
&.enter-dialog .editor {
@@ -48,6 +52,10 @@
48
52
49
53
.editor {
50
54
.line.line-stackframe {
51
- background: @background-color-info;
55
+ background: @stackframe-background;
56
+ }
57
58
+ .gutter .gutter-stackframe {
59
+ background: @stackframe-gutter-background;
60
}
61
0 commit comments