Skip to content

Commit c2b4f23

Browse files
committed
Fixes #1504: [theme] Monokai theme: parameters are not colored in Orange
1 parent 983132f commit c2b4f23

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/vs/editor/browser/widget/media/tokens.css

-12
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,6 @@
344344
.monaco-editor.vs .token.meta.preprocessor { color: #0000FF; }
345345
.monaco-editor.vs .token.meta.preprocessor.string { color: #A31515; }
346346
.monaco-editor.vs .token.meta.preprocessor.numeric { color: #09885A; }
347-
.monaco-editor.vs .token.meta.cast { color: #000000; }
348-
.monaco-editor.vs .token.meta.object.type { color: #000000; }
349-
.monaco-editor.vs .token.meta.parameter.type { color: #000000; }
350-
.monaco-editor.vs .token.meta.parameter.type.variable { color: #000000; }
351347
.monaco-editor.vs .token.meta.dictionary.key { color: #0451A5; }
352348

353349
.monaco-editor.vs .token.storage { color: #0000FF; }
@@ -480,10 +476,6 @@
480476
.monaco-editor.vs-dark .token.meta.preprocessor { color: #569CD6; }
481477
.monaco-editor.vs-dark .token.meta.preprocessor.string { color: #CE9178; }
482478
.monaco-editor.vs-dark .token.meta.preprocessor.numeric { color: #B5CEA8; }
483-
.monaco-editor.vs-dark .token.meta.cast { color: #D4D4D4; }
484-
.monaco-editor.vs-dark .token.meta.object.type { color: #D4D4D4; }
485-
.monaco-editor.vs-dark .token.meta.parameter.type { color: #D4D4D4; }
486-
.monaco-editor.vs-dark .token.meta.parameter.type.variable { color: #D4D4D4; }
487479
.monaco-editor.vs-dark .token.meta.dictionary.key { color: #9CDCFE; }
488480

489481
.monaco-editor.vs-dark .token.storage { color: #569CD6; }
@@ -616,10 +608,6 @@
616608
.monaco-editor.hc-black .token.meta.preprocessor { color: #569CD6; }
617609
.monaco-editor.hc-black .token.meta.preprocessor.string { color: #CE9178; }
618610
.monaco-editor.hc-black .token.meta.preprocessor.numeric { color: #B5CEA8; }
619-
.monaco-editor.hc-black .token.meta.cast { color: #D4D4D4; }
620-
.monaco-editor.hc-black .token.meta.object.type { color: #D4D4D4; }
621-
.monaco-editor.hc-black .token.meta.parameter.type { color: #D4D4D4; }
622-
.monaco-editor.hc-black .token.meta.parameter.type.variable { color: #D4D4D4; }
623611
.monaco-editor.hc-black .token.meta.dictionary.key { color: #9CDCFE; }
624612

625613
.monaco-editor.hc-black .token.storage { color: #569CD6; }

0 commit comments

Comments
 (0)