提交 3928891e 编写于 作者: M Miguel Solorio

Update cell status bar text color on light themes

上级 f66b8639
......@@ -230,7 +230,11 @@
}
.monaco-workbench .part.editor > .content .notebook-editor .cell-statusbar-container .cell-run-status .codicon-check {
color: #73C991;
color: #89D185;
}
.vs .monaco-workbench .part.editor > .content .notebook-editor .cell-statusbar-container .cell-run-status .codicon-check {
color: #388A34;
}
.monaco-workbench .part.editor > .content .notebook-editor .cell-status-placeholder {
......@@ -243,6 +247,10 @@
top: 0px;
}
.vs .monaco-workbench .part.editor > .content .notebook-editor .cell-status-placeholder {
color: #616161e6;
}
.monaco-workbench .part.editor > .content .notebook-editor > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell .run-button-container {
position: relative;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册