Copilot Agent inline apply highlight colors changed and inconsistent across IDEA versions #185394
Unanswered
fengziadmin
asked this question in
Copilot Conversations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
General
Body
Description
After upgrading IntelliJ IDEA, the inline highlight colors used by GitHub Copilot Agent when applying code changes have changed significantly.
Previously, the applied changes were highlighted using a dark green / dark red diff-style background, which was subtle and consistent with IntelliJ's native diff and replace preview.
Now, Copilot Agent uses a much lighter / grayish background, which looks like an overlay and is visually distracting. The Accept UI has also changed (Accept All / Discard All).
What’s confusing is that this behavior is inconsistent across IntelliJ IDEA versions, even when using:
One IDEA version shows the old (dark, diff-style) highlight, while another shows the new (light overlay-style) highlight.
Expected behavior
Copilot Agent should use the same diff-based highlight style as before (dark green / dark red), or at least provide:
Actual behavior
Environment
Notes
This appears to be related to IntelliJ internal rendering / inline diff pipeline differences rather than Copilot account or plugin version.
It would be great if this behavior could be:
Thanks!

The figure below is normal.
The colors in this image are abnormal.

Beta Was this translation helpful? Give feedback.
All reactions