mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Merge pull request #2561 from Surm4/fix/playground/exposed-colors/sample-update
Exposed colors sample update in the playground.
This commit is contained in:
commit
c3927326fc
2 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ monaco.editor.create(document.getElementById("container"), {
|
||||||
'editorWhitespace.foreground' // Color of whitespace characters in the editor.
|
'editorWhitespace.foreground' // Color of whitespace characters in the editor.
|
||||||
'editorIndentGuide.background' // Color of the editor indentation guides.
|
'editorIndentGuide.background' // Color of the editor indentation guides.
|
||||||
'editorLineNumber.foreground' // Color of editor line numbers.
|
'editorLineNumber.foreground' // Color of editor line numbers.
|
||||||
|
'editorLineNumber.activeForeground' // Color of editor active line number.
|
||||||
'editorRuler.foreground' // Color of the editor rulers.
|
'editorRuler.foreground' // Color of the editor rulers.
|
||||||
'editorCodeLens.foreground' // Foreground color of editor code lenses
|
'editorCodeLens.foreground' // Foreground color of editor code lenses
|
||||||
'editorBracketMatch.background' // Background color behind matching brackets
|
'editorBracketMatch.background' // Background color behind matching brackets
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,7 @@ monaco.editor.create(document.getElementById("container"), {
|
||||||
'editorWhitespace.foreground' // Color of whitespace characters in the editor.
|
'editorWhitespace.foreground' // Color of whitespace characters in the editor.
|
||||||
'editorIndentGuide.background' // Color of the editor indentation guides.
|
'editorIndentGuide.background' // Color of the editor indentation guides.
|
||||||
'editorLineNumber.foreground' // Color of editor line numbers.
|
'editorLineNumber.foreground' // Color of editor line numbers.
|
||||||
|
'editorLineNumber.activeForeground' // Color of editor active line number.
|
||||||
'editorRuler.foreground' // Color of the editor rulers.
|
'editorRuler.foreground' // Color of the editor rulers.
|
||||||
'editorCodeLens.foreground' // Foreground color of editor code lenses
|
'editorCodeLens.foreground' // Foreground color of editor code lenses
|
||||||
'editorBracketMatch.background' // Background color behind matching brackets
|
'editorBracketMatch.background' // Background color behind matching brackets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue