How do I change the background colour of the inline suggestion? From what I can see, there aren’t any specific options targetting inline type corrections.
"editor.selectionHighlightBackground": "#ffffff1a",
"editor.findMatchHighlightBackground": "#ecb5464d",
"editor.findRangeHighlightBackground": "#ffffff1a",
"editor.rangeHighlightBackground": "#ffffff33",
"editor.hoverHighlightBackground": "#ffffff1a",
"editor.wordHighlightBackground": "#ffffff33",
"editor.lineHighlightBackground": "#ffffff1a",
2
Answers
I changed "badge.background" to fix it
Add the following to your settings (settings.json) to customize the background color: