Exposed colors sample update in the playground.

pull/2561/head
SurmaAa 2021-07-03 15:13:08 +02:00
parent 58344d47d1
commit 44217a8efe
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ monaco.editor.create(document.getElementById("container"), {
'editorWhitespace.foreground' // Color of whitespace characters in the editor.
'editorIndentGuide.background' // Color of the editor indentation guides.
'editorLineNumber.foreground' // Color of editor line numbers.
'editorLineNumber.activeForeground' // Color of editor active line number.
'editorRuler.foreground' // Color of the editor rulers.
'editorCodeLens.foreground' // Foreground color of editor code lenses
'editorBracketMatch.background' // Background color behind matching brackets

View File

@ -104,6 +104,7 @@ monaco.editor.create(document.getElementById("container"), {
'editorWhitespace.foreground' // Color of whitespace characters in the editor.
'editorIndentGuide.background' // Color of the editor indentation guides.
'editorLineNumber.foreground' // Color of editor line numbers.
'editorLineNumber.activeForeground' // Color of editor active line number.
'editorRuler.foreground' // Color of the editor rulers.
'editorCodeLens.foreground' // Foreground color of editor code lenses
'editorBracketMatch.background' // Background color behind matching brackets