Skip to content

Commit 5005924

Browse files
committed
debug: color polish
1 parent 3ab33ca commit 5005924

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/vs/workbench/parts/debug/browser/media/debug.contribution.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010

1111
.monaco-editor .debug-top-stack-frame-line {
12-
background: rgba(255, 255, 102, 0.25);
12+
background: rgba(255, 255, 102, 0.3);
1313
}
1414

1515
.monaco-editor .debug-top-stack-frame-exception-line {
16-
background: rgba(242, 222, 222, 0.7);
16+
background: rgba(242, 222, 222, 0.8);
1717
}
1818

1919
.monaco-editor .debug-top-stack-frame-column {
@@ -242,11 +242,11 @@
242242
}
243243

244244
.hc-black .monaco-editor .debug-top-stack-frame-line {
245-
background: rgba(255, 246, 0, .87);
245+
background: rgba(255, 246, 0, .8);
246246
mix-blend-mode: lighten; /* Preserves text selection's contrast */
247247
}
248248

249249
.hc-black .monaco-editor .debug-top-stack-frame-column {
250250
background: none;
251-
outline: 2px solid #ff0000;
251+
outline: 2px solid #f38518;
252252
}

0 commit comments

Comments
 (0)