Skip to content

Override the background of in-line assistant #18075

Answered by tomgenoni
boetro asked this question in Q&A
Discussion options

You must be logged in to vote

Add this to your settings.json and experiment with the colors. Unfortunately, the deleted.background value doesn't update instantly, you have to invoke the inline assistant each time.

// Inline assistant color overrides
"experimental.theme_overrides": {
  "deleted.background": "#2C313Cff",
  "info.background": "#1E2227ff",
  "info.border": "#3D4452ff"
}

I'm using the above overrides with the "One Dark Pro" theme. Without these overrides I was getting a bright red background for the existing code and that bright blue background for the suggested code, making both unreadable.

Here's an example full theme with (I think) all possible values.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@boetro
Comment options

Answer selected by boetro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants