提交 5624625d 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #20590 from michelkaporin/master

Colour for column selection in debugging mode added to high contrast …
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g><g transform="translate(1 3)"><path d="M9.188 0H4.375C1.96 0 0 2.24 0 5s1.96 5 4.375 5h5.25L15 5 9.625 0h-.438z" stroke-opacity=".2" stroke="#000" fill="#FFD838"/><circle fill="#E51400" cx="5" cy="5" r="3"/></g></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g><g transform="translate(1 3)"><path d="M9.188 0H4.375C1.96 0 0 2.24 0 5s1.96 5 4.375 5h5.25L15 5 9.625 0h-.438z" stroke-opacity=".2" stroke="#000" fill="#FFFF82"/><circle fill="#E51400" cx="5" cy="5" r="3"/></g></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke-opacity=".2" stroke="#000" fill="#FFD838"><g><path d="M10.188 3H5.375C2.96 3 1 5.24 1 8s1.96 5 4.375 5h5.25L16 8l-5.375-5h-.438z"/></g></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke-opacity=".2" stroke="#000" fill="#FFFF82"><g><path d="M10.188 3H5.375C2.96 3 1 5.24 1 8s1.96 5 4.375 5h5.25L16 8l-5.375-5h-.438z"/></g></g></g></svg>
\ No newline at end of file
......@@ -9,7 +9,7 @@
}
.monaco-editor .debug-top-stack-frame-line {
background: rgba(255, 255, 0, 0.35);
background: rgba(255, 255, 102, 0.25);
}
.monaco-editor .debug-top-stack-frame-exception-line {
......@@ -17,7 +17,7 @@
}
.monaco-editor .debug-top-stack-frame-column {
background: rgba(255, 200, 0, 0.2);
background: rgba(255, 255, 102, 0.75);
}
.monaco-editor .debug-focused-stack-frame-line {
......@@ -181,7 +181,7 @@
}
.monaco-editor.vs-dark .debug-top-stack-frame-line {
background: rgba(255, 255, 0, 0.20);
background: rgba(255, 255, 0, 0.15)
}
.monaco-editor.vs-dark .debug-top-stack-frame-exception-line {
......@@ -189,7 +189,7 @@
}
.monaco-editor.vs-dark .debug-top-stack-frame-column {
background: rgba(255, 255, 0, 0.15);
background: rgba(255, 255, 0, 0.25)
}
.monaco-editor.vs-dark .debug-breakpoint-glyph,
......@@ -244,4 +244,9 @@
.hc-black .monaco-editor .debug-top-stack-frame-line {
background: rgba(255, 246, 0, .87);
mix-blend-mode: lighten; /* Preserves text selection's contrast */
}
\ No newline at end of file
}
.hc-black .monaco-editor .debug-top-stack-frame-column {
background: none;
outline: 2px solid #ff0000;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册