提交 43c4bafb 编写于 作者: M Martin Aeschlimann

[sass] Strings are colored same way as values in dark theme #1283

上级 1c5b8d36
......@@ -545,7 +545,7 @@
.monaco-editor.vs-dark .token.support.function { color: #D4D4D4; }
.monaco-editor.vs-dark .token.support.method { color: #D4D4D4; }
.monaco-editor.vs-dark .token.support.type { color: #9CDCFE; }
.monaco-editor.vs-dark .token.support.property-value { color: #CE9178; }
.monaco-editor.vs-dark .token.support.property-value { color: #D4D4D4; }
/*.monaco-editor.vs-dark .token.support.function
.monaco-editor.vs-dark .token.support.class
.monaco-editor.vs-dark .token.support.constant
......@@ -681,7 +681,7 @@
.monaco-editor.hc-black .token.support.function { color: #D4D4D4; }
.monaco-editor.hc-black .token.support.method { color: #D4D4D4; }
.monaco-editor.hc-black .token.support.type { color: #D4D4D4; }
.monaco-editor.hc-black .token.support.property-value { color: #CE9178; }
.monaco-editor.hc-black .token.support.property-value { color: #D4D4D4; }
/*.monaco-editor.hc-black .token.support.function
.monaco-editor.hc-black .token.support.class
.monaco-editor.hc-black .token.support.constant
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册