Copilot Agent inline apply highlight colors changed and inconsistent across IDEA versions #185394
Replies: 1 comment 1 reply
-
|
Hi, thanks for reporting this, you’re not alone in noticing this change. What you’re seeing is most likely related to differences in how newer IntelliJ IDEA versions handle inline diff and in-editor rendering, rather than an issue with your Copilot account. Even with the same plugin version, JetBrains sometimes updates their internal UI and diff pipeline, which can affect how third-party tools like Copilot display highlights. Right now, Copilot relies heavily on IntelliJ’s native APIs for showing inline changes, so when those APIs change, the visual style can change too. That’s probably why you’re seeing different behavior across minor versions. Unfortunately, at the moment there isn’t a setting in Copilot to control this highlight style. You could try checking IntelliJ’s Editor → Color Scheme → Diff & Merge settings to see if adjusting diff colors helps, but it won’t fully remove the overlay-style background. The best next step is to report this to both GitHub Copilot and JetBrains, since it sits at the intersection of their systems. If more users report it, there’s a better chance they’ll expose a configuration option or restore the older diff-style rendering. Thanks for sharing detailed environment info and screenshots, that really helps the teams investigate this properly. |
Beta Was this translation helpful? Give feedback.
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