mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Fixes #1271: Remove missing colors
This commit is contained in:
parent
1e25eedcf4
commit
5b7c0c4bbb
1 changed files with 1 additions and 8 deletions
|
|
@ -94,13 +94,6 @@ monaco.editor.create(document.getElementById("container"), {
|
||||||
'diffEditor.removedTextBackground' // Background color for text that got removed.
|
'diffEditor.removedTextBackground' // Background color for text that got removed.
|
||||||
'diffEditor.insertedTextBorder' // Outline color for the text that got inserted.
|
'diffEditor.insertedTextBorder' // Outline color for the text that got inserted.
|
||||||
'diffEditor.removedTextBorder' // Outline color for text that got removed.
|
'diffEditor.removedTextBorder' // Outline color for text that got removed.
|
||||||
'merge.currentHeaderBackground' // Current header background in inline merge-conflicts.
|
|
||||||
'merge.currentContentBackground' // Current content background in inline merge-conflicts.
|
|
||||||
'merge.incomingHeaderBackground' // Incoming header background in inline merge-conflicts.
|
|
||||||
'merge.incomingContentBackground' // Incoming content background in inline merge-conflicts.
|
|
||||||
'merge.commonHeaderBackground' // Common ancestor header background in inline merge-conflicts.
|
|
||||||
'merge.commonContentBackground' // Common ancester content background in inline merge-conflicts.
|
|
||||||
'merge.border' // Border color on headers and the splitter in inline merge-conflicts.
|
|
||||||
'editorOverviewRuler.currentContentForeground' // Current overview ruler foreground for inline merge-conflicts.
|
'editorOverviewRuler.currentContentForeground' // Current overview ruler foreground for inline merge-conflicts.
|
||||||
'editorOverviewRuler.incomingContentForeground' // Incoming overview ruler foreground for inline merge-conflicts.
|
'editorOverviewRuler.incomingContentForeground' // Incoming overview ruler foreground for inline merge-conflicts.
|
||||||
'editorOverviewRuler.commonContentForeground' // Common ancestor overview ruler foreground for inline merge-conflicts.
|
'editorOverviewRuler.commonContentForeground' // Common ancestor overview ruler foreground for inline merge-conflicts.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue