mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Prepare for 0.29.0
This commit is contained in:
parent
97ff11be97
commit
f377e9e7ac
6 changed files with 379 additions and 278 deletions
|
|
@ -144,6 +144,8 @@ monaco.editor.create(document.getElementById("container"), {
|
|||
'editorLineNumber.activeForeground' // Color of editor active line number.
|
||||
'editorRuler.foreground' // Color of the editor rulers.
|
||||
'editorCodeLens.foreground' // Foreground color of editor code lenses
|
||||
'editorInlayHint.foreground' // Foreground color of editor inlay hints
|
||||
'editorInlayHint.background' // Background color of editor inlay hints
|
||||
'editorBracketMatch.background' // Background color behind matching brackets
|
||||
'editorBracketMatch.border' // Color for matching brackets boxes
|
||||
'editorOverviewRuler.border' // Color of the overview ruler border.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue