提交 aa134d03 编写于 作者: M Martin Aeschlimann

[theme] remove variable and annotation colors from defaults

上级 68cf1b7e
......@@ -9,9 +9,6 @@
.monaco-editor.vs .token.whitespace { color: rgba(51, 51, 51, 0.2) !important; }
.monaco-editor.vs .token.terminal { color: #e00000; }
.monaco-editor.vs .token.terminal.code1 { font-weight: bold; }
.monaco-editor.vs .token.variable { color: #001080; }
.monaco-editor.vs .token.variable.name { color: #001080; }
.monaco-editor.vs .token.variable.predefined { color: #4864AA; }
.monaco-editor.vs .token.constant { color: #dd0000; }
.monaco-editor.vs .token.string { color: #A31515; }
.monaco-editor.vs .token.string.escape { color: #A31515; }
......@@ -25,7 +22,6 @@
.monaco-editor.vs .token.delimiter { color: #000000; }
.monaco-editor.vs .token.tag { color: #800000; }
.monaco-editor.vs .token.metatag { color: #e00000; }
.monaco-editor.vs .token.annotation { color: gray; }
.monaco-editor.vs .token.key { color: #863B00; }
.monaco-editor.vs .token.attribute.name { color: red; }
.monaco-editor.vs .token.attribute.value { color: #0451A5; }
......@@ -96,9 +92,6 @@
.monaco-editor.vs-dark .token.whitespace { color: rgba(227, 228, 226, 0.16) !important; }
.monaco-editor.vs-dark .token.terminal { color: #BD5050; }
.monaco-editor.vs-dark .token.terminal.code1 { font-weight: bold; }
.monaco-editor.vs-dark .token.variable { color: #9CDCFE; }
.monaco-editor.vs-dark .token.variable.name { color: #9CDCFE; }
.monaco-editor.vs-dark .token.variable.predefined { color: #4864AA; }
.monaco-editor.vs-dark .token.constant { color: #dd0000; }
.monaco-editor.vs-dark .token.string { color: #CE9178; }
......@@ -112,7 +105,6 @@
.monaco-editor.vs-dark .token.delimiter { color: #DCDCDC; }
.monaco-editor.vs-dark .token.tag { color: #569CD6; }
.monaco-editor.vs-dark .token.metatag { color: #DD6A6F; }
.monaco-editor.vs-dark .token.annotation { color: #cc6666; }
.monaco-editor.vs-dark .token.key { color: #9CDCFE; }
.monaco-editor.vs-dark .token.attribute.name { color: #9CDCFE; }
.monaco-editor.vs-dark .token.attribute.value { color: #CE9178; }
......@@ -185,9 +177,6 @@
.monaco-editor.hc-black .token.terminal { color: #569CD6; }
.monaco-editor.hc-black .token.terminal.code1 { font-weight: bold; }
.monaco-editor.hc-black .token.variable,
.monaco-editor.hc-black .token.variable.name,
.monaco-editor.hc-black .token.variable.predefined { color: #9CDCFE; }
.monaco-editor.hc-black .token.constant { color: #dd0000; }
.monaco-editor.hc-black .token.string { color: #CE9178; }
.monaco-editor.hc-black .token.string.escape { color: #CE9178; }
......@@ -201,7 +190,6 @@
.monaco-editor.hc-black .token.delimiter { color: #FFFF00; }
.monaco-editor.hc-black .token.tag { color: #569CD6; }
.monaco-editor.hc-black .token.metatag { color: #569CD6; }
.monaco-editor.hc-black .token.annotation { color: #569CD6; }
.monaco-editor.hc-black .token.key { color: #9CDCFE; }
.monaco-editor.hc-black .token.attribute.name { color: #569CD6; }
.monaco-editor.hc-black .token.attribute.value { color: #3FF23F; }
......@@ -286,9 +274,11 @@
.monaco-editor.vs .token.constant.language { color: #0000FF; }
.monaco-editor.vs .token.constant.entity { color: #A31515; }
.monaco-editor.vs .token.constant.numeric { color: #09885A; }
/*
.monaco-editor.vs .token.constant.numeric.hex { color: #3030c0; }
.monaco-editor.vs .token.constant.numeric.octal { color: #204070; }
.monaco-editor.vs .token.constant.numeric.binary { color: #e07070; }
*/
.monaco-editor.vs .token.constant.regexp { color: #811f3f; }
.monaco-editor.vs .token.constant.rgb-value { color: #0451A5; }
......@@ -338,7 +328,6 @@
.monaco-editor.vs .token.markup.raw
.monaco-editor.vs .token.markup.other*/
.monaco-editor.vs .token.meta.variable { color: #000000; }
.monaco-editor.vs .token.meta.selector { color: #800000; }
.monaco-editor.vs .token.meta.tag { color: #800000; }
.monaco-editor.vs .token.meta.preprocessor { color: #0000FF; }
......@@ -371,7 +360,6 @@
.monaco-editor.vs .token.string.quoted.other
.monaco-editor.vs .token.string.unquoted
.monaco-editor.vs .token.string.interpolated*/
.monaco-editor.vs .token.string.quoted.variable { color: #001188; }
.monaco-editor.vs .token.string.regexp { color: #811f3f; }
/*.monaco-editor.vs .token.string.other*/
......@@ -388,11 +376,6 @@
.monaco-editor.vs .token.support.variable
.monaco-editor.vs .token.support.other*/
.monaco-editor.vs .token.variable.parameter { color: #001188; }
/*.monaco-editor.vs .token.variable*/
.monaco-editor.vs .token.variable.language { color: #4864AA; }
/*.monaco-editor.vs .token.variable.other*/
/* Keywords should come at the end in order to match cases like token.keyword.string */
.monaco-editor.vs .token.keyword { color: #0000FF; }
.monaco-editor.vs .token.keyword.control { color: #0000FF; }
......@@ -416,9 +399,11 @@
.monaco-editor.vs-dark .token.constant.language { color: #569CD6; }
.monaco-editor.vs-dark .token.constant.entity { color: #CE9178; }
.monaco-editor.vs-dark .token.constant.numeric { color: #B5CEA8; }
/*
.monaco-editor.vs-dark .token.constant.numeric.hex { color: #5BB498; }
.monaco-editor.vs-dark .token.constant.numeric.octal { color: #5BB498; }
.monaco-editor.vs-dark .token.constant.numeric.binary { color: #e07070; }
*/
.monaco-editor.vs-dark .token.constant.regexp { color: #646695; }
.monaco-editor.vs-dark .token.constant.rgb-value { color: #D4D4D4; }
/*.monaco-editor.vs-dark .token.constant.character
......@@ -467,8 +452,7 @@
.monaco-editor.vs-dark .token.markup.raw
.monaco-editor.vs-dark .token.markup.other*/
/* for backward compatibility, keep variables in js/ts uncolored */
.monaco-editor.vs-dark .token.meta.variable { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.selector { color: #D7BA7D; }
......@@ -504,7 +488,6 @@
.monaco-editor.vs-dark .token.string.quoted.other
.monaco-editor.vs-dark .token.string.unquoted
.monaco-editor.vs-dark .token.string.interpolated*/
.monaco-editor.vs-dark .token.string.quoted.variable { color: #74B0DF; }
.monaco-editor.vs-dark .token.string.regexp { color: #D16969; }
/*.monaco-editor.vs-dark .token.string.other*/
......@@ -519,10 +502,6 @@
.monaco-editor.vs-dark .token.support.variable
.monaco-editor.vs-dark .token.support.other*/
.monaco-editor.vs-dark .token.variable.parameter { color: #D4D4D4; }
/*.monaco-editor.vs-dark .token.variable*/
.monaco-editor.vs-dark .token.variable.language { color: #569CD6; }
/*.monaco-editor.vs-dark .token.variable.other*/
/* Keywords should come at the end in order to match cases like token.keyword.string */
.monaco-editor.vs-dark .token.keyword { color: #569CD6; }
......@@ -550,9 +529,11 @@
.monaco-editor.hc-black .token.constant.language { color: #569CD6; }
.monaco-editor.hc-black .token.constant.entity { color: #CE9178; }
.monaco-editor.hc-black .token.constant.numeric { color: #B5CEA8; }
/*
.monaco-editor.hc-black .token.constant.numeric.hex { color: #5BB498; }
.monaco-editor.hc-black .token.constant.numeric.octal { color: #5BB498; }
.monaco-editor.hc-black .token.constant.numeric.binary { color: #e07070; }
*/
.monaco-editor.hc-black .token.constant.regexp { color: #B46695; }
.monaco-editor.hc-black .token.constant.rgb-value { color: #D4D4D4; }
/*.monaco-editor.hc-black .token.constant.character
......@@ -600,9 +581,6 @@
.monaco-editor.hc-black .token.markup.raw
.monaco-editor.hc-black .token.markup.other*/
/* for backward compatibility, keep variables in js/ts uncolored */
.monaco-editor.hc-black .token.meta.variable { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.selector { color: #D7BA7D; }
.monaco-editor.hc-black .token.meta.tag { color: #808080; } /* gray for html/xml-tag brackets */
.monaco-editor.hc-black .token.meta.preprocessor { color: #569CD6; }
......@@ -635,7 +613,6 @@
.monaco-editor.hc-black .token.string.quoted.other
.monaco-editor.hc-black .token.string.unquoted
.monaco-editor.hc-black .token.string.interpolated*/
.monaco-editor.hc-black .token.string.quoted.variable { color: #74B0DF; }
.monaco-editor.hc-black .token.string.regexp { color: #D16969; }
/*.monaco-editor.hc-black .token.string.other*/
......@@ -650,11 +627,6 @@
.monaco-editor.hc-black .token.support.variable
.monaco-editor.hc-black .token.support.other*/
.monaco-editor.hc-black .token.variable.parameter { color: #D4D4D4; }
/*.monaco-editor.hc-black .token.variable*/
.monaco-editor.hc-black .token.variable.language { color: #569CD6; }
/*.monaco-editor.hc-black .token.variable.other*/
/* Keywords should come at the end in order to match cases like token.keyword.string */
.monaco-editor.hc-black .token.keyword { color: #569CD6; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册