提交 1ebaa4f0 编写于 作者: M Martin Aeschlimann

Consistency in JS/TS light and dark themes (#796, #148)

上级 3d93cc4f
......@@ -351,7 +351,7 @@
.monaco-editor.vs .token.entity { color: #A31515; }
.monaco-editor.vs .token.entity.name { color: #800000; }
.monaco-editor.vs .token.entity.name.tag { color: #800000; }
.monaco-editor.vs .token.entity.name.function { color: #444444; }
.monaco-editor.vs .token.entity.name.function { color: #000000; }
.monaco-editor.vs .token.entity.name.class { color: #2B91AF; }
.monaco-editor.vs .token.entity.name.selector { color: #800000; }
.monaco-editor.vs .token.entity.other.selector { color: #800000; }
......@@ -387,9 +387,14 @@
.monaco-editor.vs .token.meta { color: #000000; }
.monaco-editor.vs .token.meta.selector { color: #800000; }
.monaco-editor.vs .token.meta.tag { color: #800000; }
.monaco-editor.vs .token.storage { color: gray };
.monaco-editor.vs .token.storage.content { color: red };
.monaco-editor.vs .token.meta.preprocessor { color: #0000FF; }
.monaco-editor.vs .token.meta.preprocessor.string { color: #A31515; }
.monaco-editor.vs .token.meta.preprocessor.numeric { color: #09885A; }
.monaco-editor.vs .token.meta.object.type { color: #2B91AF; }
.monaco-editor.vs .token.meta.object.type.variable { color: #000000; }
.monaco-editor.vs .token.storage { color: #0000FF; }
.monaco-editor.vs .token.storage.content { color: red; }
.monaco-editor.vs .token.storage.type { color: #0000FF; }
.monaco-editor.vs .token.storage.modifier { color: #0000FF; }
.monaco-editor.vs .token.cast.storage.type,
......@@ -410,7 +415,9 @@
.monaco-editor.vs .token.string.regexp { color: #811f3f; }
/*.monaco-editor.vs .token.string.other*/
.monaco-editor.vs .token.support { color: #800000; }
.monaco-editor.vs .token.support { color: #0000FF; }
.monaco-editor.vs .token.support.function { color: #000000; }
.monaco-editor.vs .token.support.method { color: #000000; }
.monaco-editor.vs .token.support.type { color: red; }
.monaco-editor.vs .token.support.type.json { color: #A31515; }
.monaco-editor.vs .token.support.property-value { color: #0451A5; }
......@@ -515,9 +522,14 @@
.monaco-editor.vs-dark .token.meta { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.selector { color: #569CD6; }
.monaco-editor.vs-dark .token.meta.tag { color: #CE9178; }
.monaco-editor.vs-dark .token.storage { color: #569CD6 };
.monaco-editor.vs-dark .token.storage.content { color: #9CDCFE };
.monaco-editor.vs-dark .token.meta.preprocessor { color: #569CD6; }
.monaco-editor.vs-dark .token.meta.preprocessor.string { color: #CE9178; }
.monaco-editor.vs-dark .token.meta.preprocessor.numeric { color: #B5CEA8; }
.monaco-editor.vs-dark .token.meta.object.type { color: #569CD6; }
.monaco-editor.vs-dark .token.meta.object.type.variable { color: #9CDCFE; }
.monaco-editor.vs-dark .token.storage { color: #569CD6; }
.monaco-editor.vs-dark .token.storage.content { color: #9CDCFE; }
.monaco-editor.vs-dark .token.storage.type { color: #569CD6; }
.monaco-editor.vs-dark .token.storage.modifier { color: #569CD6; }
.monaco-editor.vs-dark .token.annotation.storage.type,
......@@ -540,7 +552,9 @@
.monaco-editor.vs-dark .token.string.regexp { color: #D16969; }
/*.monaco-editor.vs-dark .token.string.other*/
.monaco-editor.vs-dark .token.support { color: #A79873; }
.monaco-editor.vs-dark .token.support { color: #569CD6; }
.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.function
......@@ -635,7 +649,7 @@
/*.monaco-editor.hc-black .token.markup.underline.link*/
.monaco-editor.hc-black .token.markup.bold { font-weight: bold; }
.monaco-editor.hc-black .token.markup.heading { color: #6796e6; }
.monaco-editor.hc-black .token.markup.italic { font-style: italic;}
.monaco-editor.hc-black .token.markup.italic { font-style: italic; }
/*.monaco-editor.hc-black .token.markup.list
.monaco-editor.hc-black .token.markup.list.numbered
.monaco-editor.hc-black .token.markup.list.unnumbered
......@@ -646,9 +660,14 @@
.monaco-editor.hc-black .token.meta { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.selector { color: #569CD6; }
.monaco-editor.hc-black .token.meta.tag { color: #CE9178; }
.monaco-editor.hc-black .token.storage { color: #569CD6 };
.monaco-editor.hc-black .token.storage.content { color: #9CDCFE };
.monaco-editor.hc-black .token.meta.preprocessor { color: #569CD6; }
.monaco-editor.hc-black .token.meta.preprocessor.string { color: #CE9178; }
.monaco-editor.hc-black .token.meta.preprocessor.numeric { color: #B5CEA8; }
.monaco-editor.hc-black .token.meta.object.type { color: #569CD6; }
.monaco-editor.hc-black .token.meta.object.type.variable { color: #D4D4D4; }
.monaco-editor.hc-black .token.storage { color: #569CD6; }
.monaco-editor.hc-black .token.storage.content { color: #9CDCFE; }
.monaco-editor.hc-black .token.storage.type { color: #569CD6; }
.monaco-editor.hc-black .token.storage.modifier { color: #569CD6; }
.monaco-editor.hc-black .token.annotation.storage.type,
......@@ -671,7 +690,9 @@
.monaco-editor.hc-black .token.string.regexp { color: #D16969; }
/*.monaco-editor.hc-black .token.string.other*/
.monaco-editor.hc-black .token.support { color: #800000; }
.monaco-editor.hc-black .token.support { color: #569CD6; }
.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: #9CDCFE; }
.monaco-editor.hc-black .token.support.property-value { color: #CE9178; }
/*.monaco-editor.hc-black .token.support.function
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册