You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collaboration Invite dialog -> the user-plus icon in the header has a light blue background tint. This background color is fixed and does not adapt to the current theme's accent color. If the theme uses a green, purple, or red accent, the icon background remains a fixed blue tint that clashes with the rest of the themed UI.
Error Message
Debug Logs
System Information
OS: Windows 11 Pro
- RAM: 32GB
- CPU: Intel i7-11700F
Screenshots
2026-03-27.21-40-53.mp4
Steps to Reproduce
Open Command Palette (Ctrl+Shift+P), type "Open Collaboration", press Enter.
Look at the user-plus icon in the top-left corner of the dialog header.
Observe: the icon sits inside a light blue square background.
Change the IDE theme to one with a non-blue accent color.
Observe: the icon background remains the same fixed blue tint regardless of the theme.
Expected Behavior
The icon background should adapt to the current theme's accent color, not use a fixed blue.
Actual Behavior
The icon background is always a fixed light blue, regardless of the active theme's accent color.
Project
ide
Description
Collaboration Invite dialog -> the user-plus icon in the header has a light blue background tint. This background color is fixed and does not adapt to the current theme's accent color. If the theme uses a green, purple, or red accent, the icon background remains a fixed blue tint that clashes with the rest of the themed UI.
Error Message
Debug Logs
System Information
Screenshots
2026-03-27.21-40-53.mp4
Steps to Reproduce
Expected Behavior
The icon background should adapt to the current theme's accent color, not use a fixed blue.
Actual Behavior
The icon background is always a fixed light blue, regardless of the active theme's accent color.
Additional Context
No response