VSCode extension code background

Author: alexlipovkaCreated Apr 7, 2025Updated Apr 7, 2025

In VSCode git history display shows <code> block with lighter color with fixed height and scrolls with code.

Image

I've added override in settings.json as a local fix:

json
"workbench.colorCustomizations": {
  "[Alt Catppuccin Mocha]": {
    "textPreformat.background": "#ffffff00",
  }