In User setting in VSCode I can add the following to User settings to change the color of lines that are inserted / deleted:
"workbench.colorCustomizations": {
"diffEditor.removedTextBackground": "#000000",
"diffEditor.insertedTextBackground": "#ffffff"
}
However I want to change the color of the highlighted part of inserted/changed lines that shows what was actually changed. With my current theme, there is not enough contrast:
How can I change this highlighted portion of the diff text? Is there a setting for this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…