提交 be93e8fc 编写于 作者: M Michel Kaporin

Colour for column selection in debugging mode added to high contrast theme....

Colour for column selection in debugging mode added to high contrast theme. Amended yellow frame column selection to stand out in light themes.
上级 6bab3939
......@@ -17,7 +17,7 @@
}
.monaco-editor .debug-top-stack-frame-column {
background: rgba(255, 200, 0, 0.2);
background: rgba(255, 200, 0, 0.7);
}
.monaco-editor .debug-focused-stack-frame-line {
......@@ -244,4 +244,8 @@
.hc-black .monaco-editor .debug-top-stack-frame-line {
background: rgba(255, 246, 0, .87);
mix-blend-mode: lighten; /* Preserves text selection's contrast */
}
.hc-black .monaco-editor .debug-top-stack-frame-column {
outline: 2px solid #ff0000;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册