Skip to content

Instantly share code, notes, and snippets.

@xavhan
Last active August 20, 2025 10:00
Show Gist options
  • Select an option

  • Save xavhan/12a5f6b09faa8bdb84a65a1e377a1428 to your computer and use it in GitHub Desktop.

Select an option

Save xavhan/12a5f6b09faa8bdb84a65a1e377a1428 to your computer and use it in GitHub Desktop.
Fix vscode dark high contrast theme

Add those line into your settings.json file

"workbench.colorCustomizations": {
  "diffEditor.removedTextBackground": "#FF000055",
  "diffEditor.insertedTextBackground": "#00ff0055",
  "diffEditor.insertedTextBorder": "#00000000",
  "diffEditor.insertedLineBackground": "#00ff0055",
  "diffEditor.diagonalFill": "#FFFFFF55",
  "diffEditor.removedLineBackground": "#FF000022",
  "diffEditor.removedTextBorder": "#00000000"
}
@xavhan
Copy link
Copy Markdown
Author

xavhan commented Aug 20, 2025

image

becomes

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment