vscode: improve text contrast for diffs and merges (#358)

This commit is contained in:
David Schaller 2024-05-07 20:59:24 +02:00 committed by GitHub
parent 61c024f839
commit 8f7abd2252
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
"widget.border": "#{{base02-hex}}", "widget.border": "#{{base02-hex}}",
"widget.shadow": "#00000000", "widget.shadow": "#00000000",
"selection.background": "#{{base02-hex}}", "selection.background": "#{{base02-hex}}",
"descriptionForeground": "#{{base03-hex}}", "descriptionForeground": "#{{base05-hex}}99",
"errorForeground": "#{{base08-hex}}", "errorForeground": "#{{base08-hex}}",
"icon.foreground": "#{{base05-hex}}", "icon.foreground": "#{{base05-hex}}",
"sash.hoverBorder": null, "sash.hoverBorder": null,
@ -312,18 +312,18 @@
"editorCommentsWidget.rangeBackground": null, "editorCommentsWidget.rangeBackground": null,
"editorCommentsWidget.rangeActiveBackground": null, "editorCommentsWidget.rangeActiveBackground": null,
"editorCommentsWidget.replyInputBackground": null, "editorCommentsWidget.replyInputBackground": null,
"diffEditor.insertedTextBackground": "#{{base0B-hex}}60", "diffEditor.insertedTextBackground": "#{{base0B-hex}}4c",
"diffEditor.insertedTextBorder": null, "diffEditor.insertedTextBorder": null,
"diffEditor.removedTextBackground": "#{{base08-hex}}60", "diffEditor.removedTextBackground": "#{{base08-hex}}4c",
"diffEditor.removedTextBorder": null, "diffEditor.removedTextBorder": null,
"diffEditor.border": "#{{base02-hex}}", "diffEditor.border": "#{{base02-hex}}",
"diffEditor.diagonalFill": "#{{base02-hex}}", "diffEditor.diagonalFill": "#{{base02-hex}}",
"diffEditor.insertedLineBackground": "#{{base0B-hex}}30", "diffEditor.insertedLineBackground": "#{{base0B-hex}}18",
"diffEditor.removedLineBackground": "#{{base08-hex}}30", "diffEditor.removedLineBackground": "#{{base08-hex}}18",
"diffEditorGutter.insertedLineBackground": "#{{base0B-hex}}30", "diffEditorGutter.insertedLineBackground": "#{{base0B-hex}}99",
"diffEditorGutter.removedLineBackground": "#{{base08-hex}}30", "diffEditorGutter.removedLineBackground": "#{{base08-hex}}99",
"diffEditorOverview.insertedForeground": "#{{base0B-hex}}60", "diffEditorOverview.insertedForeground": "#{{base0B-hex}}99",
"diffEditorOverview.removedForeground": "#{{base08-hex}}60", "diffEditorOverview.removedForeground": "#{{base08-hex}}99",
"diffEditor.unchangedRegionBackground": null, "diffEditor.unchangedRegionBackground": null,
"diffEditor.unchangedRegionForeground": null, "diffEditor.unchangedRegionForeground": null,
"diffEditor.unchangedRegionShadow": "#00000000", "diffEditor.unchangedRegionShadow": "#00000000",
@ -400,10 +400,10 @@
"peekViewTitleDescription.foreground": "#{{base03-hex}}", "peekViewTitleDescription.foreground": "#{{base03-hex}}",
"peekViewTitleLabel.foreground": "#{{base05-hex}}", "peekViewTitleLabel.foreground": "#{{base05-hex}}",
"peekViewEditorStickyScroll.background": null, "peekViewEditorStickyScroll.background": null,
"merge.currentHeaderBackground": "#{{base0D-hex}}40", "merge.currentHeaderBackground": "#{{base0D-hex}}66",
"merge.currentContentBackground": "#{{base0D-hex}}40", "merge.currentContentBackground": "#{{base0D-hex}}18",
"merge.incomingHeaderBackground": "#{{base0B-hex}}60", "merge.incomingHeaderBackground": "#{{base0B-hex}}66",
"merge.incomingContentBackground": "#{{base0B-hex}}60", "merge.incomingContentBackground": "#{{base0B-hex}}18",
"merge.border": null, "merge.border": null,
"merge.commonContentBackground": null, "merge.commonContentBackground": null,
"merge.commonHeaderBackground": null, "merge.commonHeaderBackground": null,
@ -1505,4 +1505,4 @@
} }
} }
] ]
} }